about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-10-14Auto merge of #102529 - colinba:master, r=joshtriplettbors-4/+39
2022-10-14Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obkDylan DPC-5/+13
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-46/+44
2022-10-14Rollup merge of #103015 - whentojump:patch, r=compiler-errorsDylan DPC-1/+1
2022-10-14Rollup merge of #102856 - cjgillot:impl-single-check, r=petrochenkovDylan DPC-45/+36
2022-10-14Auto merge of #102695 - compiler-errors:int-and-float-trivial-copy, r=lcnrbors-1/+8
2022-10-14float and int vars are trivially copyMichael Goulet-1/+8
2022-10-14more dupe word typosRageking8-46/+44
2022-10-14Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,...bors-223/+229
2022-10-14Auto merge of #103026 - matthiaskrgr:rollup-gfmlfkt, r=matthiaskrgrbors-9/+59
2022-10-14Suppress irrefutable let patterns lint for prefixes in match guardsest31-5/+13
2022-10-14Rollup merge of #103021 - GuillaumeGomez:constraint-pages, r=AmanieuMatthias Krüger-0/+4
2022-10-14Rollup merge of #103016 - nbdd0121:enum, r=pnkfelixMatthias Krüger-2/+2
2022-10-14Rollup merge of #103008 - aliemjay:opaque-parent-substs, r=oli-obkMatthias Krüger-5/+15
2022-10-14Rollup merge of #103000 - wesleywiser:suggest_libname, r=compiler-errorsMatthias Krüger-2/+38
2022-10-13Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errorsbors-312/+333
2022-10-13Add links to relevant pages to find constraint informationGuillaume Gomez-0/+4
2022-10-13Report duplicate definition in impls with overlap check.Camille GILLOT-45/+36
2022-10-14fix a typowtj-1/+1
2022-10-13replace ReErased with fresh region vars in opaque typesAli MJ Al-Nasrawy-5/+15
2022-10-13Ensure enum cast movesGary Guo-2/+2
2022-10-13Rollup merge of #102999 - compiler-errors:issue-102985, r=fee1-deadDylan DPC-3/+1
2022-10-13Rollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1-deadDylan DPC-1/+1
2022-10-13Rollup merge of #102947 - compiler-errors:sort-elaborated-existentials, r=cjg...Dylan DPC-11/+18
2022-10-13Rollup merge of #102904 - compiler-errors:rpitit-verbosely, r=cjgillotDylan DPC-1/+3
2022-10-13Rollup merge of #102765 - TaKO8Ki:follow-up-to-102708, r=compiler-errorsDylan DPC-0/+12
2022-10-13Add suggestion to the "missing native library" errorWesley Wiser-2/+38
2022-10-13Delay intrinsic call until after we've determined the callee is a functionMichael Goulet-3/+1
2022-10-13Print RPITIT verbosely if -ZverboseMichael Goulet-1/+3
2022-10-13Sort elaborated existential predicates in object_ty_for_traitMichael Goulet-11/+18
2022-10-13Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitorYuki Okushi-3/+3
2022-10-13Rollup merge of #102836 - petrochenkov:jsonspec, r=eholkYuki Okushi-5/+9
2022-10-13Rollup merge of #102641 - eholk:dyn-star-box, r=compiler-errorsYuki Okushi-0/+9
2022-10-12Add a fixmeEric Holk-0/+3
2022-10-12Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakisbors-31/+95
2022-10-12UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls fileJhonny Bill Mena-152/+160
2022-10-12ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena-72/+70
2022-10-12Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPCbors-412/+615
2022-10-13fix small word dupe typosRageking8-3/+3
2022-10-12Rollup merge of #102927 - compiler-errors:let, r=davidtwcoDylan DPC-6/+11
2022-10-12Rollup merge of #102883 - Urgau:fix-stabilization-half_open_range_patterns, r...Dylan DPC-2/+0
2022-10-12Rollup merge of #102830 - compiler-errors:constness-parity, r=fee1-deadDylan DPC-99/+98
2022-10-12Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726Dylan DPC-81/+96
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-224/+410
2022-10-12Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3bors-10/+3
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-81/+96
2022-10-12fix #102946Takayuki Maeda-1/+1
2022-10-12Auto merge of #102948 - Dylan-DPC:rollup-j8h74rb, r=Dylan-DPCbors-823/+1847
2022-10-12Rollup merge of #102913 - SparrowLii:import-candidate, r=compiler-errorsDylan DPC-35/+33
2022-10-12Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillotDylan DPC-34/+14