about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-04Mirror metadata changes in layout sanity checkMichael Goulet-7/+45
2023-01-04layout_of: `T: Thin` implies `sizeof(&T) == sizeof(usize)`Michael Goulet-8/+28
2023-01-03Auto merge of #105752 - chenyukang:yukang/refactor-method-error, r=compiler-e...bors-900/+905
2023-01-03Auto merge of #106409 - matthiaskrgr:rollup-b58z1hz, r=matthiaskrgrbors-9/+9
2023-01-03Rollup merge of #106402 - Rageking8:fix_dupe_word_typos, r=NilstriebMatthias Krüger-3/+3
2023-01-03Rollup merge of #106392 - compiler-errors:new-trait-solver-overflow, r=lcnrMatthias Krüger-1/+1
2023-01-03Rollup merge of #106365 - gimbles:patch-1, r=jyn514Matthias Krüger-1/+1
2023-01-03Rollup merge of #105681 - tshepang:doc-mir-visit, r=NilstriebMatthias Krüger-4/+4
2023-01-03Auto merge of #101792 - lqd:rust-lld, r=petrochenkovbors-1/+20
2023-01-03Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors-2/+20
2023-01-03fix dupe word typosRageking8-3/+3
2023-01-03Auto merge of #106371 - RalfJung:no-ret-position-noalias, r=nikicbors-2/+4
2023-01-03Auto merge of #106386 - compiler-errors:rollup-dxjv18b, r=compiler-errorsbors-5/+56
2023-01-03has_overflow only if value is *not* within limitMichael Goulet-1/+1
2023-01-02Rollup merge of #106383 - Manishearth:ast-docs, r=compiler-errorsMichael Goulet-0/+15
2023-01-02Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillotMichael Goulet-5/+41
2023-01-02only specify --target by default for -Zgcc-ld=lld on wasmRémy Rakic-1/+20
2023-01-02Auto merge of #106364 - JakobDegen:top-down-inlining, r=cjgillotbors-6/+36
2023-01-02Document rustc_ast::FnHeader fieldsManish Goregaokar-0/+4
2023-01-02Document rustc_ast::Extern variantsManish Goregaokar-0/+11
2023-01-02Auto merge of #106307 - Nilstrieb:dynamic->static, r=cjgillotbors-114/+95
2023-01-02Abolish `QueryVTable` in favour of more assoc items on `QueryConfig`Nilstrieb-114/+95
2023-01-02Reduce HIR debug outputNilstrieb-5/+41
2023-01-02do not add noalias in return positionRalf Jung-2/+4
2023-01-02Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkovbors-85/+157
2023-01-02Update format.rsGimbles-1/+1
2023-01-02Auto merge of #106284 - estebank:merge-mut-errors, r=jyn514bors-40/+112
2023-01-01Reenable limited top-down MIR inliningJakob Degen-6/+36
2023-01-01Verbose suggestionsEsteban Küber-3/+3
2023-01-01Implement fix for #67535Troy Neubauer-3/+11
2023-01-02resolve merge conflictyukang-44/+60
2023-01-02code refactor report_method_erroryukang-901/+890
2023-01-01Use the correct tracking issue for `dyn_star`Léo Lanteri Thauvin-1/+1
2023-01-01Merge multiple mutable borrows of immutable binding errorsEsteban Küber-40/+112
2022-12-31Auto merge of #106282 - Ezrashaw:merge-e0465, r=estebankbors-60/+33
2022-12-31Add help for the error message when missing rustc_driverbjorn3-2/+20
2022-12-31Auto merge of #106302 - compiler-errors:terr-coerce-w-infer, r=estebankbors-0/+4
2022-12-31Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514bors-21/+12
2022-12-31refactor: merge `E0465` into `E0464`Ezra Shaw-60/+33
2022-12-30Rollup merge of #106317 - compiler-errors:restore-the-backtraces, r=jyn514Michael Goulet-15/+23
2022-12-30Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726Michael Goulet-69/+0
2022-12-30Rollup merge of #106232 - maurer:transparent-subst, r=rcvalleMichael Goulet-1/+4
2022-12-31Only deduplicate stack traces for good path bugsMichael Goulet-15/+23
2022-12-30Suppress errors due to TypeError not coercing with inference variablesMichael Goulet-0/+4
2022-12-30Auto merge of #106268 - kraktus:patch-2, r=Nilstriebbors-1/+1
2022-12-30Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi...bors-7/+27
2022-12-29Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgrbors-12/+198
2022-12-29fix comment for `TokenCursor::desugar`kraktus-1/+1
2022-12-29CFI: Monomorphize transparent ADTs before typeidMatthew Maurer-1/+4
2022-12-29Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomezMatthias Krüger-2/+75