| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -2/+2 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+2 |
| 2020-07-10 | Change some function names. | Nicholas Nethercote | -11/+11 |
| 2020-07-10 | Tweak `spawn_thread_pool`. | Nicholas Nethercote | -11/+12 |
| 2020-07-10 | Add an explanatory comment to `scoped_thread`. | Nicholas Nethercote | -0/+2 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -16/+17 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -16/+17 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -5/+5 |
| 2020-06-28 | Remove defunct `-Z print-region-graph` | Tomasz Miąsko | -1/+0 |
| 2020-06-25 | Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum | bors | -0/+35 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -1/+4 |
| 2020-06-23 | Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse | Manish Goregaokar | -0/+5 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -1/+4 |
| 2020-06-20 | Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum | Ralf Jung | -1/+1 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -3/+5 |
| 2020-06-19 | Fix -Z unpretty=everybody_loops | Joshua Nelson | -0/+5 |
| 2020-06-16 | Update CFGuard syntax | Andrew Paverd | -1/+1 |
| 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 |