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 7 pull requests #65896

Closed
wants to merge 21 commits into from
Closed

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    893ab67 View commit details
    Browse the repository at this point in the history
  2. review comments

    estebank committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    3e2bc19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e95b5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e383b7c View commit details
    Browse the repository at this point in the history
  5. Fix NLL test

    estebank committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    3aba2d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    76b8fd8 View commit details
    Browse the repository at this point in the history
  2. Update ui tests

    GuillaumeGomez committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    42a805e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

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

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    2af50a9 View commit details
    Browse the repository at this point in the history
  2. Fix a previously forgotten pretty-printing test after a change to the…

    … pretty-printing mechanism.
    Patryk27 committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    97b10b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5d0be View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. doc: mention get(_mut) in Vec

    tesuji committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e2c450b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc575a6 View commit details
    Browse the repository at this point in the history
  3. self-profiling: Record something more useful for crate metadata gener…

    …ation event.
    
    Before this commit, we had an event that would only track the compression step
    for proc-macros and Rust dylibs. After the commit we measure the time for
    acutally generating the crate metadata bytes.
    michaelwoerister committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    46a39a2 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#65068 - estebank:trait-impl-lt-mismatch, r=…

    …nikomatsakis
    
    Custom lifetime error for `impl` item doesn't conform to `trait`
    
    Partly addresses rust-lang#42706, rust-lang#41343, fix rust-lang#40900.
    JohnTitor authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    05ff8db View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#65562 - Patryk27:master, r=estebank

    Improve the "try using a variant of the expected type" hint.
    
    Fix rust-lang#65494.
    
    - Change type-printing output.
    - Use `span_to_snippet` when possible.
    - Change the message to `try using a variant of the expected enum`
    JohnTitor authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    7ba2aa8 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#65563 - GuillaumeGomez:long-err-explanation…

    …-E0587, r=Dylan-DPC
    
    Add long error explanation for E0587
    
    Part of rust-lang#61137.
    
    r? @kinnison
    JohnTitor authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    84cb9af View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#65643 - varkor:remove-free-regions-from-con…

    …st-placeholder, r=eddyb
    
    Correct handling of type flags with `ConstValue::Placeholder`
    
    This fixes a mistake, but not rust-lang#65623.
    
    r? @eddyb
    JohnTitor authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    4867ce4 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#65825 - eddyb:def-index-vec, r=varkor

    rustc: use IndexVec<DefIndex, T> instead of Vec<T>.
    
    Now that `DefIndex` is a proper index type, we can do that.
    There was also an unnecessary `Option` I removed, I wonder if that has perf implications.
    JohnTitor authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e1c36fd View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#65887 - lzutao:doc-vec-get, r=rkruppe

    doc: mention `get(_mut)` in Vec
    JohnTitor authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ea3548b View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#65891 - michaelwoerister:sp-crate-metadata,…

    … r=wesleywiser
    
    self-profiling: Record something more useful for crate metadata generation event.
    
    Before this commit, we had an event that would only track the compression step
    for proc-macros and Rust dylibs. After the commit we measure the time for
    acutally generating the crate metadata bytes.
    
    r? @wesleywiser
    JohnTitor authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6d092ac View commit details
    Browse the repository at this point in the history