| Age | Commit message (Expand) | Author | Lines |
| 2025-01-15 | Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhpratt | bors | -87/+102 |
| 2025-01-15 | Rollup merge of #135520 - compiler-errors:mono-impossible-drop-with-lifetimes... | Jacob Pratt | -5/+19 |
| 2025-01-15 | Rollup merge of #134338 - tgross35:overflowing-c-safe-ret, r=bjorn3,antoyo | Jacob Pratt | -76/+77 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -6/+6 |
| 2025-01-15 | Avoid notes that only make sense for unsafe functions | Oli Scherer | -4/+9 |
| 2025-01-15 | Try to render shorthand differently | Oli Scherer | -3/+9 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute [second site] | Oli Scherer | -20/+40 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute | Oli Scherer | -1/+8 |
| 2025-01-15 | Hide the internal unsafety of safe target_feature fn items | Oli Scherer | -2/+14 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -14/+68 |
| 2025-01-15 | avoid running the overlap check twice | lcnr | -22/+33 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -51/+125 |
| 2025-01-15 | late_report_deprecation: move fast-path closer to the core logic | Ralf Jung | -9/+12 |
| 2025-01-15 | Make sure we actually use the right trivial lifetime substs when eagerly mono... | Michael Goulet | -5/+19 |
| 2025-01-15 | Update compiler-builtins to 0.1.143 | Trevor Gross | -2/+2 |
| 2025-01-14 | Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJung | Jubilee | -8/+18 |
| 2025-01-14 | Rollup merge of #135423 - compiler-errors:enforce-const-trait-syntactical, r=... | Jubilee | -5/+121 |
| 2025-01-14 | Rollup merge of #135380 - compiler-errors:mismatch-valtree, r=lcnr | Jubilee | -2/+3 |
| 2025-01-14 | Rollup merge of #135264 - compiler-errors:layout-propagate-errors, r=oli-obk | Jubilee | -12/+20 |
| 2025-01-14 | Rollup merge of #135228 - compiler-errors:normalizes-ur-dispatch, r=BoxyUwU | Jubilee | -9/+35 |
| 2025-01-14 | Rollup merge of #134940 - compiler-errors:scrape, r=lcnr | Jubilee | -19/+48 |
| 2025-01-15 | Use a C-safe return type for `__rust_[ui]128_*` overflowing intrinsics | Trevor Gross | -74/+75 |
| 2025-01-15 | Rework trait expansion to happen once explicitly | Michael Goulet | -291/+199 |
| 2025-01-14 | Auto merge of #135180 - tgross35:update-builtins, r=tgross35 | bors | -2/+2 |
| 2025-01-14 | Auto merge of #135496 - matthiaskrgr:rollup-ps0cjzn, r=matthiaskrgr | bors | -47/+42 |
| 2025-01-14 | Make sure to scrape region constraints from deeply normalizing type outlives ... | Michael Goulet | -19/+48 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -5/+121 |
| 2025-01-14 | Consider more erroneous layouts as LayoutError::ReferencesError to suppress s... | Michael Goulet | -12/+20 |
| 2025-01-14 | Do not consider traits that have unsatisfied const conditions to be condition... | Michael Goulet | -8/+18 |
| 2025-01-14 | Normalize field before checking PhantomData in coerce/dispatch impl validation | Michael Goulet | -3/+20 |
| 2025-01-14 | Make sure we can produce ConstArgHasWrongType errors for valtree consts | Michael Goulet | -2/+3 |
| 2025-01-14 | Update compiler-builtins to 0.1.141 | Trevor Gross | -2/+2 |
| 2025-01-14 | Rollup merge of #135493 - compiler-errors:legacy-mangle-closure, r=lqd | Matthias Krüger | -4/+4 |
| 2025-01-14 | Rollup merge of #135479 - lcnr:method-calls-on-opaques, r=compiler-errors | Matthias Krüger | -40/+26 |
| 2025-01-14 | Rollup merge of #135466 - compiler-errors:leak-check-impossible, r=lcnr | Matthias Krüger | -3/+12 |
| 2025-01-14 | Prefer lower TraitUpcasting candidates | Michael Goulet | -6/+25 |
| 2025-01-14 | Auto merge of #135313 - compiler-errors:needs-mono, r=BoxyUwU | bors | -2/+5 |
| 2025-01-14 | Fix legacy symbol mangling of closures | Michael Goulet | -4/+4 |
| 2025-01-14 | remove Rustc{En,De}codable from library and compiler | Ralf Jung | -527/+10 |
| 2025-01-14 | Auto merge of #135278 - tgross35:ignore-std-dep-crates, r=SparrowLii | bors | -44/+105 |
| 2025-01-14 | mir borrowck: cleanup late-bound region handling | lcnr | -40/+26 |
| 2025-01-14 | Add `DenseBitSet::union_not` | Zalathar | -0/+56 |
| 2025-01-14 | Add wrapper type `ReversedGraph` for swapping successors/predecessors | Zalathar | -0/+43 |
| 2025-01-14 | Auto merge of #135442 - antoyo:subtree-update_cg_gcc_2025_01_12, r=GuillaumeG... | bors | -1529/+835 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -25/+78 |
| 2025-01-14 | Mark dependencies of the standard library as private by default | Trevor Gross | -19/+47 |
| 2025-01-14 | Add `tcx.visible_traits()` and use it for producing diagnostics | Trevor Gross | -4/+23 |
| 2025-01-14 | Make `#[rustc_private]` override dependency visibility | Trevor Gross | -0/+5 |
| 2025-01-14 | rustc_metadata: Rename `root` to `dep_root` | Trevor Gross | -26/+35 |
| 2025-01-14 | Rollup merge of #135464 - lukas-code:project-infinite-to-error, r=FedericoBru... | Matthias Krüger | -3/+4 |