| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Simplify bound var resolution. | Camille GILLOT | -3/+3 |
| 2024-10-04 | WfCheck opaques. | Camille GILLOT | -1/+1 |
| 2024-10-04 | Make naming more consistent. | Camille GILLOT | -10/+10 |
| 2024-10-04 | Make query backtrace more useful. | Camille GILLOT | -8/+8 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -6/+6 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -6/+6 |
| 2024-09-26 | Use `&raw` in the compiler | Josh Stone | -2/+2 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -6/+6 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -4/+16 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -26/+23 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-09-02 | Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -6/+1 |
| 2024-08-31 | disable size asserts in the compiler when randomizing layouts | The 8472 | -0/+1 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -4/+8 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -4/+8 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -1/+6 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -19/+0 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -0/+15 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -19/+0 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -1/+1 |
| 2024-08-14 | Remove redundant type ops | Michael Goulet | -24/+3 |
| 2024-08-10 | Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr | bors | -0/+4 |
| 2024-08-07 | Disallow enabling features without their implied features | Caleb Zulawski | -1/+1 |
| 2024-08-07 | Add implied target features to target_feature attribute | Caleb Zulawski | -0/+6 |
| 2024-08-06 | Cache supertrait outlives of impl header for soundness check | Michael Goulet | -0/+4 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -0/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -88/+77 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -0/+8 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -3/+4 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -0/+8 |
| 2024-07-14 | find_field does not need to be a query. | Camille GILLOT | -4/+0 |
| 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 |