| Age | Commit message (Expand) | Author | Lines |
| 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 | -12/+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 | -12/+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 |
| 2024-04-08 | Transforms match into an assignment statement | DianQK | -0/+6 |
| 2024-04-07 | Only collect mono items from reachable blocks | Ben Kimock | -53/+95 |
| 2024-04-07 | Don't even parse an intrinsic unless the feature gate is enabled | Michael Goulet | -3/+8 |
| 2024-04-07 | Auto merge of #123058 - lukas-code:clauses, r=lcnr | bors | -103/+256 |
| 2024-04-06 | add RawList | Lukas Markeffsky | -255/+100 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -5/+3 |
| 2024-04-05 | Provide suggestion to dereference closure tail if appropriate | Esteban Küber | -0/+16 |
| 2024-04-05 | Fix typo | Waffle Maybe | -1/+1 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -0/+56 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2024-04-04 | Rollup merge of #123454 - petrochenkov:zeroindex2, r=fmease | Jacob Pratt | -1/+1 |
| 2024-04-04 | Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwU | Jacob Pratt | -10/+5 |
| 2024-04-04 | Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov | bors | -11/+22 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -2/+2 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -67/+375 |
| 2024-04-04 | Rollup merge of #123439 - Zalathar:constants, r=oli-obk | Matthias Krüger | -8/+0 |
| 2024-04-04 | hir: Use `ItemLocalId` in a couple more places | Vadim Petrochenkov | -1/+1 |
| 2024-04-04 | normalizes-to change from '1' to '0 to inf' steps | lcnr | -10/+5 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -10/+61 |
| 2024-04-04 | Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhpratt | bors | -16/+16 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -16/+16 |