| Age | Commit message (Expand) | Author | Lines |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -10/+86 |
| 2023-12-05 | Point at fewer methods in the chain, only those that change the E type | Esteban Küber | -53/+64 |
| 2023-12-05 | Provide context when `?` can't be called because of `Result<_, E>` | Esteban Küber | -4/+294 |
| 2023-12-06 | Fewer early errors. | Nicholas Nethercote | -38/+60 |
| 2023-12-05 | Auto merge of #118273 - AngelicosPhosphoros:dedup_2_loops_version_77772_2, r=... | bors | -30/+151 |
| 2023-12-05 | Change ty_with_args to return Ty instead of Result | Celina G. Val | -33/+148 |
| 2023-12-05 | Split `Vec::dedup_by` into 2 cycles | AngelicosPhosphoros | -14/+48 |
| 2023-12-05 | Enable new capture rules by default on edition 2024 | Michael Goulet | -9/+40 |
| 2023-12-05 | Add test for implicitly capturing late-bound var with new capture rules | Michael Goulet | -0/+23 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -8/+71 |
| 2023-12-05 | Rollup merge of #118642 - Xanewok:patch-1, r=clubby789 | Michael Goulet | -1/+0 |
| 2023-12-05 | Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er... | Michael Goulet | -466/+251 |
| 2023-12-05 | Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errors | Michael Goulet | -11/+23 |
| 2023-12-05 | Rollup merge of #118450 - marcin-serwin:master, r=workingjubilee | Michael Goulet | -4/+4 |
| 2023-12-05 | Rollup merge of #118350 - DaniPopes:tuple-default, r=workingjubilee | Michael Goulet | -9/+6 |
| 2023-12-05 | Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=... | Michael Goulet | -5/+106 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -66/+101 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -8/+59 |
| 2023-12-05 | Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubilee | Michael Goulet | -1/+1 |
| 2023-12-05 | Stabilize `type_name_of_val` | Trevor Gross | -22/+18 |
| 2023-12-05 | Auto merge of #11900 - Enselic:needless-borrow-drop, r=Manishearth | bors | -2/+40 |
| 2023-12-05 | Fix in-place collect not reallocating when necessary | The 8472 | -7/+35 |
| 2023-12-05 | Auto merge of #11920 - KisaragiEffective:patch-2, r=xFrednet | bors | -1/+1 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -234/+417 |
| 2023-12-05 | Auto merge of #11904 - pgerber:regex, r=xFrednet | bors | -1/+5 |
| 2023-12-05 | add comment about keeping flags in sync between bootstrap.py and bootstrap.rs | Ralf Jung | -0/+2 |
| 2023-12-05 | Auto merge of #11929 - flip1995:rustup, r=flip1995 | bors | -37/+33 |
| 2023-12-05 | resolve: Use `def_kind` query to cleanup some code | Vadim Petrochenkov | -39/+31 |
| 2023-12-05 | Add more | Michael Goulet | -10/+10 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -56/+91 |
| 2023-12-05 | Continue folding if deep normalizer fails | Michael Goulet | -32/+57 |
| 2023-12-05 | Run sanity check for integration tests first | Philipp Krones | -1/+1 |
| 2023-12-05 | Add deeply_normalize_for_diagnostics, use it in coherence | Michael Goulet | -4/+80 |
| 2023-12-05 | Bump nightly version -> 2023-12-05 | Philipp Krones | -1/+1 |
| 2023-12-05 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -293/+743 |
| 2023-12-05 | Auto merge of #16027 - Veykril:implicit-format-args, r=Veykril | bors | -331/+921 |
| 2023-12-05 | Ignore strings in token trees in syntax highlighting | Lukas Wirth | -8/+30 |
| 2023-12-05 | Add test for implicit format args support through nested macro call | Lukas Wirth | -0/+25 |
| 2023-12-05 | Resolve implicit format args in syntax highlighting | Lukas Wirth | -74/+136 |
| 2023-12-05 | Implicit format args support | Lukas Wirth | -174/+615 |
| 2023-12-05 | Improve macro descension API | Lukas Wirth | -137/+177 |
| 2023-12-05 | Auto merge of #118646 - matthiaskrgr:rollup-jnscl9z, r=matthiaskrgr | bors | -150/+159 |
| 2023-12-05 | Rollup merge of #118637 - Enselic:query-instability-2, r=cjgillot | Matthias Krüger | -3/+7 |
| 2023-12-05 | Rollup merge of #118614 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-12-05 | Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e... | Matthias Krüger | -6/+44 |
| 2023-12-05 | Rollup merge of #118606 - long-long-float:x-do-not-quit-when-x-prints-setting... | Matthias Krüger | -6/+7 |
| 2023-12-05 | Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d... | Matthias Krüger | -86/+33 |
| 2023-12-05 | Rollup merge of #118594 - hdost:patch-1, r=fmease | Matthias Krüger | -2/+2 |
| 2023-12-05 | Rollup merge of #118471 - filenine:fix-typos, r=workingjubilee | Matthias Krüger | -1/+1 |