| Age | Commit message (Expand) | Author | Lines |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+3 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -4/+4 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -25/+20 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -2/+2 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -2/+2 |
| 2020-05-20 | Implement `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+6 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -4/+1 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -10/+7 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -1/+4 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -9/+6 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -1/+1 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -15/+6 |
| 2020-03-31 | Address review feedback | Wesley Wiser | -16/+2 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -41/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -4/+4 |
| 2020-03-29 | reduce rustc_attr usage in places | Mazdak Farrokhzad | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-05 | Apply LLVM sanitize attributes to generated entry wrapper | Tomasz Miąsko | -20/+26 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+20 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-23 | Clarify some methods around instance instantiation via comments and clearer n... | Michael Woerister | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+1 |
| 2019-12-30 | Use function attribute "frame-pointer" instead of "no-frame-pointer-elim" | Fangrui Song | -6/+15 |
| 2019-12-22 | Format the world | Mark Rousskov | -108/+116 |
| 2019-12-20 | Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddyb | Mazdak Farrokhzad | -0/+11 |
| 2019-12-16 | Fix handling of wasm import modules and names | Alex Crichton | -0/+11 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -0/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-03 | rustc_target: add abi::call::Conv::Rust distinct from Conv::C. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-12-03 | rustc_codegen_llvm: privatize as much of attributes::* as possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-12-03 | rustc_codegen_llvm: take an Instance in attributes::from_fn_attrs. | Eduard-Mihai Burtescu | -16/+20 |
| 2019-12-03 | rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn. | Eduard-Mihai Burtescu | -4/+3 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -1/+1 |
| 2019-10-12 | some typography | Ralf Jung | -2/+2 |
| 2019-10-12 | remove old branch of unwind logic | Ralf Jung | -21/+1 |
| 2019-10-12 | Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw... | bors | -13/+39 |
| 2019-10-04 | Disable stack probe when thread sanitizer is enabled | Tomasz Miąsko | -4/+6 |
| 2019-10-03 | Update attributes.rs | Felix S Klock II | -4/+5 |
| 2019-10-03 | Apply suggestions from code review | Felix S Klock II | -2/+2 |
| 2019-10-02 | Fix missing calls to drop on unwind with lto=fat; issue 64655. | Felix S. Klock II | -13/+38 |
| 2019-07-09 | Translate target features for LLVM 9 | Nikita Popov | -0/+24 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -2/+2 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-23 | Update wasm_import_module_map and target_features_whitelist | John Kåre Alsaker | -4/+3 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+2 |