| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | minicore: use core's `diagnostic::on_unimplemented` messages | Folkert de Vries | -21/+67 |
| 2025-07-03 | Merge pull request #19923 from Veykril/push-rlrsyxsqnxnn | Lukas Wirth | -93/+155 |
| 2025-07-03 | Bump salsa | Lukas Wirth | -93/+155 |
| 2025-07-03 | Merge pull request #20112 from Veykril/push-ruszuxrqzmvz | Lukas Wirth | -40/+22 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -175/+326 |
| 2025-07-03 | Merge pull request #20156 from Veykril/push-knkzxuxkzoyx | Lukas Wirth | -63/+105 |
| 2025-07-03 | Restructure proc-macro loading erros, differentiate hard error property on kind | Lukas Wirth | -63/+105 |
| 2025-07-03 | Auto merge of #143294 - ChrisDenton:rename-mingw, r=Kobzol | bors | -81/+80 |
| 2025-07-03 | Merge pull request #4439 from RalfJung/ci | Ralf Jung | -25/+18 |
| 2025-07-03 | only set host-specific CC; improve and de-duplicate native libs testing logic | Ralf Jung | -25/+18 |
| 2025-07-03 | Merge pull request #20151 from ChayimFriedman2/keyword-hover-link | Lukas Wirth | -6/+52 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -310/+438 |
| 2025-07-03 | Auto merge of #143350 - matthiaskrgr:rollup-zcuvkve, r=matthiaskrgr | bors | -325/+716 |
| 2025-07-03 | Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obk | Matthias Krüger | -107/+82 |
| 2025-07-03 | Rollup merge of #143325 - Kobzol:bootstrap-interner, r=clubby789 | Matthias Krüger | -4/+7 |
| 2025-07-03 | Rollup merge of #143324 - RalfJung:native-call-prep, r=oli-obk | Matthias Krüger | -61/+67 |
| 2025-07-03 | Rollup merge of #143321 - hkBst:typo-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-03 | Rollup merge of #143316 - Kobzol:bootstrap-check-tests, r=jieyouxu | Matthias Krüger | -63/+373 |
| 2025-07-03 | Rollup merge of #143292 - compiler-errors:explicit-generic, r=oli-obk | Matthias Krüger | -5/+16 |
| 2025-07-03 | Rollup merge of #143273 - 1c3t3a:enum-check-negative, r=SparrowLii | Matthias Krüger | -4/+93 |
| 2025-07-03 | Rollup merge of #143251 - lolbinarycat:bootstrap-toml-tidy-extra-checks, r=Ko... | Matthias Krüger | -2/+22 |
| 2025-07-03 | Rollup merge of #143192 - GuillaumeGomez:code-line-number, r=lolbinary | Matthias Krüger | -78/+55 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -32/+28 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -974/+1532 |
| 2025-07-02 | update coherence example | Emmanuel Ferdman | -1/+1 |
| 2025-07-03 | Remove keyword prefixes (`macro@` or `macro `) from links in the docs only if... | Chayim Refael Friedman | -6/+52 |
| 2025-07-02 | Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgr | bors | -132/+306 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -29/+29 |
| 2025-07-02 | Rollup merge of #143306 - samueltardieu:track-clippy-lints-emission, r=petroc... | Matthias Krüger | -0/+58 |
| 2025-07-02 | Rollup merge of #143306 - samueltardieu:track-clippy-lints-emission, r=petroc... | Matthias Krüger | -0/+60 |
| 2025-07-02 | Rollup merge of #143276 - folkertdev:loop-match-opaque-pattern, r=Nadrieril | Matthias Krüger | -156/+270 |
| 2025-07-02 | Rollup merge of #143261 - compiler-errors:explicit-pred, r=oli-obk | Matthias Krüger | -3/+1 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -1/+85 |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -217/+73 |
| 2025-07-02 | Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obk | Matthias Krüger | -132/+91 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -83/+596 |
| 2025-07-02 | Rollup merge of #142212 - GrigorenkoPV:codegens, r=Kobzol | Matthias Krüger | -36/+29 |
| 2025-07-02 | Rollup merge of #141219 - Amanieu:leak_alloc, r=joboet | Matthias Krüger | -316/+321 |
| 2025-07-02 | Rollup merge of #138340 - oli-obk:one-size-fits-all, r=m-ou-se | Matthias Krüger | -29/+5 |
| 2025-07-02 | Rollup merge of #131923 - ranger-ross:impl-copy-hash-interrorkind, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-07-02 | Rollup merge of #143274 - marcoieni:optional-jobs, r=Kobzol | Matthias Krüger | -6/+43 |
| 2025-07-02 | Rollup merge of #143258 - compiler-errors:disambiguator-state, r=oli-obk | Matthias Krüger | -46/+47 |
| 2025-07-02 | Rollup merge of #143232 - jieyouxu:compiletest-maintenance-3, r=Kobzol | Matthias Krüger | -44/+43 |
| 2025-07-02 | Rollup merge of #143231 - xizheyin:143152, r=fee1-dead | Matthias Krüger | -0/+20 |
| 2025-07-02 | Rollup merge of #143194 - folkertdev:fix-single-element-simd-bitcast, r=worki... | Matthias Krüger | -18/+47 |
| 2025-07-02 | Rollup merge of #142886 - Enselic:aarch64-panic, r=cuviper | Matthias Krüger | -2/+1 |
| 2025-07-02 | Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubilee | Matthias Krüger | -1/+9 |
| 2025-07-02 | Rollup merge of #142138 - ashivaram23:vec_into_chunks, r=scottmcm | Matthias Krüger | -0/+55 |
| 2025-07-02 | Rollup merge of #141847 - xizheyin:141837, r=jhpratt | Matthias Krüger | -15/+41 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -1194/+1053 |