about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-18Comment out `change-id` in `config.example.toml`onur-ozkan-5/+5
2023-12-14Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Kibors-8/+66
2023-12-14Auto merge of #118538 - RalfJung:size-of-val-comments, r=WaffleLapkinbors-48/+99
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-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-65/+86
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-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-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
2023-12-13don't store OriginalQueryValues::universe_mapAli MJ Al-Nasrawy-4/+12
2023-12-13global param_env canonicalization cacheAli MJ Al-Nasrawy-22/+128
2023-12-13Auto merge of #118870 - Enselic:rustc_passes-query-stability, r=compiler-errorsbors-1/+10
2023-12-13Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkovbors-393/+390
2023-12-13Auto merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleLapkinbors-162/+211
2023-12-13Fix LLD thread flag selection for Windows targetsJakub Beránek-1/+1
2023-12-13Add `TargetSelection::is_windows` methodJakub Beránek-19/+19
2023-12-13Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkovbors-242/+676
2023-12-13Auto merge of #118900 - workingjubilee:rollup-wkv9hq1, r=workingjubileebors-171/+307
2023-12-12Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholkJubilee-15/+87
2023-12-12Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkinJubilee-28/+18
2023-12-12Rollup merge of #118887 - smoelius:patch-1, r=NilstriebJubilee-1/+1
2023-12-12Rollup merge of #118886 - GuillaumeGomez:clean-up-search-vars, r=notriddleJubilee-13/+7
2023-12-12Rollup merge of #118885 - matthiaskrgr:compl_2023, r=compiler-errorsJubilee-33/+14
2023-12-12Rollup merge of #118884 - matthiaskrgr:auszweimacheins, r=NadrierilJubilee-2/+3
2023-12-12Rollup merge of #118873 - lukas-code:fix_waker_getter_tracking_issue_number, ...Jubilee-3/+3
2023-12-12Rollup merge of #118872 - GuillaumeGomez:codeblock-attr-lint, r=notriddleJubilee-70/+168
2023-12-12Rollup merge of #118864 - farnoy:masked-load-store-fixes, r=workingjubileeJubilee-3/+3
2023-12-12Rollup merge of #118858 - mu001999:dead_code/clean, r=cuviperJubilee-3/+3
2023-12-13Auto merge of #116438 - ChrisDenton:truncate, r=thomccbors-7/+53
2023-12-12Set the `StackProbeType` in `apple::opts`Josh Stone-56/+32
2023-12-12Unbreak non-unix non-windows bootstrapDavid Tolnay-1/+0