Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 4 pull requests #60357

Closed
wants to merge 8 commits into from
Closed

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    2ae7b0c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. move some functions from parser.rs to diagostics.rs

    parser.rs is too big. Some functions only for error reporting and error
    recovery are being moved to diagostics.rs.
    agnxy committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    b77385b View commit details
    Browse the repository at this point in the history
  2. Add test

    JohnTitor committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    52356ca View commit details
    Browse the repository at this point in the history
  3. Stabilize str::as_mut_ptr

    JohnTitor committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    4c0f01c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#60338 - petrochenkov:notidy, r=varkor

    tidy: Fix some more false positives for long URLs
    
    A URL that's simply longer than 100 characters is ok regardless of context.
    
    r? @varkor
    Centril authored Apr 28, 2019
    Configuration menu
    Copy the full SHA
    f3328ce View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#60348 - agnxy:refactor-parser, r=petrochenkov

    move some functions from parser.rs to diagostics.rs
    
    Starting with a few functions mentioned in rust-lang#60015 (comment). We might refactor parser.rs further in subsequent changes.
    r? @petrochenkov
    Centril authored Apr 28, 2019
    Configuration menu
    Copy the full SHA
    be6ade5 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#60353 - JohnTitor:add-test, r=Centril

    Add test not to forget resolved ICE
    
    closes rust-lang#55499
    
    I added the example as a test.
    
    r? @pnkfelix
    Centril authored Apr 28, 2019
    Configuration menu
    Copy the full SHA
    561f9fc View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#60356 - JohnTitor:stabilize-as-mut-ptr, r=C…

    …entril
    
    Stabilize str::as_mut_ptr
    
    Closes rust-lang#58215
    Centril authored Apr 28, 2019
    Configuration menu
    Copy the full SHA
    6c22d4f View commit details
    Browse the repository at this point in the history