about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-02Make a span more usefulOli Scherer-12/+5
2022-02-02Guess head span of async blocksOli Scherer-16/+5
2022-02-02undo a useless changeOli Scherer-3/+4
2022-02-02Hide further opaque type errors if items that could constrain the opaque type...Oli Scherer-123/+34
2022-02-02Add some tests to show what happens when you compare two opaque types that ar...Oli Scherer-0/+64
2022-02-02Update an outdated test explanationOli Scherer-2/+2
2022-02-02Test recursive TAIT declarationsOli Scherer-0/+80
2022-02-02Eagerly merge hidden types.Oli Scherer-44/+80
2022-02-02Stop generating inference vars for nested impl trait and let type equality ha...Oli Scherer-34/+70
2022-02-02Register member constraints on the final merged hidden typeOli Scherer-52/+33
2022-02-02blessOli Scherer-5/+5
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-1395/+1571
2022-02-02Add a convenient way to inject rustc flags somewhere late in the bootstrap pi...Oli Scherer-0/+6
2022-02-02Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb...bors-68/+193
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-8/+16
2022-02-02Rollup merge of #92788 - estebank:colon-colon, r=cjgillotMatthias Krüger-0/+60
2022-02-02Rollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write, r=GuillaumeGomezMatthias Krüger-2/+18
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-10/+10
2022-02-02Detect `::` -> `:` typo in type argumentEsteban Kuber-0/+60
2022-02-01Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obkbors-27/+111
2022-02-01Fix w/ commentskadmin-89/+189
2022-02-01Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgrbors-73/+292
2022-02-01Rollup merge of #93290 - lcnr:same_type, r=jackh726Matthias Krüger-32/+25
2022-02-01Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakisMatthias Krüger-30/+118
2022-02-01Rollup merge of #92584 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+95
2022-02-01Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisaMatthias Krüger-11/+54
2022-02-01Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelixbors-0/+15
2022-02-01librustdoc: render: use render_into instead of creating a temp stringMuhammad Falak R Wani-2/+1
2022-02-01librustdoc: inline and forward all methods for `impl Write for Buffer`Muhammad Falak R Wani-0/+11
2022-02-01librustdoc: impl core::fmt::Write for rustdoc::html::render::BufferMuhammad Falak R Wani-0/+6
2022-02-01Make dead code check a query.Camille GILLOT-10/+10
2022-02-01remove `TyS::same_type`lcnr-32/+25
2022-02-01debuginfo: Make sure that type names for closure and generator environments a...Michael Woerister-68/+193
2022-02-01add a rustc::query_stability lintlcnr-0/+95
2022-02-01silence lint in clippylcnr-26/+27
2022-02-01implement lint for suspicious auto trait implslcnr-4/+91
2022-02-01Auto merge of #93534 - ehuss:rollup-9ecozo9, r=ehussbors-13/+366
2022-01-31Rollup merge of #93533 - ehuss:update-cargo, r=ehussEric Huss-0/+0
2022-02-01Update cargoEric Huss-0/+0
2022-01-31Rollup merge of #93532 - ehuss:update-books, r=ehussEric Huss-0/+0
2022-02-01Update booksEric Huss-0/+0
2022-01-31Rollup merge of #93513 - dtolnay:linewidth, r=nagisaEric Huss-7/+4
2022-01-31Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehussEric Huss-6/+6
2022-01-31Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiserEric Huss-0/+252
2022-01-31Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726Eric Huss-0/+104
2022-02-01Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726bors-1/+1
2022-02-01Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,...bors-1/+27
2022-01-31Bless all pretty printer tests and ui testsDavid Tolnay-7/+4
2022-01-31Add ValuePairs::Terms & Fix compile errorkadmin-132/+100
2022-01-31Add match on `Vec<_>` to `ui/typeck/issue-91328.rs` testFabian Wolff-1/+30