| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | Rollup merge of #114500 - taiki-e:arm-crypto, r=Amanieu | Matthias Krüger | -1/+0 |
| 2023-08-08 | Rollup merge of #114376 - inferiorhumanorgans:rustc-codegen-ssa-duplicate-exp... | Matthias Krüger | -9/+0 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -1/+1 |
| 2023-08-05 | Remove arm crypto target feature | Taiki Endo | -1/+0 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -2/+7 |
| 2023-08-04 | Rollup merge of #114427 - Enselic:rustc_codegen_ssa-fixme, r=Nilstrieb | Matthias Krüger | -32/+39 |
| 2023-08-03 | Handle non-utf8 rpaths (fix FIXME) | Martin Nordholts | -32/+39 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -2/+2 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -2/+7 |
| 2023-08-02 | Avoid exporting symbols more than once. | Alex Zepeda | -9/+0 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -169/+44 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-07-31 | Remove unnecessary semicolon. | Nicholas Nethercote | -1/+1 |
| 2023-07-31 | Clean up `generate_lto_work`. | Nicholas Nethercote | -22/+23 |
| 2023-07-31 | Fix LLVM thread names on Windows. | Nicholas Nethercote | -3/+3 |
| 2023-07-31 | Introduce `running_with_any_token` closure. | Nicholas Nethercote | -7/+10 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -11/+11 |
| 2023-07-31 | Tweak structure of the message loop. | Nicholas Nethercote | -17/+20 |
| 2023-07-31 | Tweak a loop condition. | Nicholas Nethercote | -7/+11 |
| 2023-07-31 | Move `maybe_start_llvm_timer`'s body into `spawn_work`. | Nicholas Nethercote | -26/+18 |
| 2023-07-31 | Remove `CodegenContext::worker`. | Nicholas Nethercote | -24/+12 |
| 2023-07-31 | Remove `ExtraBackendMethods::spawn_thread`. | Nicholas Nethercote | -9/+0 |
| 2023-07-31 | Give the coordinator thread a name. | Nicholas Nethercote | -3/+4 |
| 2023-07-31 | Remove some unused values in `codegen_crate`. | Nicholas Nethercote | -3/+0 |
| 2023-07-31 | Remove an unnecessary `pub`. | Nicholas Nethercote | -1/+1 |
| 2023-07-31 | Rename `MainThreadWorkerState`. | Nicholas Nethercote | -25/+25 |
| 2023-07-31 | Rename things related to the main thread's operations. | Nicholas Nethercote | -30/+46 |
| 2023-07-31 | Add some assertions. | Nicholas Nethercote | -0/+4 |
| 2023-07-31 | Add comments to `WorkItemResult`. | Nicholas Nethercote | -4/+14 |
| 2023-07-31 | Inline and remove `submit_pre_codegened_module_to_llvm`. | Nicholas Nethercote | -15/+9 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -82/+75 |
| 2023-07-29 | cg_ssa: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -169/+44 |
| 2023-07-27 | Rollup merge of #113872 - nnethercote:tweak-cgu-sorting, r=pnkfelix | Matthias Krüger | -2/+3 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -1/+1 |
| 2023-07-23 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -1/+16 |
| 2023-07-21 | Auto merge of #113892 - RalfJung:uninit-undef-poison, r=wesleywiser | bors | -0/+6 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -13/+56 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+5 |
| 2023-07-20 | Add note about writing native-static-libs to file | David Tolnay | -1/+12 |
| 2023-07-20 | Implement printing to file for link-args and native-static-libs | David Tolnay | -10/+22 |
| 2023-07-20 | Implement printing to file in llvm_util | David Tolnay | -1/+3 |
| 2023-07-20 | Implement printing to file in codegen_backend.print | David Tolnay | -2/+20 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -4/+4 |
| 2023-07-20 | clarify MIR uninit vs LLVM undef/poison | Ralf Jung | -0/+6 |
| 2023-07-20 | Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiser | Matthias Krüger | -1/+15 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -13/+7 |
| 2023-07-20 | Monomorphize constants before inspecting them | Oli Scherer | -1/+1 |