| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+1 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -3/+5 |
| 2020-06-13 | Ensure that `drop_elaboration_and_check_consts` runs for all const items | Dylan MacKenzie | -1/+5 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -5/+10 |
| 2020-06-09 | expand: Give reasonable NodeIds to lints associated with macro definitions | Vadim Petrochenkov | -5/+10 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -1/+1 |
| 2020-06-08 | Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkov | Ralf Jung | -0/+2 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-06-04 | Add `-Z span-debug` to allow for easier debugging of proc macros | Aaron Hill | -0/+2 |
| 2020-06-04 | Auto merge of #72618 - Aaron1011:feature/early-sourcemap, r=petrochenkov | bors | -11/+13 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-31 | Make `SourceMap` available for early debug-printing of `Span`s | Aaron Hill | -11/+13 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -4/+7 |
| 2020-05-31 | Print accessed env vars as special comments into depinfo files | Vadim Petrochenkov | -0/+35 |
| 2020-05-30 | Rollup merge of #72669 - petrochenkov:smclean, r=Mark-Simulacrum | Ralf Jung | -14/+15 |
| 2020-05-30 | Rollup merge of #72666 - ivanloz:profile_emit_flag, r=matthewjasper | Ralf Jung | -0/+1 |
| 2020-05-30 | more `LocalDefId`s | Bastian Kauschke | -1/+1 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -4/+7 |
| 2020-05-27 | rustc_session: Cleanup session creation | Vadim Petrochenkov | -14/+15 |
| 2020-05-27 | Add -Z profile-emit=<path> for Gcov gcda output. | Ivan Lozano | -0/+1 |
| 2020-05-25 | Add a small MIR validation pass | Jonas Schievink | -0/+1 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+2 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -15/+14 |
| 2020-05-20 | Eliminate some `Option<NativeLibKind>`s | Vadim Petrochenkov | -21/+21 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -22/+22 |
| 2020-05-18 | Implement AST lowering for asm! | Amanieu d'Antras | -3/+6 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -2/+2 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -1/+1 |
| 2020-05-10 | Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov | bors | -1/+2 |
| 2020-05-10 | add linking option strip | YI | -1/+2 |
| 2020-05-10 | Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper | bors | -1/+1 |
| 2020-05-09 | Rollup merge of #71234 - maurer:init-array, r=cuviper | Ralf Jung | -0/+1 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+1 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -8/+1 |
| 2020-05-06 | Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic | Dylan DPC | -1/+1 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -1/+1 |
| 2020-05-05 | Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe | Dylan DPC | -0/+1 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+1 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -1/+1 |
| 2020-05-03 | Enable `cfg` predicate for `target_feature = "crt-static"` only if the target... | Vadim Petrochenkov | -1/+1 |
| 2020-05-02 | Set the default stack size to 8MB | Simonas Kazlauskas | -1/+1 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -8/+1 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -1/+1 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -17/+16 |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -2/+1 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -4/+0 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -2/+1 |
| 2020-04-29 | Use .init_array rather than .ctors | Matthew Maurer | -0/+1 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -1/+0 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -2/+2 |