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 5 pull requests #64958

Closed
wants to merge 32 commits into from
Closed

Commits on Aug 9, 2019

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

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    f290467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378cc98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa9c3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40dc9da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f688f8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac454e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4306d00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0492302 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    347deac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9d0e5d View commit details
    Browse the repository at this point in the history
  11. syntax: misc cleanup

    Centril committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5b80ead View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66bf323 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    573a8d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    258e86a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bea404f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    151ce96 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    df298b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30647d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49780d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e046904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c5dd80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3237ded View commit details
    Browse the repository at this point in the history
  7. update ui tests

    GuillaumeGomez committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    be89e52 View commit details
    Browse the repository at this point in the history
  8. Update cargo.

    michaelwoerister committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e1d9f82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c1b447 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3173a09 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#63416 - RalfJung:apfloat, r=eddyb

    apfloat: improve doc comments
    
    r? @eddyb @nagisa
    Centril committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    185f8a9 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#64404 - GuillaumeGomez:err-E0495, r=cramertj

    Add long error explanation for E0495
    
    Part of rust-lang#61137.
    Centril committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    fd6212a View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#64910 - Centril:params-cleanup, r=petrochenkov

    syntax: cleanup param, method, and misc parsing
    
    Do some misc cleanup of the parser:
    - Method and parameter parsing is refactored.
    - A parser for `const | mut` is introduced that rust-lang#64588 can reuse.
    - Some other misc parsing.
    
    Next up in a different PR:
    - ~Implementing rust-lang#64252 -- maybe some other time...
    - Heavily restructuring up `item.rs` which is a mess (hopefully, no promises ^^).
    
    r? @petrochenkov
    Centril committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    121a469 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#64912 - lzutao:unneeded-main-doc, r=jonas-s…

    …chievink
    
    Remove unneeded `fn main` blocks from docs
    
    ## [No whitespace diff](https://github.com/rust-lang/rust/pull/64912/files?w=1)
    Centril committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    b69acfa View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#64952 - michaelwoerister:update-cargo, r=al…

    …excrichton
    
    Update cargo.
    
    Pulls rust-lang/cargo@f3c92ed into nightly Rust.
    
    r? @alexcrichton
    Centril committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    98344d7 View commit details
    Browse the repository at this point in the history