-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 11 pull requests #68587
Rollup of 11 pull requests #68587
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6590339 - Browse repository at this point
Copy the full SHA 6590339View commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 94fcda0 - Browse repository at this point
Copy the full SHA 94fcda0View commit details
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3850d96 - Browse repository at this point
Copy the full SHA 3850d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5ed4d - Browse repository at this point
Copy the full SHA 0f5ed4dView commit details
Commits on Jan 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ad1a8c - Browse repository at this point
Copy the full SHA 9ad1a8cView commit details -
Update src/librustc_error_codes/error_codes/E0220.md
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 833ffd7 - Browse repository at this point
Copy the full SHA 833ffd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0174ec - Browse repository at this point
Copy the full SHA b0174ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for de7f16d - Browse repository at this point
Copy the full SHA de7f16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0fe2a - Browse repository at this point
Copy the full SHA 4b0fe2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a38eb3 - Browse repository at this point
Copy the full SHA 2a38eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3124603 - Browse repository at this point
Copy the full SHA 3124603View commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2c07a62 - Browse repository at this point
Copy the full SHA 2c07a62View commit details -
Rollup merge of rust-lang#68200 - KodrAus:stabilize/debug_map_key_val…
…ue, r=alexcrichton Stabilize the debug_map_key_value feature RFC: rust-lang/rfcs#2696 Tracking issue: rust-lang#62482 Stabilizes the `debug_map_key_value` feature, which covers: ```rust impl<'a, 'b> DebugMap<'a, 'b> { pub fn key(&mut self, key: &dyn fmt::Debug) -> &mut DebugMap<'a, 'b> {} pub fn value(&mut self, value: &dyn fmt::Debug) -> &mut DebugMap<'a, 'b> {} } ``` These methods are small and self-contained, and are used as the basis for the existing `DebugMap::entry` method, so have been used in the wild for the last 6 months or so.
Configuration menu - View commit details
-
Copy full SHA for 5c42ffe - Browse repository at this point
Copy the full SHA 5c42ffeView commit details -
Rollup merge of rust-lang#68383 - GuillaumeGomez:clean-up-e0205, r=Dy…
…lan-DPC Clean up E0205 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for 2bfa058 - Browse repository at this point
Copy the full SHA 2bfa058View commit details -
Rollup merge of rust-lang#68412 - GuillaumeGomez:clean-up-e0207, r=Dy…
…lan-DPC Clean up E0207 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for dc33cd3 - Browse repository at this point
Copy the full SHA dc33cd3View commit details -
Rollup merge of rust-lang#68454 - GuillaumeGomez:clean-up-e0214, r=Dy…
…lan-DPC clean up E0214 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for 39407c9 - Browse repository at this point
Copy the full SHA 39407c9View commit details -
Rollup merge of rust-lang#68482 - GuillaumeGomez:clean-up-err-codes, …
…r=Dylan-DPC clean up error codes explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for 8ed5865 - Browse repository at this point
Copy the full SHA 8ed5865View commit details -
Rollup merge of rust-lang#68563 - Aaron1011:fix/fn-sig-closure, r=varkor
Don't call `tcx.fn_sig` on closures Fixes rust-lang#68542
Configuration menu - View commit details
-
Copy full SHA for c38e97c - Browse repository at this point
Copy the full SHA c38e97cView commit details -
Rollup merge of rust-lang#68570 - cr1901:msp430-fix-1-2020, r=alexcri…
…chton Bump LLVM submodule to fix LLVM assertion failure in MSP430 interrupt generation. This PR brings in changes introduced by [this cherry-pick](rust-lang/llvm-project#37) to the Rust repository. Nightlies downloaded from `rustup` do not appear to have llvm assertions enabled; the assertion failure [sometimes](YuhanLiin/msp430fr2355-quickstart#3) causes link errors that shouldn't occur. I couldn't find any indication of other bugs; however, it should still be fixed.
Configuration menu - View commit details
-
Copy full SHA for 1e47ca5 - Browse repository at this point
Copy the full SHA 1e47ca5View commit details -
Rollup merge of rust-lang#68571 - Centril:check_in_cx, r=oli-obk
check_match: extract common logic This is part of work on `hir::ExprKind::Let` which I thought made sense on its own (though makes even more sense with `::Let`). r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 8bc0e48 - Browse repository at this point
Copy the full SHA 8bc0e48View commit details -
Rollup merge of rust-lang#68573 - GuillaumeGomez:clean-up-e0262, r=Dy…
…lan-DPC Clean up E0262 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for ee79cf2 - Browse repository at this point
Copy the full SHA ee79cf2View commit details -
Rollup merge of rust-lang#68575 - Wind-River:master_2020, r=alexcrichton
Disable the testcase for Vxworks. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 41110ed - Browse repository at this point
Copy the full SHA 41110edView commit details -
Rollup merge of rust-lang#68581 - spastorino:support-ice-breaker-clea…
…nup-crew, r=Dylan-DPC Add support for icebreakers-cleanup-crew commands r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for aac5788 - Browse repository at this point
Copy the full SHA aac5788View commit details