| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Match ergonomics 2024: Implement eat-one-layer | Jules Bertholet | -51/+72 |
| 2024-04-15 | Mark gate as incomplete | Jules Bertholet | -1/+1 |
| 2024-04-15 | Rename feature gate | Jules Bertholet | -4/+4 |
| 2024-04-15 | Fix typo | Jules Bertholet | -1/+1 |
| 2024-04-15 | Temporarily remove future compatibility label from migration lint | Jules Bertholet | -2/+3 |
| 2024-04-15 | Migration lint | Jules Bertholet | -0/+55 |
| 2024-04-15 | Match ergonomics 2024: `mut` doesn't reset binding mode | Jules Bertholet | -4/+15 |
| 2024-04-15 | Make suggest_deref_closure_return more idiomatic/easier to understand | Michael Goulet | -73/+64 |
| 2024-04-16 | Move `initialize_checked_jobserver`. | Nicholas Nethercote | -13/+20 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -117/+119 |
| 2024-04-16 | Factor out common code in interface tests. | Nicholas Nethercote | -48/+39 |
| 2024-04-15 | Make array suggestions slightly more accurate | Michael Goulet | -3/+10 |
| 2024-04-15 | Use /* value */ as a placeholder | Michael Goulet | -1/+1 |
| 2024-04-15 | Opaque types have no namespace | Michael Goulet | -2/+2 |
| 2024-04-15 | Delay span bug when Self resolves to DefKind::{Mod,Trait} | Michael Goulet | -0/+11 |
| 2024-04-15 | Make thir_tree and thir_flat into hooks | Michael Goulet | -21/+14 |
| 2024-04-15 | redundant ::{self} | Michael Goulet | -3/+3 |
| 2024-04-15 | Do check_coroutine_obligations once per typeck root | Michael Goulet | -58/+63 |
| 2024-04-15 | Rename coroutine_stalled_predicates | Michael Goulet | -8/+8 |
| 2024-04-15 | Add `graph::depth_first_search_as_undirected` | Maybe Waffle | -0/+26 |
| 2024-04-15 | Make `graph::DepthFirstSearch` accept `G` by value | Maybe Waffle | -13/+13 |
| 2024-04-15 | Add an opt-in to store incoming edges in `VecGraph` + some docs | Maybe Waffle | -57/+193 |
| 2024-04-16 | Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obk | León Orell Valerian Liehr | -53/+21 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -38/+26 |
| 2024-04-16 | Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebank | León Orell Valerian Liehr | -11/+11 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -40/+42 |
| 2024-04-16 | Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnr | León Orell Valerian Liehr | -407/+206 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -2/+4 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -38/+26 |
| 2024-04-15 | Simplify shallow resolver to just fold ty/consts | Michael Goulet | -125/+96 |
| 2024-04-15 | Rebase fallout | Michael Goulet | -8/+8 |
| 2024-04-15 | Just use type_dependent_def_id to figure out what the method is for an expr | Michael Goulet | -53/+21 |
| 2024-04-15 | nits | Michael Goulet | -25/+15 |
| 2024-04-15 | Account for Self params properly | Michael Goulet | -20/+19 |
| 2024-04-15 | Remove ConstVariableOriginKind | Michael Goulet | -63/+26 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -305/+152 |
| 2024-04-15 | More polishing | Michael Goulet | -4/+26 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -70/+57 |
| 2024-04-15 | Some ordering and duplication checks | Michael Goulet | -15/+70 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -7/+42 |
| 2024-04-15 | Validation and other things | Michael Goulet | -18/+215 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -46/+108 |
| 2024-04-15 | Implement resolution, parse use<Self> | Michael Goulet | -3/+29 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -56/+146 |
| 2024-04-15 | Begin AST lowering for precise captures | Michael Goulet | -29/+50 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -15/+41 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -3/+3 |
| 2024-04-15 | Stabilize checking of cfgs at compile-time: --check-cfg option | Urgau | -1/+1 |
| 2024-04-15 | Rollup merge of #123924 - compiler-errors:tuple-sugg, r=estebank | Michael Goulet | -130/+81 |
| 2024-04-15 | Rollup merge of #123900 - compiler-errors:nobound, r=lcnr | Michael Goulet | -61/+39 |