| Age | Commit message (Expand) | Author | Lines |
| 2022-12-05 | Auto merge of #104920 - compiler-errors:avoid-infcx-build, r=jackh726 | bors | -4/+34 |
| 2022-12-04 | Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errors | bors | -0/+126 |
| 2022-12-04 | Auto merge of #104535 - mikebenfield:discr-fix, r=pnkfelix | bors | -5/+38 |
| 2022-12-04 | Auto merge of #105261 - matthiaskrgr:rollup-9ghhc9c, r=matthiaskrgr | bors | -109/+270 |
| 2022-12-04 | Rollup merge of #105247 - cjgillot:issue-102682, r=compiler-errors | Matthias Krüger | -58/+47 |
| 2022-12-04 | Rollup merge of #105236 - JohnTitor:issue-47814, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2022-12-04 | Rollup merge of #105224 - cjgillot:issue-104240, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2022-12-04 | Rollup merge of #105141 - ohno418:fix-ice-on-invalid-var-decl-in-macro-call, ... | Matthias Krüger | -0/+52 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -51/+128 |
| 2022-12-04 | Auto merge of #103293 - est31:untwist_and_drop_order, r=nagisa | bors | -7/+127 |
| 2022-12-04 | Rollup merge of #105237 - JohnTitor:issue-79450, r=oli-obk | Matthias Krüger | -0/+32 |
| 2022-12-04 | Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov | Matthias Krüger | -0/+25 |
| 2022-12-04 | Rollup merge of #105123 - BlackHoleFox:fixing-the-macos-deployment, r=oli-obk | Matthias Krüger | -0/+25 |
| 2022-12-04 | Rollup merge of #104856 - luqmana:associated-const-bad-suggestion, r=compiler... | Matthias Krüger | -7/+1 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -58/+47 |
| 2022-12-04 | Also avoid creating a terminating scope in mixed chains | est31 | -0/+19 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -6/+2 |
| 2022-12-04 | Add regression test for #79450 | Yuki Okushi | -0/+32 |
| 2022-12-04 | Add regression test for #47814 | Yuki Okushi | -0/+28 |
| 2022-12-03 | Remove drop order twist of && and || and make them associative | est31 | -7/+108 |
| 2022-12-03 | Properly substitute inherent associated types. | Camille GILLOT | -0/+15 |
| 2022-12-03 | Rollup merge of #105208 - chenyukang:yukang/fix-105069, r=cjgillot | Matthias Krüger | -0/+32 |
| 2022-12-03 | Rollup merge of #105201 - cjgillot:issue-105040, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2022-12-03 | Rollup merge of #105200 - cjgillot:issue-104562, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2022-12-03 | Rollup merge of #105193 - tmiasko:naked-nocoverage, r=wesleywiser | Matthias Krüger | -0/+19 |
| 2022-12-03 | Rollup merge of #105164 - compiler-errors:revert-import-filter, r=estebank | Matthias Krüger | -6/+15 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -51/+128 |
| 2022-12-03 | fix #105069, Add AmbiguityError for inconsistent resolution for an import | yukang | -0/+32 |
| 2022-12-03 | parser: fix ICE with invalid variable declaration in macro call | Yutaro Ohno | -0/+52 |
| 2022-12-03 | Auto merge of #105183 - GuillaumeGomez:merge-and-dedup-predicates, r=notriddle | bors | -6/+26 |
| 2022-12-03 | Do not call fn_sig on non-functions. | Camille GILLOT | -0/+32 |
| 2022-12-03 | Remove useless filter in unused extern crate check. | Camille GILLOT | -0/+22 |
| 2022-12-03 | Rollup merge of #105188 - compiler-errors:verbose-ty-err, r=TaKO8Ki | Yuki Okushi | -0/+34 |
| 2022-12-03 | Rollup merge of #105182 - aDotInTheVoid:rdj-no-foreign-traits, r=Enselic,Guil... | Yuki Okushi | -9/+35 |
| 2022-12-03 | Rollup merge of #105181 - bhbs:skip-note, r=estebank | Yuki Okushi | -0/+44 |
| 2022-12-02 | Fix passing MACOSX_DEPLOYMENT_TARGET to the linker | BlackHoleFox | -0/+25 |
| 2022-12-03 | Don't add a note for implementing a trait if its inner type is erroneous | bhbs | -0/+44 |
| 2022-12-03 | Disable coverage instrumentation for naked functions | Tomasz Miąsko | -0/+19 |
| 2022-12-02 | Don't elide information when printing E0308 with Zverbose | Michael Goulet | -0/+34 |
| 2022-12-02 | Rollup merge of #105163 - compiler-errors:afit-lt-arity, r=jackh726 | Matthias Krüger | -0/+41 |
| 2022-12-02 | Rollup merge of #105162 - compiler-errors:fn-sig-arity, r=cjgillot | Matthias Krüger | -0/+17 |
| 2022-12-02 | Rollup merge of #105033 - durin42:llvm-16-dont-tail-call-me-bro, r=tmandry | Matthias Krüger | -0/+5 |
| 2022-12-02 | Rollup merge of #105026 - oToToT:aarch64-v8a, r=davidtwco | Matthias Krüger | -0/+37 |
| 2022-12-02 | Update existing rustdoc tests | Guillaume Gomez | -6/+6 |
| 2022-12-02 | Add rustdoc test for bounds de-duplication and merge | Guillaume Gomez | -0/+20 |
| 2022-12-02 | Add test for #105022 | Nixon Enraght-Moony | -0/+12 |
| 2022-12-02 | Add test for #105025 | Nixon Enraght-Moony | -0/+21 |
| 2022-12-02 | Rustdoc-Json: Don't include foreign traits | Nixon Enraght-Moony | -9/+2 |
| 2022-12-02 | Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillot | bors | -200/+94 |