| Age | Commit message (Expand) | Author | Lines |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -3/+2 |
| 2022-02-20 | Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisa | bors | -7/+5 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -7/+5 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -2/+1 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -40/+21 |
| 2022-02-19 | Adopt let else in more places | est31 | -40/+21 |
| 2022-02-19 | Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgr | bors | -0/+14 |
| 2022-02-18 | Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelix | bors | -9/+4 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+14 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-17 | Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obk | Matthias Krüger | -1/+3 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -17/+38 |
| 2022-02-16 | add comment explaining the check | DrMeepster | -0/+2 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -2/+1 |
| 2022-02-16 | Expose unstable llvm14-builtins-abi target feature for cfg use | Nikita Popov | -16/+24 |
| 2022-02-16 | Update data layout for wasm32 targets | Nikita Popov | -0/+3 |
| 2022-02-16 | Update data layout for 32-bit msvc targets | Nikita Popov | -1/+11 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+14 |
| 2022-02-16 | debuginfo: Support fat pointers to unsized tuples. | Michael Woerister | -9/+4 |
| 2022-02-15 | fix assumption that ScalarPair Box is always a fat pointer | DrMeepster | -1/+1 |
| 2022-02-15 | Auto merge of #93439 - abrown:cf-protection, r=nagisa | bors | -1/+20 |
| 2022-02-15 | Rollup merge of #94001 - durin42:llvm-15-uwtable, r=nikic | Matthias Krüger | -5/+13 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -10/+10 |
| 2022-02-14 | llvm: migrate to new parameter-bearing uwtable attr | Augie Fackler | -5/+13 |
| 2022-02-14 | Add support for control-flow protection | Andrew Brown | -1/+20 |
| 2022-02-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -1/+2 |
| 2022-02-11 | Rollup merge of #93782 - adamgemmell:dev/adagem01/split-pauth, r=Amanieu | Matthias Krüger | -13/+67 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -10/+1 |
| 2022-02-10 | Split PAuth target feature | Adam Gemmell | -13/+67 |
| 2022-02-09 | Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regress... | Matthias Krüger | -35/+146 |
| 2022-02-08 | debuginfo: Bring back DW_AT_containing_type for vtables -- address review com... | Michael Woerister | -1/+3 |
| 2022-02-06 | apply noundef explicitly in all cases instead of relying on dereferenceable i... | Erik Desjardins | -4/+0 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -0/+9 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -1/+6 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -2/+2 |
| 2022-02-04 | Rollup merge of #93630 - matthiaskrgr:clipperf, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-04 | Rollup merge of #93402 - ehuss:llvm-dialog, r=michaelwoerister | Matthias Krüger | -0/+7 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-03 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-02-03 | Only disable dialogs on CI. | Eric Huss | -1/+6 |
| 2022-02-03 | debuginfo: Bring back DW_AT_containing_type for vtables after it has accident... | Michael Woerister | -11/+90 |
| 2022-02-03 | debuginfo: Make some helper functions in rustc_codegen_llvm::debuginfo::metad... | Michael Woerister | -24/+54 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -17/+20 |
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments a... | Michael Woerister | -17/+20 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-28 | Auto merge of #93427 - matthiaskrgr:rollup-esd3ixl, r=matthiaskrgr | bors | -39/+39 |
| 2022-01-28 | Rollup merge of #93261 - bjorn3:cg_ssa_refactor6, r=cjgillot | Matthias Krüger | -39/+39 |
| 2022-01-28 | Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc... | bors | -174/+238 |
| 2022-01-28 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Don't mark f... | Michael Woerister | -2/+2 |
| 2022-01-27 | Windows: Disable LLVM crash dialog boxes. | Eric Huss | -0/+2 |