| Age | Commit message (Expand) | Author | Lines |
| 2025-02-02 | Replace ParseSess::set_dcx with DiagCtxt::set_emitter | bjorn3 | -4/+4 |
| 2025-02-02 | Use fallback fluent bundle from inner emitter in SilentEmitter | bjorn3 | -16/+4 |
| 2025-02-02 | Slightly simplify DiagCtxt::make_silent | bjorn3 | -36/+24 |
| 2025-02-02 | Some cleanups around EarlyDiagCtxt | bjorn3 | -29/+20 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -20/+492 |
| 2025-02-02 | miri: improve error when offset_from preconditions are violated | Ralf Jung | -2/+22 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -99/+90 |
| 2025-02-02 | Rollup merge of #136412 - estebank:fn-ptr-cast-suggestion, r=jieyouxu | Matthias Krüger | -13/+8 |
| 2025-02-02 | Rollup merge of #136368 - estebank:listify, r=fee1-dead | Matthias Krüger | -148/+88 |
| 2025-02-02 | Rollup merge of #136358 - clubby789:opt-none-noinline, r=saethlin | Matthias Krüger | -1/+5 |
| 2025-02-02 | Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqd | Matthias Krüger | -685/+236 |
| 2025-02-02 | Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obk | Matthias Krüger | -203/+259 |
| 2025-02-02 | run less code if cfg(llvm_enzyme) isn't used | Manuel Drehwald | -0/+4 |
| 2025-02-02 | Move `unify_key` module. | Nicholas Nethercote | -14/+14 |
| 2025-02-02 | Remove unused `ToType` trait. | Nicholas Nethercote | -5/+1 |
| 2025-02-02 | Convert two `rustc_middle::lint` functions to `Span` methods. | Nicholas Nethercote | -54/+48 |
| 2025-02-02 | Highlight clarifying information in "expected/found" error | Esteban Küber | -23/+43 |
| 2025-02-01 | test compile time fixes | Manuel Drehwald | -10/+6 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -3/+1 |
| 2025-02-02 | Tweak fn pointer suggestion span | Esteban Küber | -13/+8 |
| 2025-02-01 | Shard AllocMap Lock | Mark Rousskov | -26/+44 |
| 2025-02-01 | Explain why we retroactively change a static initializer to have a different ... | Oli Scherer | -2/+8 |
| 2025-02-01 | diagnostics: fix borrowck suggestions for if/while let conditionals | Michael Howell | -18/+92 |
| 2025-02-01 | Clean up MonoItem::instantiation_mode | Ben Kimock | -42/+79 |
| 2025-02-01 | Rollup merge of #136374 - saethlin:enzyme-linkage, r=oli-obk | Matthias Krüger | -2/+7 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -45/+432 |
| 2025-01-31 | Override `disjoint_or` in the LLVM backend | Scott McMurray | -0/+21 |
| 2025-01-31 | Add `unchecked_disjoint_bitor` with fallback intrinsic implementation | Scott McMurray | -1/+2 |
| 2025-02-01 | Explain why (some) pointer/length strings are `*const c_uchar` | Zalathar | -0/+12 |
| 2025-02-01 | Add FIXME for auditing optional parameters passed to DIBuilder | Zalathar | -0/+4 |
| 2025-02-01 | Use `LLVMDIBuilderCreateDebugLocation` | Zalathar | -17/+9 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlockFile` | Zalathar | -16/+17 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlock` | Zalathar | -17/+9 |
| 2025-02-01 | Use `LLVMDIBuilderCreateNameSpace` | Zalathar | -25/+18 |
| 2025-02-01 | Use `LLVMDIBuilderFinalize` | Zalathar | -7/+3 |
| 2025-02-01 | Introduce `DIBuilderBox`, an owning pointer to `DIBuilder` | Zalathar | -20/+53 |
| 2025-01-31 | Add link attribute for Enzyme's FFI | Ben Kimock | -2/+7 |
| 2025-02-01 | Mark the tcx-ensure wrapper types with `#[must_use]` | Zalathar | -0/+2 |
| 2025-02-01 | Use an explicit type when discarding the result of `tcx.ensure_ok()` | Zalathar | -5/+9 |
| 2025-02-01 | Rename `ensure_forwards_result_if_red` to `return_result_from_ensure_ok` | Zalathar | -22/+34 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -25/+37 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -157/+183 |
| 2025-02-01 | Rollup merge of #136348 - RalfJung:miri-float-min-max, r=oli-obk | Matthias Krüger | -2/+20 |
| 2025-02-01 | Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-dead | Matthias Krüger | -1/+5 |
| 2025-02-01 | Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnr | Matthias Krüger | -542/+595 |
| 2025-02-01 | Rollup merge of #135840 - vayunbiyani:omit_intrinsic_unused_param_warning, r=... | Matthias Krüger | -0/+8 |
| 2025-01-31 | Rework "long type names" printing logic | Esteban Küber | -685/+236 |
| 2025-01-31 | Make comma separated lists of anything easier to make for errors | Esteban Küber | -148/+88 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -287/+256 |
| 2025-01-31 | Ensure that we never try to monomorphize the upcasting of impossible dyn types | Michael Goulet | -5/+21 |