about summary refs log tree commit diff
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/+39
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-110/+756
2023-01-03Rollup merge of #106402 - Rageking8:fix_dupe_word_typos, r=NilstriebMatthias Krüger-4/+4
2023-01-03Rollup merge of #106392 - compiler-errors:new-trait-solver-overflow, r=lcnrMatthias Krüger-1/+1
2023-01-03Rollup merge of #106388 - notriddle:notriddle/box-sizing, r=camelidMatthias Krüger-2/+0
2023-01-03Rollup merge of #106365 - gimbles:patch-1, r=jyn514Matthias Krüger-11/+11
2023-01-03Rollup merge of #106356 - aDotInTheVoid:del-ctor-kind, r=jyn514Matthias Krüger-13/+1
2023-01-03Rollup merge of #106005 - LeSeulArtichaut:if-let-guard-borrowck-test, r=Nilst...Matthias Krüger-62/+645
2023-01-03Rollup merge of #105681 - tshepang:doc-mir-visit, r=NilstriebMatthias Krüger-4/+4
2023-01-03Rollup merge of #104552 - DebugSteven:warn-newer-x, r=jyn514Matthias Krüger-13/+90
2023-01-03clean: Remove `ctor_kind` from `VariantStruct`.Nixon Enraght-Moony-13/+1
2023-01-03Auto merge of #101792 - lqd:rust-lld, r=petrochenkovbors-1/+20
2023-01-03Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieubors-84/+104
2023-01-03Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors-12/+181
2023-01-03fix dupe word typosRageking8-4/+4
2023-01-03Auto merge of #106371 - RalfJung:no-ret-position-noalias, r=nikicbors-3/+5
2023-01-02no_depsJ Haigh-0/+1
2023-01-02use cargo_metadata to get x versionDebugSteven-29/+11
2023-01-03Auto merge of #106386 - compiler-errors:rollup-dxjv18b, r=compiler-errorsbors-226/+849
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 #106376 - rustbot:docs-update, r=ehussMichael Goulet-0/+0
2023-01-02Rollup merge of #106366 - GuillaumeGomez:fix-rustdoc-ice-typedef-type-mismatc...Michael Goulet-1/+497
2023-01-02Rollup merge of #106354 - aDotInTheVoid:rdj-always-discr, r=GuillaumeGomezMichael Goulet-201/+257
2023-01-02Rollup merge of #106315 - jyn514:cleanup-mingw-tidy, r=fee1-deadMichael Goulet-3/+2
2023-01-02Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillotMichael Goulet-11/+42
2023-01-02Rollup merge of #104298 - tbu-:pr_set_extension_caveats, r=m-ou-seMichael Goulet-3/+30
2023-01-02Rollup merge of #95985 - jihiggins:issue-66481, r=dtolnayMichael Goulet-7/+6
2023-01-02get latest x version from parsing cargo commandDebugSteven-18/+48
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-97/+220
2023-01-02Document rustc_ast::FnHeader fieldsManish Goregaokar-0/+4
2023-01-02Document rustc_ast::Extern variantsManish Goregaokar-0/+11
2023-01-02rustdoc: remove legacy box-sizing CSSMichael Howell-2/+0
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-11/+42
2023-01-02Remove test of static ContextDavid Tolnay-6/+2
2023-01-02Add PhantomData marker to Context to make Context !Send and !SyncJames Higgins-1/+4
2023-01-02Auto merge of #106272 - clubby789:codegen-test-103840, r=nikicbors-0/+9
2023-01-02Update booksrustbot-0/+0
2023-01-02do not add noalias in return positionRalf Jung-3/+5
2023-01-02Add regression test for #96287Guillaume Gomez-0/+32
2023-01-02Add regression test for #105742Guillaume Gomez-0/+425
2023-01-02Add regression test for #105737Guillaume Gomez-0/+16
2023-01-02Add regression test for #105334Guillaume Gomez-0/+11
2023-01-02Add regression test for #106226Guillaume Gomez-0/+12
2023-01-02Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkovbors-205/+170