| Age | Commit message (Expand) | Author | Lines |
| 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 | add basic support of OsStrExt for HermitCore | Stefan Lankes | -1/+54 |
| 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 |
| 2020-03-18 | Ensure LLVM is in the link path for rustc tools | Josh Stone | -2/+41 |
| 2020-03-18 | Rename add_lib_path to add_dylib_path | Josh Stone | -6/+6 |
| 2020-03-18 | Rollup merge of #70116 - pietroalbini:ci-fix-windows-python-path, r=Mark-Simu... | Pietro Albini | -2/+3 |
| 2020-03-18 | Move the const-forget test into ui tests | DutchGhost | -18/+22 |
| 2020-03-18 | ci: use python from the correct path | Pietro Albini | -2/+3 |
| 2020-03-18 | Remove -ffreestanding from libprofiler_builtins because we do need the standa... | rojamd | -1/+0 |
| 2020-03-18 | Rollup merge of #70106 - ehuss:fix-tidy-fmt-twice, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+3 |
| 2020-03-18 | Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkov | Mazdak Farrokhzad | -24/+32 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -385/+359 |
| 2020-03-18 | Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk | Mazdak Farrokhzad | -52/+53 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -470/+420 |
| 2020-03-18 | Rollup merge of #69838 - Centril:expand-module, r=petrochenkov | Mazdak Farrokhzad | -592/+600 |
| 2020-03-18 | Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandry | Mazdak Farrokhzad | -30/+167 |