| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkov | bors | -0/+19 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -0/+19 |
| 2024-07-29 | Rollup merge of #128304 - Zalathar:thir-pat-display, r=Nadrieril | Matthias Krüger | -26/+46 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -6/+14 |
| 2024-07-29 | Make `thir::Pat` not implement `fmt::Display` directly | Zalathar | -19/+46 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -634/+610 |
| 2024-07-28 | Don't store `thir::Pat` in error structs | Zalathar | -7/+0 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -6/+14 |
| 2024-07-26 | Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors | bors | -3/+3 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -9/+4 |
| 2024-07-25 | Let InstCombine remove Clone shims inside Clone shims | Ben Kimock | -3/+3 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -20/+49 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -1/+1 |
| 2024-07-22 | Auto merge of #127442 - saethlin:alloc-decoding-lock, r=oli-obk | bors | -89/+25 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -9/+37 |
| 2024-07-21 | Explain why the new setup can't deadlock | Ben Kimock | -1/+13 |
| 2024-07-20 | Auto merge of #128002 - matthiaskrgr:rollup-21p0cue, r=matthiaskrgr | bors | -0/+4 |
| 2024-07-20 | Rollup merge of #127779 - momvart:should_codegen_hook, r=cjgillot | Matthias Krüger | -0/+4 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -0/+8 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -3/+3 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -44/+93 |
| 2024-07-18 | Move query providers | Michael Goulet | -6/+35 |
| 2024-07-18 | Avoid unnecessary sorting of traits | Michael Goulet | -3/+2 |
| 2024-07-18 | pattern lowering: make sure we never call user-defined PartialEq instances | Ralf Jung | -7/+4 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -14/+38 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -8/+10 |
| 2024-07-18 | Rollup merge of #127810 - compiler-errors:less-tcx, r=lcnr | Matthias Krüger | -10/+10 |
| 2024-07-18 | Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-dead | Matthias Krüger | -2/+5 |
| 2024-07-17 | Remove in-progress allocation decoding states | Ben Kimock | -89/+13 |
| 2024-07-17 | Put the dots back | Michael Goulet | -2/+5 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -0/+8 |
| 2024-07-17 | Fix relations | Michael Goulet | -2/+2 |
| 2024-07-17 | lift_to_tcx -> lift_to_interner | Michael Goulet | -8/+8 |
| 2024-07-17 | Remove invalid further restricting for type bound | yukang | -0/+14 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -12/+16 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -4/+4 |
| 2024-07-16 | Setup ty::Const functions for `ConstArg` | Noah Lev | -37/+82 |
| 2024-07-16 | Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercote | Matthias Krüger | -8/+17 |
| 2024-07-16 | Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-07-16 | Remove an unnecessary impl | Oli Scherer | -6/+0 |
| 2024-07-16 | Make `ErrorGuaranteed` discoverable outside types, consts, and lifetimes | Oli Scherer | -2/+17 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -1/+1 |
| 2024-07-16 | Auto merge of #127638 - adwinwhite:cache_string, r=oli-obk | bors | -8/+14 |
| 2024-07-15 | Introduce and provide a hook for `should_codegen_locally` | Mohammad Omidvar | -0/+4 |
| 2024-07-15 | Rollup merge of #127758 - Zalathar:expression-used, r=oli-obk | Matthias Krüger | -13/+0 |
| 2024-07-15 | Rollup merge of #127729 - compiler-errors:ed-2024-gen, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-07-15 | coverage: Restrict `ExpressionUsed` simplification to `Code` mappings | Zalathar | -13/+0 |
| 2024-07-14 | Auto merge of #127718 - cjgillot:find_field, r=compiler-errors | bors | -4/+0 |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -3/+3 |
| 2024-07-14 | Add cache for `allocate_str` | Adwin White | -8/+14 |