| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -0/+2 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -63/+58 |
| 2024-04-16 | Move size assertions for `mir::syntax` types into the same file | Zalathar | -2/+1 |
| 2024-04-15 | Make thir_tree and thir_flat into hooks | Michael Goulet | -14/+6 |
| 2024-04-15 | Do check_coroutine_obligations once per typeck root | Michael Goulet | -6/+3 |
| 2024-04-15 | Rename coroutine_stalled_predicates | Michael Goulet | -2/+2 |
| 2024-04-16 | Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obk | León Orell Valerian Liehr | -3/+0 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -0/+8 |
| 2024-04-16 | Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebank | León Orell Valerian Liehr | -3/+8 |
| 2024-04-16 | Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnr | León Orell Valerian Liehr | -10/+4 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -0/+8 |
| 2024-04-15 | Just use type_dependent_def_id to figure out what the method is for an expr | Michael Goulet | -3/+0 |
| 2024-04-15 | nits | Michael Goulet | -1/+3 |
| 2024-04-15 | Remove ConstVariableOriginKind | Michael Goulet | -10/+2 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -0/+2 |
| 2024-04-15 | Rollup merge of #123900 - compiler-errors:nobound, r=lcnr | Michael Goulet | -3/+2 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -20/+8 |
| 2024-04-15 | Stop using PolyTraitRef for closure/coroutine predicates already instantiated... | Michael Goulet | -3/+2 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -7/+3 |
| 2024-04-14 | Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode` | Maybe Waffle | -3/+3 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -15/+9 |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -4/+2 |
| 2024-04-13 | Rollup merge of #123890 - klensy:cl, r=fee1-dead | Matthias Krüger | -45/+0 |
| 2024-04-13 | remove some ancient debug output, looks unused? | klensy | -15/+0 |
| 2024-04-12 | Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=... | Matthias Krüger | -1/+1 |
| 2024-04-12 | Don't do coroutine-closure-specific upvar analysis if tainted by errors | Michael Goulet | -1/+1 |
| 2024-04-12 | remove dead code | klensy | -30/+0 |
| 2024-04-12 | Rollup merge of #123789 - klensy:rq, r=cjgillot | Matthias Krüger | -13/+0 |
| 2024-04-11 | Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obk | Matthias Krüger | -3/+71 |
| 2024-04-11 | move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actu... | klensy | -13/+0 |
| 2024-04-11 | Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebank | bors | -13/+2 |
| 2024-04-11 | Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebank | bors | -0/+16 |
| 2024-04-10 | Use a helper to zip together parent and child captures for coroutine-closures | Michael Goulet | -3/+71 |
| 2024-04-10 | introduce `Mutability::ptr_str` | Kalle Wachsmuth | -13/+2 |
| 2024-04-09 | Fix stage 2 | Michael Goulet | -1/+1 |
| 2024-04-09 | Add redundant_lifetime_args lint | Michael Goulet | -8/+7 |
| 2024-04-09 | Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-04-09 | Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillot | bors | -53/+95 |
| 2024-04-09 | Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkov | bors | -18/+26 |
| 2024-04-08 | Don't rely on upvars being assigned just because coroutine-closure kind is as... | Michael Goulet | -1/+1 |
| 2024-04-08 | Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr | bors | -47/+49 |
| 2024-04-08 | Auto merge of #123645 - matthiaskrgr:rollup-yd8d7f1, r=matthiaskrgr | bors | -1/+4 |
| 2024-04-08 | Rollup merge of #123635 - maurer:kcfi-no-assoc, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-04-08 | Auto merge of #120614 - DianQK:simplify-switch-int, r=cjgillot | bors | -0/+6 |
| 2024-04-08 | CFI: Fix ICE in KCFI non-associated function pointers | Matthew Maurer | -1/+4 |
| 2024-04-08 | Ensure the canonical_param_env_cache does not contain inconsistent informatio... | Oli Scherer | -5/+10 |
| 2024-04-08 | Shrink the size of ClosureTypeInfo to fit into 64 bytes again | Oli Scherer | -9/+25 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -35/+18 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -20/+18 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -12/+211 |