Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Manishearth/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rollup-l94txmo
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 120 files changed
  • 2 contributors

Commits on Jul 20, 2020

  1. Copy the full SHA
    0ced817 View commit details
  2. Copy the full SHA
    bc528eb View commit details
  3. Copy the full SHA
    3f5c7f2 View commit details
  4. Copy the full SHA
    8f74971 View commit details
  5. Copy the full SHA
    b795cf1 View commit details
  6. Copy the full SHA
    0c5891b View commit details
  7. Copy the full SHA
    4344265 View commit details

Commits on Jul 21, 2020

  1. Change error code number

    estebank committed Jul 21, 2020
    Copy the full SHA
    7b05fb5 View commit details

Commits on Jul 22, 2020

  1. Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikic

    va_args implementation for AAPCS.
    
    Implement the va args in codegen for AAPCS, this will be used as the
    default va_args implementation for AArch64 rather than the va_args
    llvm-ir as it currently is.
    
    This should fix the following issues:
    #56475
    #72579
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    fc5b8c3 View commit details
  2. Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=n…

    …ikomatsakis
    
    Detect when `'static` obligation might come from an `impl`
    
    Partly address #71341.
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    763d019 View commit details
  3. Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis

    Stabilize control-flow-guard codegen option
    
    This is the stabilization PR discussed in #68793. It converts the `-Z control-flow-guard` debugging option into a codegen option (`-C control-flow-guard`), and changes the associated tests.
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    ae9c9b0 View commit details
  4. Rollup merge of #74237 - lzutao:compiletest, r=Mark-Simulacrum

    compiletest: Rewrite extract_*_version functions
    
    This makes extract_lldb_version has the same version type like
    extract_gdb_version.
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    7408505 View commit details
  5. Rollup merge of #74528 - euclio:intra-link-errors, r=jyn514

    refactor and reword intra-doc link errors
    
    This commit refactors intra-doc link error reporting to deduplicate code
    and decouple error construction from the type of error. This greatly
    improves flexibility at each error construction site, while reducing the
    complexity of the diagnostic creation.
    
    This commit also rewords the diagnostics for clarity and style:
    
    - Diagnostics should not end in periods.
    - It's unnecessary to say "ignoring it". Since this is a warning by
      default, it's already clear that the link is ignored.
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    4f2f63e View commit details
  6. Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr

    Guard against non-monomorphized type_id intrinsic call
    
    This PR checks whether the type is sufficient monomorphized when calling type_id or type_name intrinsics. If the type is not sufficiently monomorphized, e.g. used in a pattern, the code will be rejected.
    
    Fixes #73976
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    e46546d View commit details
  7. Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=na…

    …gisa
    
    Add the aarch64-apple-darwin target
    
    This is a basic copy-paste-modify from the existing
    x86_64-apple-darwin target.
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    d996947 View commit details
  8. Rollup merge of #74570 - spastorino:fix-prioritization-procedures-lin…

    …ks, r=Mark-Simulacrum
    
    Use forge links for prioritization procedure
    
    r? @Mark-Simulacrum
    
    cc @rust-lang/wg-prioritization
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    4bb817b View commit details
  9. Rollup merge of #74589 - ehuss:update-books, r=ehuss

    Update books
    
    ## reference
    
    5 commits in 0ea7bc494f1289234d8800bb9185021e0ad946f0..b329ce37424874ad4db94f829a55807c6e21d2cb
    2020-07-02 15:33:04 -0700 to 2020-07-20 08:54:08 -0700
    - this '*' is unnecessary, and reduces readability (rust-lang/reference#853)
    - Tiny typo fix (rust-lang/reference#849)
    - Update const eval chapter to latest changes (rust-lang/reference#842)
    - Document #[track_caller]. (rust-lang/reference#742)
    - Document shebang restriction. (rust-lang/reference#823)
    
    ## book
    
    2 commits in 84a31397b34f9d405df44f2899ff17a4828dba18..a914f2c7e5cdb771fa465de142381a51c53b580e
    2020-07-04 10:50:18 -0500 to 2020-07-21 09:20:05 -0500
    - Change misleading wording (rust-lang/book#2399)
    - Improve wording to include Windows versions (rust-lang/book#2395)
    
    ## edition-guide
    
    3 commits in 82bec5877c77cfad530ca11095db4456d757f668..bd6e4a9f59c5c1545f572266af77f5c7a5bad6d1
    2020-06-03 08:56:02 -0500 to 2020-07-12 17:37:08 -0500
    - update guide for 1.36 and 1.37 (rust-lang/edition-guide#217)
    - Add contents for Rust 1.35 (rust-lang/edition-guide#216)
    - update edition guide for Rust 1.34 (rust-lang/edition-guide#215)
    Manishearth authored Jul 22, 2020
    Copy the full SHA
    846d539 View commit details
  10. Copy the full SHA
    1ae7830 View commit details
Loading