| Age | Commit message (Expand) | Author | Lines |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -3/+25 |
| 2025-01-15 | Rollup merge of #132654 - joboet:lazy_main, r=ChrisDenton | Guillaume Gomez | -4/+4 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -40/+62 |
| 2025-01-15 | Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhpratt | bors | -125/+190 |
| 2025-01-15 | Rollup merge of #135520 - compiler-errors:mono-impossible-drop-with-lifetimes... | Jacob Pratt | -0/+13 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -125/+177 |
| 2025-01-15 | Avoid notes that only make sense for unsafe functions | Oli Scherer | -13/+0 |
| 2025-01-15 | Try to render shorthand differently | Oli Scherer | -6/+3 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute [second site] | Oli Scherer | -24/+24 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute | Oli Scherer | -14/+15 |
| 2025-01-15 | Hide the internal unsafety of safe target_feature fn items | Oli Scherer | -1/+1 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -40/+77 |
| 2025-01-15 | avoid running the overlap check twice | lcnr | -4/+0 |
| 2025-01-15 | intrinsics: deprecate calling them via the unstable std::intrinsics path | Ralf Jung | -1/+10 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -2/+15 |
| 2025-01-15 | fix known-bug link in normalize-tait-in-const | Ralf Jung | -4/+5 |
| 2025-01-15 | add test for issue 135514 | Rémy Rakic | -0/+40 |
| 2025-01-15 | remove some known-bug that do not seem to make sense | Ralf Jung | -11/+5 |
| 2025-01-15 | Make sure we actually use the right trivial lifetime substs when eagerly mono... | Michael Goulet | -0/+13 |
| 2025-01-14 | Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJung | Jubilee | -18/+16 |
| 2025-01-14 | Rollup merge of #135423 - compiler-errors:enforce-const-trait-syntactical, r=... | Jubilee | -32/+151 |
| 2025-01-14 | Rollup merge of #135380 - compiler-errors:mismatch-valtree, r=lcnr | Jubilee | -0/+107 |
| 2025-01-14 | Rollup merge of #135353 - lolbinarycat:rustdoc-disable-minification, r=notriddle | Jubilee | -1/+2 |
| 2025-01-14 | Rollup merge of #135302 - lolbinarycat:rustdoc-search-return-sort-134935, r=n... | Jubilee | -0/+30 |
| 2025-01-14 | Rollup merge of #135264 - compiler-errors:layout-propagate-errors, r=oli-obk | Jubilee | -14/+91 |
| 2025-01-14 | Rollup merge of #135228 - compiler-errors:normalizes-ur-dispatch, r=BoxyUwU | Jubilee | -2/+118 |
| 2025-01-14 | Rollup merge of #134940 - compiler-errors:scrape, r=lcnr | Jubilee | -0/+13 |
| 2025-01-15 | Rework trait expansion to happen once explicitly | Michael Goulet | -351/+362 |
| 2025-01-14 | Auto merge of #135496 - matthiaskrgr:rollup-ps0cjzn, r=matthiaskrgr | bors | -9/+146 |
| 2025-01-14 | Make sure to scrape region constraints from deeply normalizing type outlives ... | Michael Goulet | -0/+13 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -32/+151 |
| 2025-01-14 | Consider more erroneous layouts as LayoutError::ReferencesError to suppress s... | Michael Goulet | -14/+91 |
| 2025-01-14 | Do not consider traits that have unsatisfied const conditions to be condition... | Michael Goulet | -18/+16 |
| 2025-01-14 | Normalize field before checking PhantomData in coerce/dispatch impl validation | Michael Goulet | -0/+25 |
| 2025-01-14 | Make sure we can produce ConstArgHasWrongType errors for valtree consts | Michael Goulet | -0/+107 |
| 2025-01-14 | Rollup merge of #135493 - compiler-errors:legacy-mangle-closure, r=lqd | Matthias Krüger | -0/+6 |
| 2025-01-14 | Rollup merge of #135479 - lcnr:method-calls-on-opaques, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2025-01-14 | Rollup merge of #135466 - compiler-errors:leak-check-impossible, r=lcnr | Matthias Krüger | -0/+79 |
| 2025-01-14 | Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInT... | Matthias Krüger | -1/+1 |
| 2025-01-14 | Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmease | Matthias Krüger | -0/+52 |
| 2025-01-14 | Prefer lower TraitUpcasting candidates | Michael Goulet | -0/+29 |
| 2025-01-14 | Auto merge of #135313 - compiler-errors:needs-mono, r=BoxyUwU | bors | -0/+43 |
| 2025-01-15 | tests: port `extern-fn-reachable` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -26/+61 |
| 2025-01-14 | Fix legacy symbol mangling of closures | Michael Goulet | -0/+6 |
| 2025-01-14 | fix typo and unit test | binarycat | -1/+2 |
| 2025-01-14 | make rustc_encodable_decodable feature properly unstable | Ralf Jung | -103/+0 |
| 2025-01-14 | Auto merge of #135278 - tgross35:ignore-std-dep-crates, r=SparrowLii | bors | -0/+120 |
| 2025-01-14 | mir borrowck: cleanup late-bound region handling | lcnr | -8/+8 |
| 2025-01-14 | make sure that the allocator is actually called in allocator test | joboet | -0/+1 |
| 2025-01-14 | Revert "Remove the Arc rt::init allocation for thread info" | joboet | -5/+4 |