| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -89/+43 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -43/+89 |
| 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 | -2/+1 |
| 2024-07-18 | Rollup merge of #127810 - compiler-errors:less-tcx, r=lcnr | Matthias Krüger | -9/+9 |
| 2024-07-18 | Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-dead | Matthias Krüger | -2/+5 |
| 2024-07-17 | Put the dots back | Michael Goulet | -2/+5 |
| 2024-07-17 | Fix relations | Michael Goulet | -2/+2 |
| 2024-07-17 | lift_to_tcx -> lift_to_interner | Michael Goulet | -7/+7 |
| 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 | -11/+12 |
| 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 | -2/+3 |
| 2024-07-14 | Add cache for `allocate_str` | Adwin White | -2/+3 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -1/+3 |
| 2024-07-12 | Rollup merge of #127627 - lcnr:rustc_search_graph, r=compiler-errors | Matthias Krüger | -7/+22 |
| 2024-07-12 | enable fuzzing of `SearchGraph` | lcnr | -7/+22 |
| 2024-07-11 | Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -1/+0 |
| 2024-07-11 | Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e... | bors | -19/+38 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -19/+38 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -1/+9 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -0/+8 |
| 2024-07-08 | Rollup merge of #127439 - compiler-errors:uplift-elaborate, r=lcnr | 许杰友 Jieyou Xu (Joe) | -38/+129 |
| 2024-07-07 | Get rid of the redundant elaboration in middle | Michael Goulet | -31/+10 |
| 2024-07-07 | Uplift elaboration | Michael Goulet | -6/+118 |
| 2024-07-07 | Uplift trait_ref_is_knowable and friends | Michael Goulet | -0/+12 |
| 2024-07-07 | Add fundamental to trait def | Michael Goulet | -1/+6 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -1/+1 |
| 2024-07-06 | Rollup merge of #127405 - compiler-errors:uplift-predicate-emitting-relation,... | Michael Goulet | -12/+2 |
| 2024-07-06 | Remove walk_shallow | Michael Goulet | -17/+0 |
| 2024-07-06 | Uplift push_outlives_components | Michael Goulet | -0/+7 |
| 2024-07-06 | Uplift PredicateEmittingRelation first | Michael Goulet | -12/+2 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -2/+2 |
| 2024-07-04 | Auto merge of #127288 - lqd:typelen-cache, r=compiler-errors | bors | -3/+16 |
| 2024-07-04 | Align the changes to the lang decision | Maybe Lapkin | -0/+8 |
| 2024-07-03 | Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnr | Matthias Krüger | -1/+5 |
| 2024-07-04 | Less magic number for corountine | Liu Dingming | -1/+5 |
| 2024-07-03 | cache type sizes in type-size limit visitor | Rémy Rakic | -3/+16 |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -1/+9 |
| 2024-07-03 | Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr | Matthias Krüger | -45/+64 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -74/+193 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -5/+17 |