| Age | Commit message (Expand) | Author | Lines |
| 2020-03-20 | can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. | Mazdak Farrokhzad | -9/+55 |
| 2020-03-20 | must_use on split_off | Kornel | -0/+1 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -100/+149 |
| 2020-03-20 | Update test commentary for shared root removal | Mark Rousskov | -9/+2 |
| 2020-03-20 | Simplify ensure_root_is_owned callers | Mark Rousskov | -15/+13 |
| 2020-03-20 | Drop NodeHeader type from BTree code | Mark Rousskov | -41/+5 |
| 2020-03-20 | Make functions dependent only on shared root avoidance safe | Mark Rousskov | -58/+58 |
| 2020-03-20 | Remove shared root code and assertions from BTree nodes | Mark Rousskov | -59/+8 |
| 2020-03-20 | Replace shared root with optional root | Mark Rousskov | -77/+112 |
| 2020-03-20 | Add tests for #58319 and #65131 | Ryan Levick | -0/+651 |
| 2020-03-20 | Fix oudated comment for NamedRegionMap | bjorn3 | -1/+1 |
| 2020-03-20 | Update const_forget.rs | DutchGhost | -1/+1 |
| 2020-03-20 | Rollup merge of #70146 - GuillaumeGomez:cleanup-e0438, r=Dylan-DPC | Yuki Okushi | -4/+5 |
| 2020-03-20 | Rollup merge of #70145 - lzutao:patch-1, r=Dylan-DPC | Yuki Okushi | -4/+4 |
| 2020-03-20 | Rollup merge of #70133 - hermitcore:libpanic_unwind, r=nikomatsakis | Yuki Okushi | -1/+0 |
| 2020-03-20 | Rollup merge of #70131 - Aaron1011:fix/issue-55099-test, r=nikomatsakis | Yuki Okushi | -0/+28 |
| 2020-03-20 | Rollup merge of #70103 - GuillaumeGomez:cleanup-e0437, r=Dylan-DPC | Yuki Okushi | -4/+5 |
| 2020-03-20 | Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb | Yuki Okushi | -83/+102 |
| 2020-03-20 | Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJung | Yuki Okushi | -13/+16 |
| 2020-03-20 | Rollup merge of #69618 - hniksic:mem-forget-doc-fix, r=RalfJung | Yuki Okushi | -16/+49 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -267/+244 |
| 2020-03-20 | fix FIXME comment | Bastian Kauschke | -1/+1 |
| 2020-03-20 | Make std::sync::Arc compatible with ThreadSanitizer | Tomasz Miąsko | -4/+22 |
| 2020-03-19 | Removed unused `Hasher` import. | CDirkx | -1/+1 |
| 2020-03-19 | Use erased regions in MIR | Matthew Jasper | -110/+63 |
| 2020-03-19 | Derive PartialEq, Eq and Hash for RangeInclusive | CDirkx | -21/+1 |
| 2020-03-19 | sort generic param order in generics_of | Bastian Kauschke | -37/+84 |
| 2020-03-19 | make "other" in docs of `Option::{zip,zip_with}` monofont | Waffle | -2/+2 |
| 2020-03-19 | rustc/query: tweak comments on hir_owner{,_nodes}. | Eduard-Mihai Burtescu | -4/+5 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -108/+237 |
| 2020-03-19 | Update stdarch submodule | Amanieu d'Antras | -0/+0 |
| 2020-03-19 | Use `assert_ignored` when encoding metadata | John Kåre Alsaker | -38/+37 |
| 2020-03-19 | Add some comments | John Kåre Alsaker | -1/+15 |
| 2020-03-19 | Make metadata prefetching more accurate | John Kåre Alsaker | -7/+75 |
| 2020-03-19 | Make the timer more verbose | John Kåre Alsaker | -1/+1 |
| 2020-03-19 | Prefetch exported symbols | John Kåre Alsaker | -4/+9 |
| 2020-03-19 | Encode exported symbols last | John Kåre Alsaker | -7/+8 |
| 2020-03-19 | Prefetch queries used by the metadata encoder | John Kåre Alsaker | -1/+17 |
| 2020-03-19 | Update test | John Kåre Alsaker | -2/+13 |
| 2020-03-19 | Don't unwind when hitting the macro expansion recursion limit | John Kåre Alsaker | -6/+25 |
| 2020-03-19 | Don't hard-code the vector length in the examples. | Hrvoje Nikšić | -4/+3 |
| 2020-03-19 | Minor re-wordings and typo fixes. | Hrvoje Nikšić | -8/+8 |
| 2020-03-19 | Restore (and reword) the warning against passing invalid values to mem::forget. | Hrvoje Niksic | -17/+35 |
| 2020-03-19 | Clarify the relationship between `forget()` and `ManuallyDrop`. | Hrvoje Niksic | -11/+27 |
| 2020-03-19 | Clean up e0438 explanation | Guillaume Gomez | -4/+5 |
| 2020-03-19 | Clean up E0437 explanation | Guillaume Gomez | -4/+5 |
| 2020-03-19 | Auto merge of #70137 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -390/+392 |
| 2020-03-19 | rustc: use LocalDefId instead of DefId in TypeckTables. | Eduard-Mihai Burtescu | -125/+94 |
| 2020-03-19 | doc: Add quote to .init_array | lzutao | -4/+4 |