| Age | Commit message (Expand) | Author | Lines |
| 2023-03-01 | Rollup merge of #108427 - y21:for-else-diagnostic, r=compiler-errors | Dylan DPC | -22/+218 |
| 2023-03-01 | Rollup merge of #108394 - ferrocene:pa-open, r=ozkanonur | Dylan DPC | -15/+20 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -25/+137 |
| 2023-03-01 | Auto merge of #105871 - llogiq:option-as-slice, r=scottmcm | bors | -0/+148 |
| 2023-03-01 | recover from for-else and while-else | y21 | -22/+218 |
| 2023-03-01 | Auto merge of #108476 - saethlin:remove-library-rustc-box, r=thomcc | bors | -9/+7 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -227/+343 |
| 2023-03-01 | Auto merge of #108586 - matthiaskrgr:rollup-ry9u2ou, r=matthiaskrgr | bors | -1729/+550 |
| 2023-03-01 | Rollup merge of #108578 - djkoloski:update_fuchsia_team, r=tmandry | Matthias Krüger | -1/+0 |
| 2023-03-01 | Rollup merge of #108571 - Jesse-Bakker:sorted_index_multi_map_contains_key, r... | Matthias Krüger | -0/+9 |
| 2023-03-01 | Rollup merge of #108564 - clubby789:patch-1, r=jyn514 | Matthias Krüger | -0/+1 |
| 2023-03-01 | Rollup merge of #108563 - albertlarsan68:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-01 | Rollup merge of #108560 - Nilstrieb:infer-cleanup, r=compiler-errors | Matthias Krüger | -39/+11 |
| 2023-03-01 | Rollup merge of #108520 - compiler-errors:one-bound-nit, r=jackh726 | Matthias Krüger | -20/+16 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -163/+119 |
| 2023-03-01 | Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin | Matthias Krüger | -2/+134 |
| 2023-03-01 | Rollup merge of #108400 - csmoe:cgu-instr-perf, r=bjorn3 | Matthias Krüger | -0/+41 |
| 2023-03-01 | Rollup merge of #108376 - liushuyu:fix-sysroot-infer-103660, r=ozkanonur | Matthias Krüger | -1/+11 |
| 2023-03-01 | Rollup merge of #108558 - RalfJung:core-tests, r=thomcc | Matthias Krüger | -0/+1 |
| 2023-03-01 | Rollup merge of #108555 - Zoxc:par-fix, r=cjgillot | Matthias Krüger | -4/+5 |
| 2023-03-01 | Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obk | Matthias Krüger | -49/+119 |
| 2023-03-01 | Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obk | Matthias Krüger | -65/+83 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -29/+17 |
| 2023-03-01 | Rollup merge of #108536 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-03-01 | Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomcc | Matthias Krüger | -4/+8 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -1578/+317 |
| 2023-03-01 | Auto merge of #108582 - weihanglo:update-cargo, r=weihanglo | bors | -15/+6 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+148 |
| 2023-02-28 | Update cargo | Weihang Lo | -15/+6 |
| 2023-02-28 | Update Fuchsia platform team members | David Koloski | -1/+0 |
| 2023-02-28 | compiler/rustc_session: fix sysroot detection logic ... | liushuyu | -1/+11 |
| 2023-02-28 | Add contains_key to SortedIndexMultiMap | Jesse Bakker | -0/+9 |
| 2023-02-28 | micro fmt changes | Maybe Waffle | -13/+12 |
| 2023-02-28 | Fix `x clean` with specific paths | clubby789 | -0/+1 |
| 2023-02-28 | Make mailmap more correct | Albert Larsan | -1/+1 |
| 2023-02-28 | Auto merge of #107987 - EFanZh:inline-poll-methods, r=Mark-Simulacrum | bors | -0/+5 |
| 2023-02-28 | Some `infer/mod.rs` cleanups | Nilstrieb | -39/+11 |
| 2023-02-28 | add missing feature in core/tests | Ralf Jung | -0/+1 |
| 2023-02-28 | refactor parse_token_trees to not return unmatched_delims | yukang | -30/+29 |
| 2023-02-28 | no need to return unmatched_delims from tokentrees | yukang | -11/+6 |
| 2023-02-28 | rename unmatched_braces to unmatched_delims | yukang | -26/+27 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -313/+82 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -1277/+252 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -29/+40 |
| 2023-02-28 | Fix a race in the query system | John Kåre Alsaker | -4/+5 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -49/+119 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -4/+4 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -65/+83 |
| 2023-02-27 | Remove or justify use of #[rustc_box] | Ben Kimock | -9/+7 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -29/+17 |