| Age | Commit message (Expand) | Author | Lines |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -2/+2 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -0/+8 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -0/+8 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -13/+19 |
| 2024-06-26 | coverage: Apply `#[coverage(..)]` recursively to nested functions | Zalathar | -1/+2 |
| 2024-06-26 | coverage: Detach `#[coverage(..)]` from codegen attribute handling | Zalathar | -0/+8 |
| 2024-06-20 | Auto merge of #126409 - pacak:incr-uplorry, r=michaelwoerister | bors | -4/+4 |
| 2024-06-19 | local_def_path_hash_to_def_id can fail | Michael Baikov | -4/+4 |
| 2024-06-18 | Make async drop code more consistent with regular drop code | Daria Sukhonina | -6/+27 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -9/+9 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -1/+14 |
| 2024-06-07 | Only compute specializes query if specialization is enabled in the crate of t... | Michael Goulet | -0/+5 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -13/+4 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -1/+1 |
| 2024-05-29 | Start implementing needs_async_drop and related | Daria Sukhonina | -8/+11 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -21/+23 |
| 2024-05-24 | Use regular type equating instead of a custom query | Oli Scherer | -9/+0 |
| 2024-05-23 | Improve the doc of query associated_item | r0cky | -1/+1 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -4/+13 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -4/+13 |
| 2024-05-21 | PR feedback | Ben Kimock | -2/+5 |
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -20/+19 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+1 |
| 2024-04-30 | Give items related to issue 33140 a more meaningful name | León Orell Valerian Liehr | -2/+4 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -0/+3 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -4/+0 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+8 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -2/+2 |
| 2024-04-17 | has_typeck_results doesnt need to be a query | Michael Goulet | -4/+0 |
| 2024-04-16 | Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnr | Guillaume Gomez | -16/+20 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+8 |
| 2024-04-16 | Outline default query and hook provider function implementations | DaniPopes | -16/+20 |
| 2024-04-16 | Rollup merge of #123995 - compiler-errors:thir-hooks, r=oli-obk | Guillaume Gomez | -14/+0 |
| 2024-04-15 | Make thir_tree and thir_flat into hooks | Michael Goulet | -14/+0 |
| 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-11 | move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actu... | klensy | -12/+0 |
| 2024-04-11 | Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebank | bors | -0/+16 |
| 2024-04-09 | Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkov | bors | -9/+2 |
| 2024-04-08 | Shrink the size of ClosureTypeInfo to fit into 64 bytes again | Oli Scherer | -3/+5 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -4/+4 |
| 2024-04-07 | Auto merge of #123058 - lukas-code:clauses, r=lcnr | bors | -5/+9 |
| 2024-04-05 | Provide suggestion to dereference closure tail if appropriate | Esteban Küber | -0/+16 |
| 2024-04-04 | Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov | bors | -3/+4 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -5/+9 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -2/+2 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -6/+0 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -2/+2 |
| 2024-03-27 | Use a `dyn Debug` trait object instead of a closure. | Oli Scherer | -3/+4 |
| 2024-03-27 | Move `CrateStore::expn_hash_to_expn_id` to a hook | Oli Scherer | -6/+1 |