| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -1/+1 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -4/+18 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -37/+35 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -19/+0 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -18/+17 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -10/+7 |
| 2023-11-08 | Only use normalize_param_env when normalizing predicate in check_item_bounds | Michael Goulet | -2/+8 |
| 2023-11-06 | check binders with bound vars for global bounds that don't hold | Rémy Rakic | -1/+2 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -2/+1 |
| 2023-11-02 | Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds | Michael Goulet | -77/+103 |
| 2023-11-02 | Use the normalizing param-env always in check_type_bounds | Michael Goulet | -123/+143 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+1 |
| 2023-10-30 | Poison check_well_formed if method receivers are invalid to prevent typeck fr... | Oli Scherer | -13/+22 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -1/+5 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -106/+124 |
| 2023-10-23 | Allow `ensure` queries to return `Result<(), ErrorGuaranteed>` | Oli Scherer | -4/+4 |
| 2023-10-21 | Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors | Matthias Krüger | -19/+5 |
| 2023-10-20 | Point at assoc fn definition on type param divergence | Esteban Küber | -19/+5 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -13/+13 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -106/+124 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -1/+1 |
| 2023-10-16 | Fix outlives suggestion for GAT in RPITIT | Michael Goulet | -33/+27 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -32/+34 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -5/+3 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -32/+34 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -11/+11 |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -1/+1 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -2/+6 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -1/+1 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -11/+11 |
| 2023-10-03 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -14/+9 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -21/+23 |
| 2023-09-29 | Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errors | Matthias Krüger | -28/+39 |
| 2023-09-29 | Only trigger refine lint on reachable traits | Michael Goulet | -2/+6 |
| 2023-09-29 | fix(suggestion): insert projection to associated types | bohan | -28/+39 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -14/+9 |
| 2023-09-29 | Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-... | Matthias Krüger | -32/+57 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -32/+57 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -132/+3 |
| 2023-09-27 | Rollup merge of #116149 - compiler-errors:anonymize, r=lcnr | Matthias Krüger | -4/+25 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -8/+4 |
| 2023-09-26 | Anonymize binders for refining_impl_trait check | Michael Goulet | -4/+25 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -8/+4 |
| 2023-09-26 | Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjay | bors | -8/+88 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -4/+4 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -8/+8 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -8/+1 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -1/+20 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -3/+19 |