| Age | Commit message (Expand) | Author | Lines |
| 2019-11-26 | Rollup merge of #66763 - Parth:patch-2, r=steveklabnik | Tyler Mandry | -1/+1 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -300/+115 |
| 2019-11-26 | Rollup merge of #66737 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPC | Tyler Mandry | -50/+39 |
| 2019-11-26 | Rollup merge of #66720 - Mark-Simulacrum:error-reported, r=Centril | Tyler Mandry | -5/+8 |
| 2019-11-26 | Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=Centril | Tyler Mandry | -24/+37 |
| 2019-11-26 | Rollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum | Tyler Mandry | -3/+6 |
| 2019-11-26 | Rollup merge of #66713 - hermitcore:hermit, r=alexcrichton | Tyler Mandry | -0/+54 |
| 2019-11-26 | Rollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisa | Tyler Mandry | -0/+1 |
| 2019-11-26 | Rollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk | Tyler Mandry | -13/+18 |
| 2019-11-26 | Rollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcrichton | Tyler Mandry | -0/+26 |
| 2019-11-26 | Rollup merge of #66128 - emilio:new-zeroed, r=SimonSapin | Tyler Mandry | -0/+85 |
| 2019-11-26 | Record temporary static references in generator witnesses | Matthew Jasper | -10/+45 |
| 2019-11-26 | Change way of checking SetDiscriminant | Christian Poveda | -3/+2 |
| 2019-11-26 | Move local Arena to Queries. | Camille GILLOT | -4/+13 |
| 2019-11-26 | Formatting. | Camille GILLOT | -37/+35 |
| 2019-11-26 | Have Queries own the GlobalCtxt. | Camille GILLOT | -54/+57 |
| 2019-11-26 | Make the HIR map own the Definitions. | Camille GILLOT | -6/+6 |
| 2019-11-26 | Stabilize nested self receivers | Taylor Cramer | -319/+214 |
| 2019-11-26 | Check SetDiscriminant place | Christian Poveda | -2/+5 |
| 2019-11-26 | Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obk | bors | -135/+136 |
| 2019-11-26 | Remove test for #66758 | Dylan MacKenzie | -6/+0 |
| 2019-11-26 | Move ErrorReported to rustc_errors | Mark Rousskov | -5/+8 |
| 2019-11-26 | Add regression test for #66756 | Dylan MacKenzie | -0/+27 |
| 2019-11-26 | Allow `Unreachable` terminators behind `const_if_match` | Dylan MacKenzie | -0/+3 |
| 2019-11-26 | Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' | Janusz Marcinkiewicz | -92/+124 |
| 2019-11-26 | Test multiple variants | Joshua Nelson | -0/+2 |
| 2019-11-26 | Review nits. | Camille GILLOT | -11/+5 |
| 2019-11-26 | Auto merge of #66776 - Mark-Simulacrum:revert-try-breakage, r=Mark-Simulacrum | bors | -10/+59 |
| 2019-11-26 | Add tracking issue number. | Mara Bos | -2/+2 |
| 2019-11-26 | Add core::{f32,f64}::consts::TAU. | Mara Bos | -0/+12 |
| 2019-11-26 | follow the same function order in the trait | Guanqun Lu | -6/+6 |
| 2019-11-26 | Move tests to ui, split them and add some | Nadrieril | -18/+192 |
| 2019-11-26 | Make the ice a fatal error | Nadrieril | -5/+14 |
| 2019-11-26 | Revert "DO NOT MERGE: enable windows try builder" | Mark Rousskov | -10/+59 |
| 2019-11-26 | Show the sign of signed interpreter values | Oliver Scherer | -3/+40 |
| 2019-11-26 | Clean up E0075 long explanation | Guillaume Gomez | -7/+9 |
| 2019-11-26 | Clean up E0072 long explanation | Guillaume Gomez | -9/+12 |
| 2019-11-26 | Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton | bors | -0/+251 |
| 2019-11-26 | Fixed formatting issues | SOFe | -2/+4 |
| 2019-11-26 | Reduce righward drift. | Camille GILLOT | -163/+160 |
| 2019-11-26 | Stabilize the `core::panic` module | Simon Sapin | -3/+1 |
| 2019-11-26 | Fix the tracking issue number for `PanicInfo::message` | Simon Sapin | -1/+1 |
| 2019-11-26 | Improved comments to clarify sasumptions in str::strip_prefix | SOFe | -5/+7 |
| 2019-11-26 | PGO: Make branch-weights regression test more robust. | Michael Woerister | -10/+10 |
| 2019-11-26 | rename update_count_then_panic -> rust_panic_without_hook | Ralf Jung | -4/+5 |
| 2019-11-26 | explain why __rust_start_panic does not take a Box | Ralf Jung | -0/+2 |
| 2019-11-26 | expand comment | Ralf Jung | -3/+4 |
| 2019-11-26 | abort on BoxMeUp misuse | Ralf Jung | -2/+11 |
| 2019-11-26 | Fix unstable attribute accidentally applying to the entire impl | Simon Sapin | -4/+8 |
| 2019-11-26 | panic_handler -> begin_panic_handler (and more comments) | Ralf Jung | -4/+7 |