| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -127/+118 |
| 2025-02-17 | Rollup merge of #137145 - RalfJung:minicore, r=jieyouxu | Matthias Krüger | -127/+118 |
| 2025-02-17 | Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errors | Matthias Krüger | -0/+158 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -40/+250 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -12/+12 |
| 2025-02-17 | Rename `pattern_complexity` attr as `pattern_complexity_limit`. | Nicholas Nethercote | -12/+12 |
| 2025-02-16 | use add-core-stubs / minicore for a few more tests | Ralf Jung | -127/+118 |
| 2025-02-16 | Fix const items not being allowed to be called `r#move` or `r#static` | Noratrieb | -0/+158 |
| 2025-02-16 | Rollup merge of #137117 - ChrisDenton:error-lang, r=fmease,Noratrieb | Matthias Krüger | -3/+3 |
| 2025-02-16 | Rollup merge of #137102 - compiler-errors:name_regions2, r=oli-obk | Matthias Krüger | -0/+27 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -40/+250 |
| 2025-02-16 | Fix test that relies on error language | Chris Denton | -3/+3 |
| 2025-02-16 | Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obk | Jacob Pratt | -0/+14 |
| 2025-02-16 | Rollup merge of #137092 - RalfJung:abi_unsupported_vector_types-better-error,... | Jacob Pratt | -109/+109 |
| 2025-02-15 | Rework name_regions to not rely on reverse scc graph for non-member-constrain... | Michael Goulet | -0/+27 |
| 2025-02-15 | Ignore Self in bounds check for associated types with Self:Sized | Michael Goulet | -0/+14 |
| 2025-02-15 | Rollup merge of #136808 - chenyukang:yukang-fix-arg-list-error-129273, r=este... | Matthias Krüger | -24/+79 |
| 2025-02-15 | Rollup merge of #136490 - Skepfyr:no-field-rest-pattern-attrs, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2025-02-15 | Rollup merge of #127581 - fmease:fix-crate_name-validation, r=bjorn3 | Matthias Krüger | -9/+76 |
| 2025-02-15 | abi_unsupported_vector_types: say which type is the problem | Ralf Jung | -109/+109 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -0/+67 |
| 2025-02-15 | Move `#![crate_type]` UI tests into attributes directory | León Orell Valerian Liehr | -3/+3 |
| 2025-02-15 | Clean up rustc_session::output::{find,validate}_crate_name | León Orell Valerian Liehr | -2/+2 |
| 2025-02-15 | Try to recover from path sep error in parser | yukang | -24/+79 |
| 2025-02-14 | Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubilee | Jubilee | -1/+20 |
| 2025-02-14 | Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r... | Jubilee | -0/+19 |
| 2025-02-14 | Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkin | Jubilee | -0/+37 |
| 2025-02-14 | Normalize closure instance before eagerly monomorphizing it | Michael Goulet | -0/+19 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -1/+20 |
| 2025-02-14 | Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebank | Matthias Krüger | -861/+574 |
| 2025-02-14 | Rollup merge of #135778 - ferrocene:ja-gh135777, r=workingjubilee | Matthias Krüger | -1/+11 |
| 2025-02-14 | Add new ui test for returning an Fn trait that returns impl Trait | Xelph | -0/+37 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -269/+269 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -327/+218 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -534/+356 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -0/+18 |
| 2025-02-13 | Rollup merge of #136951 - compiler-errors:clause-binder, r=lqd | Jubilee | -0/+18 |
| 2025-02-13 | Rollup merge of #136928 - lcnr:method-lookup-check-wf, r=compiler-errors | Jubilee | -133/+330 |
| 2025-02-13 | Rollup merge of #136869 - chenyukang:yukang-fix-133713-let-binding, r=estebank | Jubilee | -0/+51 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -133/+291 |
| 2025-02-14 | eagerly prove WF when resolving fully qualified paths | lcnr | -0/+39 |
| 2025-02-13 | adjust derive_error | lcnr | -17/+96 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -156/+155 |
| 2025-02-13 | Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c... | Jacob Pratt | -36/+31 |
| 2025-02-13 | Rollup merge of #136888 - compiler-errors:never-read, r=Nadrieril | Jacob Pratt | -0/+16 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -101/+73 |
| 2025-02-13 | Rollup merge of #136559 - compiler-errors:resolve-regions-for-type-test-failu... | Jacob Pratt | -17/+33 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -2/+2 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -19/+172 |
| 2025-02-13 | Add more tests | Michael Goulet | -0/+172 |