| Age | Commit message (Expand) | Author | Lines |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -10/+13 |
| 2024-06-25 | Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgr | bors | -0/+28 |
| 2024-06-25 | Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petroc... | Matthias Krüger | -58/+49 |
| 2024-06-25 | Rollup merge of #126746 - compiler-errors:no-rpitit, r=oli-obk | Matthias Krüger | -0/+28 |
| 2024-06-25 | Delegation: ast lowering refactor | Bryanskiy | -58/+49 |
| 2024-06-24 | Deny use<> for RPITITs | Michael Goulet | -0/+28 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -6/+1 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -19/+35 |
| 2024-06-19 | Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -1/+5 |
| 2024-06-17 | Detect duplicates | Michael Goulet | -4/+7 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -68/+64 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -19/+35 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-10 | Delegation: fix ICE on recursive delegation | Bryanskiy | -1/+3 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -0/+2 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -1/+16 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -11/+2 |
| 2024-06-06 | Fix build | carbotaniuman | -1/+1 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+2 |
| 2024-06-05 | fix: break inside async closure has incorrect span for enclosing closure | Lin Yihai | -1/+9 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+1 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -9/+18 |
| 2024-05-31 | Rollup merge of #125790 - WaffleLapkin:no-tail-recomputation-in-lower-stmts, ... | Matthias Krüger | -1/+1 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -48/+42 |
| 2024-05-31 | Don't recompute `tail` in `lower_stmts` | Waffle Maybe | -1/+1 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -48/+42 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -2/+11 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -16/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -15/+15 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -6/+14 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -6/+9 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -3/+4 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-05-04 | Lower never patterns to Unreachable in mir | Nadrieril | -2/+2 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -16/+19 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -4/+4 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -4/+4 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-04-29 | Rollup merge of #124488 - est31:arbitrary_expressions_error, r=pnkfelix | Matthias Krüger | -1/+7 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -4/+4 |
| 2024-04-28 | Add a note to the ArbitraryExpressionInPattern error | est31 | -1/+7 |
| 2024-04-26 | `Span`s are already 64 bit, just like references, so stop putting them behind... | Oli Scherer | -1/+1 |
| 2024-04-26 | Move `ConstArg::span` to `AnonConst::span` | Oli Scherer | -4/+4 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -12/+15 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -1/+1 |
| 2024-04-24 | Auto merge of #122500 - petrochenkov:deleg, r=fmease | bors | -42/+77 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -1/+15 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -1/+11 |