| Age | Commit message (Expand) | Author | Lines |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -7/+16 |
| 2023-04-10 | Rollup merge of #110021 - scottmcm:fix-110005, r=compiler-errors | Dylan DPC | -2/+165 |
| 2023-04-10 | review + some small stuff | lcnr | -1/+23 |
| 2023-04-10 | prioritize param-env candidates | lcnr | -7/+53 |
| 2023-04-10 | Auto merge of #110127 - matthiaskrgr:rollup-6ui12x5, r=matthiaskrgr | bors | -0/+45 |
| 2023-04-09 | Rollup merge of #110095 - matthewjasper:ty-utils-diagnostics, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-04-09 | Rollup merge of #108843 - compiler-errors:non_lifetime_binders-method-probe, ... | Matthias Krüger | -0/+27 |
| 2023-04-09 | Auto merge of #109760 - MaciejWas:struct-tuple-field-names-suggestion, r=jack... | bors | -2/+21 |
| 2023-04-09 | Handle not all immediates having `abi::Scalar`s | Scott McMurray | -1/+92 |
| 2023-04-09 | Auto merge of #109684 - fee1-dead-contrib:rv_const_range, r=Mark-Simulacrum | bors | -6/+49 |
| 2023-04-09 | Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errors | bors | -0/+88 |
| 2023-04-09 | Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitor | bors | -4/+19 |
| 2023-04-09 | Rollup merge of #110096 - compiler-errors:tweak-tuple-idx-msg, r=Nilstrieb | Yuki Okushi | -4/+19 |
| 2023-04-09 | Auto merge of #109413 - compiler-errors:pointer-like-abi, r=cjgillot | bors | -14/+22 |
| 2023-04-08 | Tweak tuple indexing suggestion | Michael Goulet | -4/+19 |
| 2023-04-08 | Add test for new delayed bug code path | Matthew Jasper | -0/+18 |
| 2023-04-08 | Enforce that PointerLike requires a pointer-like ABI | Michael Goulet | -14/+22 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+345 |
| 2023-04-08 | bless ui tests | Deadbeef | -5/+34 |
| 2023-04-08 | Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomez | Nilstrieb | -0/+24 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -1/+15 |
| 2023-04-08 | Auto merge of #110043 - ickk:fix_infer_message, r=eholk | bors | -3/+3 |
| 2023-04-07 | Auto merge of #109788 - compiler-errors:trait-item-from-non-trait, r=petroche... | bors | -118/+175 |
| 2023-04-07 | Add feature gate | kadmin | -10/+187 |
| 2023-04-07 | Auto merge of #109983 - tmiasko:inline-try, r=bjorn3 | bors | -182/+296 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -16/+16 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -371/+455 |
| 2023-04-07 | Fix coverage test | Gary Guo | -1/+1 |
| 2023-04-07 | update tests/ui | ickk | -3/+3 |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -0/+88 |
| 2023-04-07 | Use smart-resolve when checking for trait in RHS of UFCS | Michael Goulet | -118/+175 |
| 2023-04-07 | Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstrieb | bors | -341/+347 |
| 2023-04-06 | rustdoc: add test and bug fix for theme defaults | Michael Howell | -0/+24 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -16/+16 |
| 2023-04-07 | ./x.py test --bless | Tomasz Miąsko | -182/+296 |
| 2023-04-07 | Rollup merge of #110022 - Ezrashaw:fix-parser-ident-regression, r=compiler-er... | Matthias Krüger | -0/+22 |
| 2023-04-07 | Rollup merge of #110016 - GuillaumeGomez:gui-collapsed-mobile, r=notriddle | Matthias Krüger | -7/+26 |
| 2023-04-07 | Rollup merge of #110013 - compiler-errors:non-exhaustive-privacy-reason, r=Wa... | Matthias Krüger | -10/+19 |
| 2023-04-07 | Rollup merge of #109957 - fmease:fix-109905, r=petrochenkov | Matthias Krüger | -4/+48 |
| 2023-04-07 | fix: fix regression in #109203 | Ezra Shaw | -0/+22 |
| 2023-04-06 | Check `CastKind::Transmute` sizes in a better way | Scott McMurray | -1/+73 |
| 2023-04-06 | Run collapsed GUI test in mobile mode as well | Guillaume Gomez | -7/+26 |
| 2023-04-06 | Make span a bit better | Michael Goulet | -40/+19 |
| 2023-04-06 | Label non_exhaustive on privacy errors | Michael Goulet | -3/+33 |
| 2023-04-06 | Rollup merge of #110004 - SparrowLii:failure_status, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-04-06 | Rollup merge of #109782 - WaffleLapkin:nocommawhenremovingarguments, r=oli-obk | Matthias Krüger | -1/+139 |
| 2023-04-06 | Rollup merge of #109755 - compiler-errors:new-solver-generator-witness-mir, r... | Matthias Krüger | -0/+44 |
| 2023-04-06 | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillot | Matthias Krüger | -0/+16 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -971/+574 |
| 2023-04-06 | add `dont_check_failure_status` option in the compiler test | SparrowLii | -1/+1 |