| Age | Commit message (Expand) | Author | Lines |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -51/+128 |
| 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 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -505/+441 |
| 2022-12-04 | Add regression test for #79450 | Yuki Okushi | -0/+32 |
| 2022-12-04 | Auto merge of #105217 - jyn514:submodule-fixes, r=bjorn3 | bors | -2/+15 |
| 2022-12-03 | Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgr | bors | -913/+1196 |
| 2022-12-03 | Auto merge of #105212 - pietroalbini:pa-macos-xl, r=jyn514 | bors | -1/+1 |
| 2022-12-03 | Rollup merge of #105214 - RalfJung:miri, r=RalfJung | Matthias Krüger | -907/+1073 |
| 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 #105153 - oli-obk:fail_faster, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+2 |
| 2022-12-03 | Don't exit with an error if there are no changes to submodules | Joshua Nelson | -2/+15 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -12/+13 |
| 2022-12-03 | switch to the macos-12-xl builder | Pietro Albini | -1/+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 | clippy | Ralf Jung | -42/+15 |
| 2022-12-03 | Auto merge of #105183 - GuillaumeGomez:merge-and-dedup-predicates, r=notriddle | bors | -39/+117 |
| 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 | Auto merge of #105196 - JohnTitor:rollup-8rxqnq6, r=JohnTitor | bors | -69/+175 |
| 2022-12-03 | Rollup merge of #105189 - notriddle:notriddle/rustdoc-toggle-hideme, r=Guilla... | Yuki Okushi | -8/+2 |
| 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 | -61/+95 |
| 2022-12-03 | Rollup merge of #105181 - bhbs:skip-note, r=estebank | Yuki Okushi | -0/+44 |
| 2022-12-03 | Auto merge of #105073 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-12-03 | Update cargo | Weihang Lo | -0/+0 |
| 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 | rustdoc: clean up redundant CSS on `.rustdoc-toggle.hideme` | Michael Howell | -8/+2 |
| 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 #105155 - notriddle:notriddle/flexbox-help-settings-buttons, ... | Matthias Krüger | -19/+10 |
| 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 | Merge generics and where predicates and prevent duplicates in where predicates | Guillaume Gomez | -33/+91 |
| 2022-12-02 | Merge from rustc | Ralf Jung | -2791/+6117 |
| 2022-12-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-02 | Add test for #105022 | Nixon Enraght-Moony | -0/+12 |