| Age | Commit message (Expand) | Author | Lines |
| 2025-02-04 | don't include trailing open parens in labels for reference patterns | dianne | -1/+1 |
| 2025-02-04 | experimentally label the spans for default binding modes | dianne | -166/+165 |
| 2025-02-04 | bless test expectations | Rémy Rakic | -2/+2 |
| 2025-02-04 | Rollup merge of #136504 - lqd:more-compare-modes, r=jieyouxu | Jacob Pratt | -9/+11 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -30/+139 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -38/+33 |
| 2025-02-03 | highlight the whole problem subpattern when pointing out the default binding ... | dianne | -43/+161 |
| 2025-02-03 | add tests for label formatting | dianne | -1/+47 |
| 2025-02-04 | Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgr | bors | -348/+539 |
| 2025-02-04 | Rollup merge of #136022 - vayunbiyani:port_tests, r=RalfJung | Matthias Krüger | -348/+518 |
| 2025-02-04 | Rollup merge of #134814 - sayantn:keylocker, r=oli-obk | Matthias Krüger | -0/+21 |
| 2025-02-04 | Delay bug when method confirmation cannot upcast object pick of self | Michael Goulet | -0/+32 |
| 2025-02-03 | use more specific wording for subpatterns from macro expansions | dianne | -1/+1 |
| 2025-02-04 | Auto merge of #136507 - matthiaskrgr:rollup-uzwv9mo, r=matthiaskrgr | bors | -88/+230 |
| 2025-02-03 | Fix ICE when function argument mismatches. | Jason Newcomb | -0/+66 |
| 2025-02-04 | implement inherent str constructors | may | -22/+4 |
| 2025-02-04 | Remove unnecessary layout assertions for object-safe receivers | Michael Goulet | -0/+50 |
| 2025-02-03 | Rename rustc_contract to contract | Celina G. Val | -127/+484 |
| 2025-02-03 | Update test output to include check_contracts cfg | Celina G. Val | -12/+13 |
| 2025-02-03 | Improve contracts intrisics and remove wrapper function | Celina G. Val | -40/+30 |
| 2025-02-03 | Refactor contract builtin macro + error handling | Celina G. Val | -0/+207 |
| 2025-02-03 | Separate contract feature gates for the internal machinery | Felix S. Klock II | -6/+157 |
| 2025-02-03 | demonstrate how to capture state at precondition time and feed into postcond... | Felix S. Klock II | -0/+74 |
| 2025-02-03 | Desugars contract into the internal AST extensions | Felix S. Klock II | -0/+164 |
| 2025-02-03 | Add tests for nested macro_rules edition behavior | Eric Huss | -0/+112 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -0/+118 |
| 2025-02-03 | contracts: added lang items that act as hooks for rustc-injected code to invoke. | Felix S. Klock II | -0/+47 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+41 |
| 2025-02-03 | Rollup merge of #136476 - jieyouxu:panic-panic-panic, r=lcnr | Matthias Krüger | -19/+7 |
| 2025-02-03 | Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726 | Matthias Krüger | -69/+223 |
| 2025-02-03 | Auto merge of #136146 - RalfJung:x86-abi, r=workingjubilee | bors | -34/+56 |
| 2025-02-03 | In "specify type" suggestion, skip type params that are already known | Esteban Küber | -12/+36 |
| 2025-02-03 | fix `json-*.rs` and `E0462` tests for compare-modes | Rémy Rakic | -1/+3 |
| 2025-02-03 | fix normalization in `E0271` test for compare-modes | Rémy Rakic | -3/+3 |
| 2025-02-03 | fix `crateresolve*.rs` tests and duplicates for compare modes | Rémy Rakic | -5/+5 |
| 2025-02-03 | Make error message less awkward | Michael Goulet | -25/+25 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -317/+414 |
| 2025-02-03 | Check for generic parameter mismatches on trait functions. | Jason Newcomb | -3/+36 |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -34/+56 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -38/+33 |
| 2025-02-03 | tests: remove redundant `//@ ignore-{wasm,wasm32,emscripten}` | 许杰友 Jieyou Xu (Joe) | -19/+7 |
| 2025-02-03 | Do not allow attributes on struct field rest patterns | Jack Rickard | -0/+18 |
| 2025-02-03 | Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -14/+14 |
| 2025-02-03 | Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+65 |
| 2025-02-03 | reword pattern migration diagnostic to make sense in all editions | dianne | -160/+149 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -59/+97 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -0/+169 |
| 2025-02-03 | LTA: Check where-clauses for well-formedness at the def site | León Orell Valerian Liehr | -0/+65 |
| 2025-02-02 | Rollup merge of #136414 - estebank:expected-return-type, r=oli-obk | Matthias Krüger | -28/+28 |
| 2025-02-02 | Rollup merge of #136403 - fmease:fix-a-ui-test, r=oli-obk | Matthias Krüger | -2/+2 |