| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -32/+18 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -60/+43 |
| 2023-12-18 | Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -16/+16 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -6/+7 |
| 2023-12-12 | rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -0/+3 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -5/+5 |
| 2023-12-07 | Add emulated TLS support | quininer | -5/+5 |
| 2023-12-04 | Avoid adding compiler-used functions to `symbols.o` | DianQK | -1/+1 |
| 2023-12-03 | compiler: replace cstr macro with c str literals in compiler and few other c ... | klensy | -6/+7 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -5/+3 |
| 2023-11-29 | Dispose llvm::TargetMachines prior to llvm::Context being disposed | Wesley Wiser | -1/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -3/+3 |
| 2023-10-28 | Remove asmjs from compiler | Jubilee Young | -5/+1 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -1/+9 |
| 2023-10-15 | Removes the useless DisableSimplifyLibCalls parameter. | DianQK | -5/+3 |
| 2023-10-09 | Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse call | bjorn3 | -2/+0 |
| 2023-09-29 | Auto merge of #115986 - onur-ozkan:fix-cross-compilation-lto-problem, r=wesle... | bors | -3/+12 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -5/+16 |
| 2023-09-24 | Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers | Florian Schmiderer | -30/+127 |
| 2023-09-23 | allow LTO on `proc-macro` crates with `-Zdylib-lto` | onur-ozkan | -3/+12 |
| 2023-09-10 | Remove `verbose_generic_activity_with_arg` | John Kåre Alsaker | -1/+1 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -1/+22 |
| 2023-09-08 | lto: handle Apple platforms correctly by eliding __LLVM, from section name | Augie Fackler | -1/+4 |
| 2023-09-08 | lto: load bitcode sections by name | Augie Fackler | -16/+47 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+20 |
| 2023-09-01 | remove unnecessary heap allocation | XXIV | -2/+2 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -0/+2 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -0/+3 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -23/+16 |
| 2023-08-01 | remove remark filtering on the rust side | Rémy Rakic | -23/+16 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -4/+3 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -5/+5 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -11/+11 |
| 2023-07-29 | cg_llvm: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -4/+3 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -19/+24 |
| 2023-07-17 | Better diagnostics for dlltool errors. | James Farrell | -19/+24 |
| 2023-07-05 | Revert "use new c literals instead of cstr! macro" | León Orell Valerian Liehr | -9/+9 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -5/+46 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -5/+46 |
| 2023-06-08 | Use `c`-prefixed string | Kai Luo | -6/+6 |
| 2023-06-08 | Support embedding bitcode on AIX | Kai Luo | -2/+19 |
| 2023-05-31 | use new c literals instead of cstr! macro | klensy | -5/+5 |
| 2023-05-08 | Remove the ThinLTO CU hack | Josh Stone | -49/+0 |
| 2023-05-06 | Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko | Matthias Krüger | -0/+10 |
| 2023-05-04 | Output LLVM optimization remark kind in `-Cremark` output | Jakub Beránek | -0/+10 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -4/+8 |
| 2023-04-04 | replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRus... | klensy | -2/+2 |