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 8 pull requests #61418

Merged
merged 17 commits into from
Jun 1, 2019
Merged

Rollup of 8 pull requests #61418

merged 17 commits into from
Jun 1, 2019

Commits on May 29, 2019

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

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    6a9e68a View commit details
    Browse the repository at this point in the history
  2. Make "panic did not include expected string" message consistent

    Note messages are typically lowercase.
    varkor committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c3febc0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    860dce7 View commit details
    Browse the repository at this point in the history
  2. Stabilize reverse_bits feature

    tesuji committed May 31, 2019
    Configuration menu
    Copy the full SHA
    1c26bbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f34a50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d38746 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b7223d View commit details
    Browse the repository at this point in the history
  6. fix tidy

    estebank committed May 31, 2019
    Configuration menu
    Copy the full SHA
    d6ea6b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Rollup merge of rust-lang#60729 - matthewjasper:leak-after-into, r=ni…

    …komatsakis
    
    Expand dynamic drop tests for cases in rust-lang#47949
    
    Adds test cases for rust-lang#47949
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    837df52 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#61263 - GuillaumeGomez:valid-html, r=Manish…

    …earth
    
    Don't generate div inside header (h4/h3/h...) elements
    
    Fixes rust-lang#60865.
    
    According to the HTML spec, we're not supposed to put `div` elements inside heading elements (h4/h3/h...). It doesn't change the display as far as I could tell.
    
    r? @QuietMisdreavus
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    525d7de View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#61364 - lzutao:stabilize-reverse_bits, r=Ce…

    …ntril
    
    Stabilize reverse_bits feature
    
    FCP done in rust-lang#48763 (comment)
    
    Closes rust-lang#48763
    
    r? @Centril
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    7d3a0dd View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#61375 - varkor:panic-contains-string-lowerc…

    …ase, r=Centril
    
    Make "panic did not include expected string" message consistent
    
    Note messages are typically lowercase.
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    d0a0ba4 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#61387 - JohnTitor:remove-unused, r=matthewj…

    …asper
    
    Remove ty::BrFresh and RegionConstraintCollector::new_bound
    
    Fixes rust-lang#60957
    
    r? @matthewjasper
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    93fc627 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#61389 - Zoxc:arena-cleanup, r=eddyb

    Remove GlobalArenas and use Arena instead
    
    r? @eddyb
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    760a98f View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#61391 - wesleywiser:doc_comments_interpretc…

    …x, r=Centril
    
    Doc comment fixes for `rustc::mir::interpret::InterpretCx`
    
    Fixes some stuff I noticed while working in const-prop.
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    c081974 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#61403 - estebank:test-cleanup, r=petrochenkov

    Remove unnecessary `-Z continue-parse-after-error` from tests
    
    r? @petrochenkov
    Centril authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    23de376 View commit details
    Browse the repository at this point in the history