about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-14minor: Add messages to some asserts for better debuggingLukas Wirth-2/+2
2023-12-14Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Kibors-8/+66
2023-12-14Update to LLVM 17.0.6Nikita Popov-1/+1
2023-12-14interpret: extend comment on the inhabitedness check in downcastRalf Jung-0/+18
2023-12-14Auto merge of #118538 - RalfJung:size-of-val-comments, r=WaffleLapkinbors-48/+99
2023-12-14Auto merge of #3225 - RalfJung:coroutine, r=RalfJungbors-0/+31
2023-12-14add test for uninhabited saved locals in a coroutineRalf Jung-0/+31
2023-12-14Auto merge of #3224 - rust-lang:rustup-2023-12-14, r=saethlinbors-8346/+14722
2023-12-14Merge from rustcThe Miri Conjob Bot-8345/+14721
2023-12-14Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-14Remove one use of `span_bug_no_panic`.Nicholas Nethercote-2/+1
2023-12-14Avoid `struct_diagnostic` where possible.Nicholas Nethercote-19/+26
2023-12-14Inline and remove `HandlerInner::emit_diag_at_span`.Nicholas Nethercote-5/+1
2023-12-14Remove unused `Handler::treat_err_as_bug`.Nicholas Nethercote-5/+0
2023-12-14Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnrbors-125/+199
2023-12-14rustdoc: avoid ParamEnv with infer varsAli MJ Al-Nasrawy-3/+2
2023-12-14remove canonicalize_query_preserving_universesAli MJ Al-Nasrawy-47/+0
2023-12-14make infcx optional in canonicalizerAli MJ Al-Nasrawy-47/+45
2023-12-14Address commentKai Luo-2/+5
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-65/+86
2023-12-13fix: Overlapping spans in delimited meta-varsEliseZeroTwo-0/+70
2023-12-13Add spread arg and missing CoroutineKindCelina G. Val-11/+84
2023-12-13Erase late bound regions from instance `fn_sig()`Celina G. Val-7/+19
2023-12-14Auto merge of #118389 - estebank:type-verbosity, r=b-naberbors-119/+124
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-119/+124
2023-12-13Auto merge of #118402 - notriddle:notriddle/ranking-and-filtering, r=Guillaum...bors-113/+334
2023-12-13Auto merge of #15887 - jinohkang-theori:fix/ide-assists/convert_tuple_struct_...bors-1/+1
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-8/+66
2023-12-13Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkovbors-326/+468
2023-12-13fix computing the dynamic alignment of packed structs with dyn trait tailsRalf Jung-48/+99
2023-12-13Rustup to rustc 1.76.0-nightly (3340d49d2 2023-12-12)bjorn3-1/+1
2023-12-13Auto merge of #11953 - Jarcho:issue_11952, r=Alexendoobors-103/+150
2023-12-13Sync from rust 3340d49d22b1aba425779767278c40781826c2f5bjorn3-14/+3
2023-12-13Auto merge of #16115 - HKalbasi:rustc-tests-fixup, r=lnicolabors-5/+29
2023-12-13Auto merge of #11956 - intgr:doc_markdown-include-function-parenthesis, r=Ale...bors-5/+43
2023-12-13Update builtin attrs from rustchkalbasi-5/+29
2023-12-13Auto merge of #118919 - matthiaskrgr:rollup-02udckl, r=matthiaskrgrbors-49/+121
2023-12-13rustdoc-search: clean up handleSingleArg type handlingMichael Howell-9/+3
2023-12-13rustdoc-search: better hashing, faster unificationMichael Howell-10/+46
2023-12-13rustdoc-search: use set ops for ranking and filteringMichael Howell-56/+304
2023-12-13rustdoc-search: remove the now-redundant `validateResult`Michael Howell-57/+0
2023-12-13Rollup merge of #118906 - Kobzol:bootstrap-is-windows, r=petrochenkovMatthias Krüger-20/+20
2023-12-13Rollup merge of #118883 - HosseinAssaran:patch-1, r=fmeaseMatthias Krüger-1/+1
2023-12-13Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-e...Matthias Krüger-4/+58
2023-12-13Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkovMatthias Krüger-24/+42
2023-12-13Remove dangling check-cfg ui tests filesUrgau-249/+0
2023-12-13Add more suggestion to unexpected cfg names and valuesUrgau-77/+468
2023-12-13Auto merge of #118894 - dtolnay:bootstrapwrite, r=onur-ozkanbors-1/+0
2023-12-13don't resolve regions in query inputAli MJ Al-Nasrawy-15/+15
2023-12-13fix small perf regressionsAli MJ Al-Nasrawy-1/+11