| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -2/+0 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -2/+0 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -10/+0 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -4/+4 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -23/+0 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -2/+7 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -2/+7 |
| 2023-05-17 | Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplett | Dylan DPC | -0/+1 |
| 2023-05-17 | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | -0/+1 |
| 2023-05-16 | add `UnsafeCell::from_mut` | JoJoJet | -0/+1 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -33/+0 |
| 2023-05-16 | Add derive for `core::marker::ConstParamTy` | Nilstrieb | -0/+1 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -2/+12 |
| 2023-05-14 | Simplify find_width_of_character_at_span. | Mara Bos | -24/+8 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -3/+5 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+2 |
| 2023-05-09 | Limit lifetime of format_args!() with inlined args. | Mara Bos | -0/+1 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -0/+2 |
| 2023-05-06 | Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-05-06 | Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber | Matthias Krüger | -0/+22 |
| 2023-05-06 | Fix spans in LLVM-generated inline asm errors | Amanieu d'Antras | -0/+22 |
| 2023-05-06 | More robust debug assertions for `Instance::resolve` on built-in traits with ... | Michael Goulet | -0/+1 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -3/+5 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -3/+3 |
| 2023-05-06 | Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-... | Yuki Okushi | -0/+1 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -0/+1 |
| 2023-05-05 | Add parsing for builtin # in expression and item context | est31 | -0/+1 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -0/+1 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-05-04 | Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin | bors | -3/+2 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+4 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+4 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+1 |
| 2023-05-02 | update and add a few tests | Deadbeef | -0/+1 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -0/+1 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -0/+1 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -0/+1 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -0/+1 |
| 2023-04-30 | Arc -> Lrc | klensy | -3/+2 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -2/+1 |
| 2023-04-27 | Don't call await a method | Michael Goulet | -0/+1 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -0/+1 |
| 2023-04-25 | Add deny lint to prevent untranslatable diagnostics using static strings | clubby789 | -0/+1 |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -2/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -2/+2 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-04-23 | Auto merge of #110497 - cjgillot:span-ctxt, r=b-naber | bors | -10/+14 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -0/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+1 |
| 2023-04-20 | Rollup merge of #110548 - kpreid:span, r=WaffleLapkin | Yuki Okushi | -11/+20 |