| Age | Commit message (Expand) | Author | Lines |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -2/+2 |
| 2022-12-16 | don't copy symbols from dylibs with -Zdylib-lto | Rémy Rakic | -1/+1 |
| 2022-12-15 | Check `fn_sig` in more situations per review | inquisitivecrystal | -1/+1 |
| 2022-12-14 | Rollup merge of #105578 - erikdesjardins:addrspacecast, r=bjorn3 | Matthias Krüger | -4/+9 |
| 2022-12-13 | Don't perform invalid checks in `codegen_attrs` | inquisitivecrystal | -2/+23 |
| 2022-12-14 | Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3 | bors | -36/+34 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -3/+2 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -2/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -1/+1 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -3/+3 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -10/+851 |
| 2022-12-12 | Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa | bors | -24/+12 |
| 2022-12-11 | fix transmutes between pointers in different address spaces | Erik Desjardins | -4/+9 |
| 2022-12-11 | bug! with a better error message for failing Instance::resolve | Michael Goulet | -4/+7 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -1/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-10 | Rollup merge of #105482 - wesleywiser:fix_debuginfo_ub, r=tmiasko | Matthias Krüger | -29/+107 |
| 2022-12-10 | Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obk | Matthias Krüger | -5/+3 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+1 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -5/+3 |
| 2022-12-08 | Don't generate pointer loads to spills unless necessary | Wesley Wiser | -2/+27 |
| 2022-12-08 | Make `debuginfo_offset_calcuation` generic so we can resuse the logic | Wesley Wiser | -10/+41 |
| 2022-12-08 | Factor out debuginfo offset calculation | Wesley Wiser | -27/+49 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-12-08 | Add 0..=isize::MAX range metadata to size loads from vtables | Erik Desjardins | -3/+12 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-07 | fix: remove hack from link.rs (moved to libc) | Daniil Belov | -9/+0 |
| 2022-12-04 | Auto merge of #104535 - mikebenfield:discr-fix, r=pnkfelix | bors | -9/+18 |
| 2022-12-04 | Avoid from_immediate_or_packed_pair in ThreadLocalRef codegen | bjorn3 | -1/+1 |
| 2022-12-03 | Avoid a temporary file when processing macOS fat archives | Alex Gaynor | -36/+34 |
| 2022-12-03 | Directly return loaded value from type_checked_load | bjorn3 | -2/+1 |
| 2022-12-03 | Destruct landing_pad return value before passing it to cg_ssa | bjorn3 | -21/+10 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -2/+243 |
| 2022-12-03 | Make sure all input archives are unmapped before persisting the output archive | bjorn3 | -1/+7 |
| 2022-12-02 | Write to temp file before renaming to the final name | bjorn3 | -4/+22 |
| 2022-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -13/+9 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -13/+9 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -52/+52 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -2/+219 |
| 2022-11-25 | Rollup merge of #104797 - weihanglo:stream-write-dwp, r=jackh726 | Matthias Krüger | -4/+5 |
| 2022-11-24 | Rollup merge of #104704 - ecnelises:p10vec, r=jackh726 | Matthias Krüger | -0/+1 |
| 2022-11-24 | Properly handle `Pin<&mut dyn* Trait>` receiver in codegen | Michael Goulet | -6/+24 |
| 2022-11-24 | rustc_codegen_ssa: write `.dwp` in a streaming fashion | Weihang Lo | -4/+5 |
| 2022-11-22 | Allow power10-vector feature in PowerPC | Qiu Chaofan | -0/+1 |
| 2022-11-21 | Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3 | Matthias Krüger | -1/+8 |
| 2022-11-19 | deduplicate constant evaluation in cranelift backend | Ralf Jung | -1/+8 |
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -1/+2 |
| 2022-11-18 | rustc_codegen_ssa: Fix for codegen_get_discr | Michael Benfield | -9/+18 |