| Age | Commit message (Expand) | Author | Lines |
| 2020-02-23 | Fail on multiple declarations of `main`. | jumbatm | -2/+2 |
| 2020-02-11 | Merge rustc::middle::*lang_items. | Camille GILLOT | -6/+3 |
| 2020-02-05 | Apply LLVM sanitize attributes to generated entry wrapper | Tomasz Miąsko | -10/+12 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | Rollup merge of #67889 - Zoxc:parallel-cgus, r=michaelwoerister | Mazdak Farrokhzad | -9/+77 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -4/+0 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -10/+2 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -3/+3 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -8/+23 |
| 2020-01-09 | Precompile CGUs while the main thread has the implicit job server token | John Kåre Alsaker | -38/+63 |
| 2020-01-09 | Compile some CGUs in parallel at the start of codegen | John Kåre Alsaker | -8/+51 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -4/+0 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -5/+5 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -10/+6 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -133/+143 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -7/+1 |
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -1/+1 |
| 2019-12-03 | rustc_codegen_ssa: make codegen_instance a simple wrapper for codegen_mir. | Eduard-Mihai Burtescu | -7/+1 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -3/+0 |
| 2019-12-02 | Remove Body from FunctionCx, pass it along during librustc_codegen_ssa | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -1/+4 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -35/+38 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -1/+1 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -4/+2 |
| 2019-10-28 | self-profiling: Record something more useful for crate metadata generation ev... | Michael Woerister | -2/+0 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-10-21 | Code cleanups following up on #65576. | Dan Gohman | -13/+24 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -2/+2 |
| 2019-10-19 | Rollup merge of #65448 - eddyb:codegen-box-less-special, r=oli-obk | Mazdak Farrokhzad | -27/+19 |
| 2019-10-17 | Don't add `argc` and `argv` arguments to `main` on WASI. | Dan Gohman | -7/+18 |
| 2019-10-15 | rustc_codegen_ssa: remove some unnecessary Box special-casing. | Eduard-Mihai Burtescu | -27/+19 |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -4/+3 |
| 2019-10-13 | Inline functions from cg_ssa::callee and remove the mod | bjorn3 | -5/+7 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -4/+1 |
| 2019-09-30 | Self-Profiling: Make names of existing events more consistent and use new API. | Michael Woerister | -4/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-26 | Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb | Mazdak Farrokhzad | -18/+7 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -18/+7 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -4/+4 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -1/+2 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+1 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -6/+0 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -1/+2 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -1/+1 |