| Age | Commit message (Expand) | Author | Lines |
| 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 E0436 explanation | Guillaume Gomez | -3/+4 |
| 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 |
| 2020-03-19 | Add Result<Result<T, E>, E>::flatten -> Result<T, E> | Wim Looman | -1/+33 |
| 2020-03-19 | add delay_span_bug to TransmuteSizeDiff, just to be sure | Ralf Jung | -0/+4 |
| 2020-03-19 | Add copy bound to numeric intrinsics | Tomasz Miąsko | -31/+31 |
| 2020-03-19 | Add copy bound to atomic intrinsics | Tomasz Miąsko | -81/+81 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -145/+137 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in ich. | Eduard-Mihai Burtescu | -27/+12 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -202/+139 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::lowering. | Eduard-Mihai Burtescu | -57/+72 |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -25/+36 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -21/+15 |
| 2020-03-19 | rustc: make LocalDefId's index field public like DefId's is. | Eduard-Mihai Burtescu | -6/+8 |
| 2020-03-19 | rustc_typeck: remove dead impl for `DefIndex`. | Eduard-Mihai Burtescu | -8/+1 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex for query keys. | Eduard-Mihai Burtescu | -39/+31 |
| 2020-03-19 | update miri | Ralf Jung | -7/+9 |
| 2020-03-19 | do not 'return' in 'throw_' macros | Ralf Jung | -11/+12 |
| 2020-03-19 | add basic IP support in HermitCore | Stefan Lankes | -87/+156 |
| 2020-03-19 | remove unused imports | Stefan Lankes | -1/+0 |
| 2020-03-19 | Remove unused `ModuleConfig::emit_lto_bc` field. | Nicholas Nethercote | -3/+0 |
| 2020-03-19 | Rollup merge of #70088 - tmiasko:atomic-copy, r=eddyb | Mazdak Farrokhzad | -15/+15 |
| 2020-03-19 | Rollup merge of #70005 - GuillaumeGomez:code-block-signs, r=kinnison | Mazdak Farrokhzad | -13/+21 |
| 2020-03-19 | Rollup merge of #69969 - iximeow:sigstack-guard-page, r=cuviper | Mazdak Farrokhzad | -5/+18 |
| 2020-03-19 | Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+56 |
| 2020-03-19 | Rollup merge of #69929 - cuviper:unicode-13.0.0, r=Mark-Simulacrum | Mazdak Farrokhzad | -445/+462 |
| 2020-03-19 | Rollup merge of #69814 - jonas-schievink:gen-ret-unw, r=Zoxc | Mazdak Farrokhzad | -7/+138 |
| 2020-03-19 | Rollup merge of #69443 - ehuss:tidy-license, r=skade,Mark-Simulacrum | Mazdak Farrokhzad | -343/+356 |
| 2020-03-19 | Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakis | Mazdak Farrokhzad | -32/+83 |
| 2020-03-19 | Add regression test for TAIT lifetime inference (issue #55099) | Aaron Hill | -0/+28 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -52/+234 |
| 2020-03-18 | Revert "Fix missing libLLVM.so in stage0 sysroot." | Josh Stone | -38/+0 |