| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-15 | static_mut_refs: use raw pointers to remove the remaining FIXME | Ralf Jung | -8/+13 |
| 2024-04-15 | The new solver ignores `DefineOpaqueTypes`, so switch it to `Yes` | Oli Scherer | -1/+1 |
| 2024-04-15 | PolyTraitRefs -> TraitRefs | Michael Goulet | -43/+20 |
| 2024-04-15 | Rollup merge of #123941 - Mark-Simulacrum:fix-llvm-ub, r=nikic | 许杰友 Jieyou Xu (Joe) | -6/+29 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -193/+89 |
| 2024-04-15 | Rollup merge of #123933 - RalfJung:large-assignments, r=michaelwoerister | 许杰友 Jieyou Xu (Joe) | -140/+161 |
| 2024-04-15 | Rollup merge of #123931 - compiler-errors:variance-unnameables, r=fmease | 许杰友 Jieyou Xu (Joe) | -17/+12 |
| 2024-04-15 | Rollup merge of #123922 - TDecking:base_n_magic_removal, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Rollup merge of #123919 - RalfJung:discriminant, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -60/+60 |
| 2024-04-15 | Rollup merge of #123896 - JeanCASPAR:rustc_resolve-to-session-diagnostic, r=j... | 许杰友 Jieyou Xu (Joe) | -278/+795 |
| 2024-04-15 | Rollup merge of #123864 - oli-obk:define_opaque_types3, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -36/+6 |
| 2024-04-15 | Stop using PolyTraitRef for closure/coroutine predicates already instantiated... | Michael Goulet | -28/+29 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -46/+14 |
| 2024-04-15 | Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obk | bors | -7/+0 |
| 2024-04-15 | Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic | bors | -4/+8 |
| 2024-04-14 | Fix UB in LLVM FFI when passing zero or >1 bundle | Mark Rousskov | -6/+29 |
| 2024-04-14 | Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorino | Guillaume Gomez | -6/+18 |
| 2024-04-14 | Stabilize --json unused-externs(-silent) | Jeremy Fitzhardinge | -7/+0 |
| 2024-04-15 | Improve semantics of int_ty_max functions | ninad | -34/+26 |
| 2024-04-14 | move the LargeAssignments lint logic into its own file | Ralf Jung | -140/+161 |
| 2024-04-14 | Make `depth_first_search` into a standalone function | Maybe Waffle | -17/+21 |
| 2024-04-14 | Document `ControlFlowGraph` | Maybe Waffle | -4/+2 |
| 2024-04-14 | Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode` | Maybe Waffle | -21/+21 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -133/+78 |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -52/+33 |
| 2024-04-14 | Don't leak unnameable types in -> _ recover | Michael Goulet | -17/+12 |
| 2024-04-14 | Fix formatting | ninad | -1/+3 |