about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-10-14Rollup merge of #103008 - aliemjay:opaque-parent-substs, r=oli-obkMatthias Krüger-0/+194
2022-10-14Rollup merge of #103006 - WaffleLapkin:rustdoc_dont, r=compiler-errorsMatthias Krüger-2/+19
2022-10-14Rollup merge of #103000 - wesleywiser:suggest_libname, r=compiler-errorsMatthias Krüger-0/+30
2022-10-13replace ReErased with fresh region vars in opaque typesAli MJ Al-Nasrawy-0/+194
2022-10-13Add test for issue 102986Maybe Waffle-0/+18
2022-10-13Rollup merge of #102999 - compiler-errors:issue-102985, r=fee1-deadDylan DPC-0/+37
2022-10-13Rollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1-deadDylan DPC-0/+33
2022-10-13Rollup merge of #102947 - compiler-errors:sort-elaborated-existentials, r=cjg...Dylan DPC-0/+25
2022-10-13Rollup merge of #102765 - TaKO8Ki:follow-up-to-102708, r=compiler-errorsDylan DPC-1/+24
2022-10-13Add suggestion to the "missing native library" errorWesley Wiser-0/+30
2022-10-13rustdoc: don't ICE on `TyKind::Typeof`Maybe Waffle-2/+1
2022-10-13Delay intrinsic call until after we've determined the callee is a functionMichael Goulet-0/+37
2022-10-13Sort elaborated existential predicates in object_ty_for_traitMichael Goulet-0/+25
2022-10-13Rollup merge of #102980 - notriddle:notriddle/content, r=GuillaumeGomezYuki Okushi-6/+3
2022-10-13Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitorYuki Okushi-16/+16
2022-10-13Rollup merge of #102971 - est31:tidy_duplicate_lang_features, r=jyn514Yuki Okushi-126/+137
2022-10-13Rollup merge of #102967 - Rageking8:add-test-for-issue-102964, r=TaKO8KiYuki Okushi-0/+29
2022-10-13Rollup merge of #102949 - RalfJung:should-skip-this, r=Dylan-DPCYuki Okushi-1/+1
2022-10-13Rollup merge of #102641 - eholk:dyn-star-box, r=compiler-errorsYuki Okushi-0/+17
2022-10-12tidy: error if a lang feature is already presentest31-126/+137
2022-10-12Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakisbors-95/+68
2022-10-12rustdoc: merge separate `.item-info` CSSMichael Howell-6/+3
2022-10-12Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPCbors-42/+337
2022-10-13fix small word dupe typosRageking8-16/+16
2022-10-12Rollup merge of #102940 - ehuss:update-books, r=ehussDylan DPC-0/+0
2022-10-12Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPCDylan DPC-3/+0
2022-10-12Rollup merge of #102927 - compiler-errors:let, r=davidtwcoDylan DPC-6/+70
2022-10-12Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726Dylan DPC-22/+138
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-11/+129
2022-10-12Add broken test for AFIT with RPITITMichael Goulet-0/+33
2022-10-12Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3bors-3/+3
2022-10-12add test for issue 102964Rageking8-0/+29
2022-10-12Error if tidy-alphabetical-end was not foundNilstrieb-4/+19
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-22/+22
2022-10-12Add tidy directoy `tidy-alphabetical`Nilstrieb-0/+101
2022-10-12Auto merge of #102460 - flba-eb:fix_85261_prevent_alloc_after_fork, r=thomccbors-1/+42
2022-10-12fix #102946Takayuki Maeda-0/+33
2022-10-12should-skip-this: add missing backslashRalf Jung-1/+1
2022-10-12Rollup merge of #102924 - notriddle:notriddle/sidebar-link-class, r=Guillaume...Dylan DPC-97/+95
2022-10-12Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillotDylan DPC-57/+36
2022-10-12Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwrightDylan DPC-0/+2003
2022-10-12Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholkDylan DPC-0/+67
2022-10-12Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwcoDylan DPC-2/+2
2022-10-11Update booksEric Huss-0/+0
2022-10-11rustdoc: merge identical CSS selectorsMichael Howell-2/+0
2022-10-11rustdoc: remove unused CSS `nav.sum`Michael Howell-1/+0
2022-10-11Update cargoWeihang Lo-0/+0
2022-10-11rename rustc_allocator_nounwind to rustc_nounwindRalf Jung-3/+3
2022-10-11Fix let removal suggestion in structMichael Goulet-6/+70
2022-10-11Rollup merge of #102912 - lnicola:rust-analyzer-2022-10-11, r=lnicolaMatthias Krüger-1093/+2885