| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | Return equal for two identical projections | yukang | -0/+41 |
| 2023-03-20 | Enforce non-lifetime-binders in supertrait preds are not object safe | Michael Goulet | -0/+80 |
| 2023-03-21 | Avoid ICE of attempt to add with overflow in emitter | yukang | -0/+46 |
| 2023-03-20 | Add `known-bug` test for typeid unsoundness issue | Evgenii Zheltonozhskii | -0/+52 |
| 2023-03-20 | Rollup merge of #109364 - compiler-errors:gat-const-arg, r=BoxyUwU | Matthias Krüger | -0/+29 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -2/+26 |
| 2023-03-20 | Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors | Matthias Krüger | -3/+51 |
| 2023-03-20 | feat: implement error recovery in `expected_ident_found` | Ezra Shaw | -33/+96 |
| 2023-03-20 | Rollup merge of #109370 - DaniPopes:issue-109334, r=Nilstrieb | Matthias Krüger | -13/+38 |
| 2023-03-20 | Rollup merge of #109301 - Ezrashaw:fix-ctf-ice, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 2023-03-20 | Walk un-shifted nested `impl Trait` in trait when setting up default trait me... | Michael Goulet | -0/+6 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -0/+88 |
| 2023-03-20 | fix ClashingExternDeclarations lint ICE | DaniPopes | -13/+38 |
| 2023-03-19 | Only expect a GAT const arg | Michael Goulet | -0/+29 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -7/+90 |
| 2023-03-19 | fix: modify the condition that `resolve_imports` stops | bohan | -0/+83 |
| 2023-03-19 | Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov | Dylan DPC | -0/+13 |
| 2023-03-19 | Rollup merge of #109212 - Ezrashaw:no-similar-sugg-for-unstable, r=estebank | Dylan DPC | -0/+47 |
| 2023-03-19 | Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c... | Dylan DPC | -4/+80 |
| 2023-03-19 | Rollup merge of #104100 - ink-feather-org:const_iter_range, r=the8472,fee1-dead | Dylan DPC | -15/+1 |
| 2023-03-19 | fix: fix ICE in `custom-test-frameworks` feature | Ezra Shaw | -0/+25 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -4/+20 |
| 2023-03-19 | Delay overlap errors if errors are involved | Michael Goulet | -7/+10 |
| 2023-03-19 | Constrain const vars to error if const types are mismatched | Michael Goulet | -4/+26 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -0/+13 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -2/+26 |
| 2023-03-18 | Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors | Matthias Krüger | -1/+16 |
| 2023-03-18 | Rollup merge of #109193 - spastorino:new-rpitit-11, r=compiler-errors | Matthias Krüger | -20/+339 |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -34/+60 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -15/+1 |
| 2023-03-18 | fix: don't suggest similar method when unstable | Ezra Shaw | -0/+47 |
| 2023-03-18 | Rollup merge of #109251 - MU001999:master, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 2023-03-18 | Rollup merge of #109248 - compiler-errors:get_fn_decl-aaa, r=WaffleLapkin | Matthias Krüger | -0/+22 |
| 2023-03-18 | Rollup merge of #109222 - chenyukang:yukang/fix-109143, r=petrochenkov | Matthias Krüger | -2/+24 |
| 2023-03-18 | Rollup merge of #109200 - compiler-errors:issue-109191, r=WaffleLapkin | Matthias Krüger | -0/+24 |
| 2023-03-18 | Rollup merge of #109102 - compiler-errors:ambig-assoc-in-non-lt-binder, r=jac... | Matthias Krüger | -0/+29 |
| 2023-03-17 | Fix generics_of for impl's RPITIT synthesized associated type | Santiago Pastorino | -0/+10 |
| 2023-03-17 | Fix impl_trait_ty_to_ty substs | Santiago Pastorino | -3/+41 |
| 2023-03-17 | Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed tests | Santiago Pastorino | -20/+339 |
| 2023-03-17 | Add generic parameters mismatch test for async in traits | Santiago Pastorino | -0/+31 |
| 2023-03-17 | Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as... | Santiago Pastorino | -1/+16 |
| 2023-03-17 | Pass the right HIR back from get_fn_decl | Michael Goulet | -0/+22 |
| 2023-03-17 | Erase escaping late-bound regions when probing for ambiguous associated types | Michael Goulet | -0/+29 |
| 2023-03-17 | Drop subslices of arrays | clubby789 | -0/+16 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -24/+254 |
| 2023-03-17 | Suggest surrounding the macro with `{}` to interpret as a statement | Mu42 | -0/+25 |
| 2023-03-17 | Do not ICE for unexpected lifetime with ConstGeneric rib | yukang | -2/+24 |
| 2023-03-16 | Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obk | bors | -12/+46 |
| 2023-03-16 | Add test for -Zflatten-format-args=yes. | Mara Bos | -0/+24 |
| 2023-03-16 | Auto merge of #109206 - matthiaskrgr:rollup-oev8ax6, r=matthiaskrgr | bors | -1/+253 |