| Age | Commit message (Expand) | Author | Lines |
| 2024-04-19 | Prepare for `CrateNum` query feeding on creation | Oli Scherer | -2/+5 |
| 2024-04-19 | Isolate `CrateNum` creation to `TyCtxt` methods | Oli Scherer | -0/+10 |
| 2024-04-19 | Move `stable_crate_ids` from `CrateStore` to `Untracked` | Oli Scherer | -1/+6 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -34/+45 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -5/+124 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+15 |
| 2024-04-18 | interpret/binary_int_op: avoid dropping to raw ints until we determined the sign | Ralf Jung | -18/+35 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -3/+7 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -18/+18 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -18/+18 |
| 2024-04-17 | has_typeck_results doesnt need to be a query | Michael Goulet | -4/+11 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -93/+77 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -23/+14 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -1/+1 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -63/+58 |
| 2024-04-16 | Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnr | Guillaume Gomez | -23/+28 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -9/+290 |
| 2024-04-16 | Outline default query and hook provider function implementations | DaniPopes | -23/+28 |
| 2024-04-16 | Auto merge of #124015 - GuillaumeGomez:rollup-s46ksxa, r=GuillaumeGomez | bors | -16/+7 |
| 2024-04-16 | Rollup merge of #124006 - Zalathar:static-assert, r=nnethercote | Guillaume Gomez | -2/+1 |
| 2024-04-16 | Rollup merge of #123995 - compiler-errors:thir-hooks, r=oli-obk | Guillaume Gomez | -14/+6 |
| 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/+7 |
| 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/+7 |
| 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 | -12/+0 |
| 2024-04-11 | Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obk | Matthias Krüger | -3/+71 |