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 #68310

Closed
wants to merge 20 commits into from

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    4b19c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edee9c3 View commit details
    Browse the repository at this point in the history
  3. Use Arena for interning

    Zoxc committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    b21c9dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4968c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Fix thumb target CI

    jonas-schievink committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    b521491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37601a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    4dbae1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fdc6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a93e99c View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-Authored-By: Ralf Jung <post@ralfj.de>
    foeb and RalfJung committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    e0140ff View commit details
    Browse the repository at this point in the history
  5. Elaborate on SAFETY comments

    foeb committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    ca2fae8 View commit details
    Browse the repository at this point in the history
  6. Move comments for tidy

    foeb committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    c103c28 View commit details
    Browse the repository at this point in the history
  7. Fix formatting: ./x.py fmt

    foeb committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    0f2ee49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    022a7de View commit details
    Browse the repository at this point in the history
  9. [self-profiler] Add example to -Z help to turn on query key recording

    Also add the `default` option so that it's easy to add query key
    recording to the default.
    wesleywiser committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    b1d0c11 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#66564 - foeb:66219-document-unsafe-sync-cel…

    …l-str, r=Amanieu
    
    Document unsafe blocks in core::{cell, str, sync}
    
    Split from rust-lang#66506 (issue rust-lang#66219). Hopefully doing a chunk at a time is more manageable!
    
    r? @RalfJung
    Dylan-DPC committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    00c7c34 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#67791 - Zoxc:lift-interning, r=eddyb

    Implement Lift using interners instead of in_arena
    
    r? @eddyb
    cc @cjgillot
    Dylan-DPC committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    e2d2180 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#68194 - jonas-schievink:fix-thumb-ci, r=ale…

    …xcrichton
    
    Fix CI for embedded ARM targets
    
    Closes rust-lang#67018
    
    It would be better to move the `thumb-none-cortex-m` test into the `cargotest` suite, but it doesn't seem to support cross-compilation.
    Dylan-DPC committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    55cb0e5 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#68278 - wesleywiser:doc_query_key_recording…

    …, r=michaelwoerister
    
    [self-profiler] Add example to `-Z help` to turn on query key recording
    
    Also add the `default` option so that it's easy to add query key
    recording to the default.
    
    r? @michaelwoerister
    Dylan-DPC committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    f9a4be9 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#68300 - ssomers:67281_take_2, r=Dylan-DPC

    Allow added string.insert benchmarks to compile
    
    Allow the code added by rust-lang#67281 to compile.
    
    (symptons listed [in internals forum](https://internals.rust-lang.org/t/x-py-how-to-benchmark-liballoc/11635))
    r? @llogiq
    Dylan-DPC committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    8c03d75 View commit details
    Browse the repository at this point in the history