about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-06-24Auto merge of #98447 - JohnTitor:rollup-pponoo3, r=JohnTitorbors-163/+132
2022-06-24Rollup merge of #98419 - WaffleLapkin:remove_excess_rib, r=compiler-errorsYuki Okushi-1/+3
2022-06-24Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkovYuki Okushi-11/+12
2022-06-24Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e...Yuki Okushi-114/+77
2022-06-24Rollup merge of #98214 - petrochenkov:islike, r=compiler-errorsYuki Okushi-20/+11
2022-06-24Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkovYuki Okushi-6/+15
2022-06-24Rollup merge of #96955 - Aaron1011:pretty-print-sort, r=petrochenkovYuki Okushi-11/+10
2022-06-24Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jshaYuki Okushi-0/+4
2022-06-24Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726bors-121/+455
2022-06-23Rollup merge of #98388 - rosehuds:master, r=davidtwcoMichael Goulet-4/+18
2022-06-23Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=...Michael Goulet-23/+19
2022-06-23Rollup merge of #98355 - hoodmane:emscripten-no-default, r=petrochenkovMichael Goulet-1/+2
2022-06-23Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwcoMichael Goulet-6/+38
2022-06-23Rollup merge of #98305 - klensy:no-err-alloc, r=compiler-errorsMichael Goulet-32/+33
2022-06-23Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r...Michael Goulet-13/+62
2022-06-23Rollup merge of #98269 - compiler-errors:provide-more-segment-res, r=petroche...Michael Goulet-0/+1
2022-06-23Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebankMichael Goulet-12/+93
2022-06-23Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillotMichael Goulet-5/+56
2022-06-23run `x.py fmt`Niko Matsakis-9/+2
2022-06-23remove misleading commentNiko Matsakis-4/+1
2022-06-23try to clarify confusing commentNiko Matsakis-1/+9
2022-06-23normalize if-eq bounds before testingNiko Matsakis-1/+2
2022-06-23apply suggestions from oli-obkNiko Matsakis-8/+8
2022-06-23coallesce docsNiko Matsakis-65/+32
2022-06-23rename IfEqBound to IfEqNiko Matsakis-11/+11
2022-06-23remove VerifyBound::IfEq variantNiko Matsakis-59/+31
2022-06-23Session object: Set OS/ABIMartin Kröning-2/+10
2022-06-23Remove excess rib while resolving closuresMaybe Waffle-1/+3
2022-06-22Set no_default_libraries: false in wasm32_emscripten targetHood Chatham-0/+1
2022-06-22Remove (transitive) reliance on sorting by DefId in pretty-printerAaron Hill-11/+10
2022-06-22Fixup missing renames from `#[main]` to `#[rustc_main]`Martin Nordholts-11/+12
2022-06-22implement `iter_projections` function on `PlaceRef`Rose Hudson-4/+18
2022-06-22Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkovbors-531/+727
2022-06-22Rollup merge of #97895 - nbdd0121:unlikely, r=estebankYuki Okushi-31/+13
2022-06-22Rollup merge of #97818 - compiler-errors:rpit-error-spanned, r=oli-obkYuki Okushi-5/+70
2022-06-22add "was" to pluralize macro and use itTakayuki Maeda-18/+24
2022-06-22stop pointing at definitions of missing fieldsTakayuki Maeda-41/+29
2022-06-22Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...bors-73/+200
2022-06-21Point at return expression for RPIT-related errorMichael Goulet-5/+70
2022-06-21Improve suggestion for calling closure on type mismatchMichael Goulet-114/+77
2022-06-21Address review comments from #98259Joshua Nelson-23/+19
2022-06-22Rollup merge of #98344 - spastorino:remove-misleading-comment, r=oli-obkYuki Okushi-3/+0
2022-06-22Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomezYuki Okushi-74/+2
2022-06-22Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obkYuki Okushi-17/+21
2022-06-22Rollup merge of #97867 - lcnr:lub-binder, r=oli-obkYuki Okushi-12/+28
2022-06-21Update Emscripten's no_default_libraries handlingHood Chatham-1/+1
2022-06-21Migrate `builtin-macros-expected-one-cfg-pattern` to `SessionDiagnostic`beetrees-1/+10
2022-06-21Use CreateParameter mode for closures too.Camille GILLOT-67/+85
2022-06-21Always create parameters for functions-like types.Camille GILLOT-141/+257
2022-06-21Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic`beetrees-5/+17