| Age | Commit message (Expand) | Author | Lines |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -3/+3 |
| 2023-11-17 | rename bound region instantiation | lcnr | -1/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-15 | Add arm64e-apple-ios target | Artyom Tetyukhin | -0/+9 |
| 2023-11-15 | Auto merge of #117359 - tmiasko:call-def, r=cjgillot | bors | -6/+13 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -6/+13 |
| 2023-11-13 | features must be additive | Ralf Jung | -1/+6 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -2/+7 |
| 2023-11-12 | target_feature: make it more clear what that 'Option' means | Ralf Jung | -242/+270 |
| 2023-11-09 | Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 | bors | -1/+1 |
| 2023-11-09 | Remove `-Z strip`. | Nicholas Nethercote | -10/+2 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -1/+1 |
| 2023-11-07 | Rollup merge of #117616 - RalfJung:unstable-target-features, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2023-11-06 | warn when using an unstable feature with -Ctarget-feature | Ralf Jung | -0/+9 |
| 2023-11-05 | Update doc comment for CodegenBackend::link | bjorn3 | -5/+1 |
| 2023-11-03 | Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy... | dianqk | -2/+8 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -3/+2 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -1/+1 |
| 2023-10-30 | Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk | Guillaume Gomez | -39/+4 |
| 2023-10-30 | Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieu | bors | -20/+20 |
| 2023-10-28 | Remove asmjs from compiler | Jubilee Young | -3/+3 |
| 2023-10-29 | Auto merge of #117335 - workingjubilee:rollup-jsomm41, r=workingjubilee | bors | -0/+1 |
| 2023-10-28 | Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc | Jubilee | -0/+1 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -0/+3 |
| 2023-10-28 | share the track_caller handling within a mir::Body | Ralf Jung | -32/+4 |
| 2023-10-28 | interpret: call caller_location logic the same way codegen does, and share so... | Ralf Jung | -8/+1 |
| 2023-10-27 | Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkov | bors | -38/+93 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -0/+3 |
| 2023-10-26 | Auto merge of #117115 - zetafunction:linking, r=bjorn3 | bors | -25/+31 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -4/+4 |
| 2023-10-24 | Mark .rmeta files as /SAFESEH on x86 Windows. | Daniel Cheng | -25/+31 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+16 |
| 2023-10-21 | Removes fields from `CrateInfo` that are no longer used. | DianQK | -6/+1 |
| 2023-10-21 | Treat extern in compiler-builtins as `used` | DianQK | -3/+7 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -15/+15 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -10/+10 |
| 2023-10-18 | make `self_contained` return `LinkSelfContainedComponents` | Rémy Rakic | -50/+65 |
| 2023-10-18 | unify `LinkSelfContained` and `LinkSelfContainedDefault` | Rémy Rakic | -6/+6 |
| 2023-10-18 | limit `lld` flavors to the llvm backend | Rémy Rakic | -2/+21 |
| 2023-10-18 | allow target specs to declare self-contained linking components | Rémy Rakic | -9/+30 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -1/+2 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -47/+103 |
| 2023-10-15 | Restore `#![no_builtins]` crates participation in LTO. | DianQK | -50/+6 |
| 2023-10-14 | Auto merge of #116702 - durin42:compress-debuginfo, r=compiler-errors | bors | -0/+9 |
| 2023-10-13 | linker: also pass debuginfo compression flags | Augie Fackler | -0/+9 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -47/+103 |
| 2023-10-13 | Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot | bors | -9/+374 |
| 2023-10-11 | Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkov | bors | -3/+4 |
| 2023-10-11 | Stabilize Ratified RISC-V Target Features | Gijs Burghoorn | -20/+20 |