| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -2/+2 |
| 2022-03-01 | Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisa | bors | -3/+7 |
| 2022-02-27 | expadn abi check + condese & fix tests | DrMeepster | -1/+1 |
| 2022-02-27 | Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa" | Erik Desjardins | -3/+7 |
| 2022-02-27 | fix box icing when it has aggregate abi | DrMeepster | -1/+12 |
| 2022-02-24 | Auto merge of #94123 - bjorn3:cg_ssa_singleton_builder, r=tmiasko | bors | -41/+41 |
| 2022-02-24 | Introduce Bx::switch_to_block | bjorn3 | -10/+9 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -2/+2 |
| 2022-02-20 | Inline build_block | bjorn3 | -7/+4 |
| 2022-02-20 | Remove FunctionCx::new_block | bjorn3 | -22/+24 |
| 2022-02-20 | Remove build_sibling_block | bjorn3 | -8/+10 |
| 2022-02-20 | Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgr | bors | -45/+27 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -45/+27 |
| 2022-02-19 | Auto merge of #92911 - nbdd0121:unwind, r=Amanieu | bors | -13/+60 |
| 2022-02-19 | Adopt let else in more places | est31 | -45/+27 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -2/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -4/+4 |
| 2022-02-14 | Fix missing dbg info | Gary Guo | -0/+2 |
| 2022-02-13 | Guard against unwinding in cleanup code | Gary Guo | -13/+58 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -0/+10 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -0/+10 |
| 2022-01-24 | Merge landing_pad and set_cleanup into cleanup_landing_pad | bjorn3 | -2/+1 |
| 2022-01-24 | Merge add_handler into catch_switch | bjorn3 | -2/+1 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -4/+23 |
| 2022-01-19 | Rollup merge of #91278 - SparrowLii:place, r=spastorino | Matthias Krüger | -76/+67 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -147/+3 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -48/+0 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -4/+23 |
| 2022-01-15 | initial revert | Ellen | -2/+2 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -48/+0 |
| 2022-01-04 | Add simd_as intrinsic | Caleb Zulawski | -147/+3 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -27/+0 |
| 2021-12-30 | keep noinline for system llvm < 14 | Erik Desjardins | -2/+1 |
| 2021-12-29 | Mark drop calls in landing pads cold instead of noinline | Erik Desjardins | -5/+2 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -2/+2 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_codegen_ssa` | LegionMammal978 | -2/+2 |
| 2021-12-03 | LLVM codgen support for unwinding inline assembly | cynecx | -10/+56 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+2 |
| 2021-11-27 | Use iterator instead of recursion in `codegen_place` | SparrowLii | -76/+67 |
| 2021-11-14 | Remove workaround for the forward progress handling in LLVM | Andreas Jonson | -11/+0 |
| 2021-11-06 | pointee_info_at() does not need mutable access | Matthias Krüger | -1/+1 |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -3/+43 |
| 2021-10-26 | Properly check `target_features` not to trigger an assertion | Yuki Okushi | -1/+3 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -3/+43 |
| 2021-10-20 | Remove NullOp::Box | Gary Guo | -27/+0 |