about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-12-04Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errorsMatthias Krüger-51/+128
2022-12-04Rollup merge of #105237 - JohnTitor:issue-79450, r=oli-obkMatthias Krüger-0/+32
2022-12-04Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkovMatthias Krüger-0/+25
2022-12-04Rollup merge of #105123 - BlackHoleFox:fixing-the-macos-deployment, r=oli-obkMatthias Krüger-0/+25
2022-12-04Rollup merge of #104856 - luqmana:associated-const-bad-suggestion, r=compiler...Matthias Krüger-7/+1
2022-12-04Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma...bors-505/+441
2022-12-04Add regression test for #79450Yuki Okushi-0/+32
2022-12-04Auto merge of #105217 - jyn514:submodule-fixes, r=bjorn3bors-2/+15
2022-12-03Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgrbors-913/+1196
2022-12-03Auto merge of #105212 - pietroalbini:pa-macos-xl, r=jyn514bors-1/+1
2022-12-03Rollup merge of #105214 - RalfJung:miri, r=RalfJungMatthias Krüger-907/+1073
2022-12-03Rollup merge of #105208 - chenyukang:yukang/fix-105069, r=cjgillotMatthias Krüger-0/+32
2022-12-03Rollup merge of #105201 - cjgillot:issue-105040, r=compiler-errorsMatthias Krüger-0/+32
2022-12-03Rollup merge of #105200 - cjgillot:issue-104562, r=compiler-errorsMatthias Krüger-0/+22
2022-12-03Rollup merge of #105193 - tmiasko:naked-nocoverage, r=wesleywiserMatthias Krüger-0/+19
2022-12-03Rollup merge of #105164 - compiler-errors:revert-import-filter, r=estebankMatthias Krüger-6/+15
2022-12-03Rollup merge of #105153 - oli-obk:fail_faster, r=compiler-errorsMatthias Krüger-0/+1
2022-12-03Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger-0/+2
2022-12-03Don't exit with an error if there are no changes to submodulesJoshua Nelson-2/+15
2022-12-03Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiserbors-12/+13
2022-12-03switch to the macos-12-xl builderPietro Albini-1/+1
2022-12-03fix #101749, use . instead of :: when accessing a method of an objectyukang-51/+128
2022-12-03fix #105069, Add AmbiguityError for inconsistent resolution for an importyukang-0/+32
2022-12-03clippyRalf Jung-42/+15
2022-12-03Auto merge of #105183 - GuillaumeGomez:merge-and-dedup-predicates, r=notriddlebors-39/+117
2022-12-03Do not call fn_sig on non-functions.Camille GILLOT-0/+32
2022-12-03Remove useless filter in unused extern crate check.Camille GILLOT-0/+22
2022-12-03Auto merge of #105196 - JohnTitor:rollup-8rxqnq6, r=JohnTitorbors-69/+175
2022-12-03Rollup merge of #105189 - notriddle:notriddle/rustdoc-toggle-hideme, r=Guilla...Yuki Okushi-8/+2
2022-12-03Rollup merge of #105188 - compiler-errors:verbose-ty-err, r=TaKO8KiYuki Okushi-0/+34
2022-12-03Rollup merge of #105182 - aDotInTheVoid:rdj-no-foreign-traits, r=Enselic,Guil...Yuki Okushi-61/+95
2022-12-03Rollup merge of #105181 - bhbs:skip-note, r=estebankYuki Okushi-0/+44
2022-12-03Auto merge of #105073 - weihanglo:update-cargo, r=weihanglobors-0/+0
2022-12-03Update cargoWeihang Lo-0/+0
2022-12-02Fix passing MACOSX_DEPLOYMENT_TARGET to the linkerBlackHoleFox-0/+25
2022-12-03Don't add a note for implementing a trait if its inner type is erroneousbhbs-0/+44
2022-12-03Disable coverage instrumentation for naked functionsTomasz Miąsko-0/+19
2022-12-02rustdoc: clean up redundant CSS on `.rustdoc-toggle.hideme`Michael Howell-8/+2
2022-12-02Don't elide information when printing E0308 with ZverboseMichael Goulet-0/+34
2022-12-02Rollup merge of #105163 - compiler-errors:afit-lt-arity, r=jackh726Matthias Krüger-0/+41
2022-12-02Rollup merge of #105162 - compiler-errors:fn-sig-arity, r=cjgillotMatthias Krüger-0/+17
2022-12-02Rollup merge of #105155 - notriddle:notriddle/flexbox-help-settings-buttons, ...Matthias Krüger-19/+10
2022-12-02Rollup merge of #105033 - durin42:llvm-16-dont-tail-call-me-bro, r=tmandryMatthias Krüger-0/+5
2022-12-02Rollup merge of #105026 - oToToT:aarch64-v8a, r=davidtwcoMatthias Krüger-0/+37
2022-12-02Update existing rustdoc testsGuillaume Gomez-6/+6
2022-12-02Add rustdoc test for bounds de-duplication and mergeGuillaume Gomez-0/+20
2022-12-02Merge generics and where predicates and prevent duplicates in where predicatesGuillaume Gomez-33/+91
2022-12-02Merge from rustcRalf Jung-2791/+6117
2022-12-02Preparing for merge from rustcRalf Jung-1/+1
2022-12-02Add test for #105022Nixon Enraght-Moony-0/+12