summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-13Simplify settings UI by merging system theme with the theme choicesGuillaume Gomez-24/+36
2022-11-13Make rustc build with new chalkMichael Goulet-110/+17
2022-11-13copy doc output files by format r=ozkanonurozkanonur-13/+83
2022-11-13Auto merge of #104370 - matthiaskrgr:rollup-c3b38sm, r=matthiaskrgrbors-1/+13
2022-11-13Rollup merge of #104357 - RalfJung:is-sized, r=cjgillotMatthias Krüger-1/+1
2022-11-13Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillotMatthias Krüger-0/+12
2022-11-13Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=...bors-7/+121
2022-11-13rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-1/+22
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-13/+13
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-16/+16
2022-11-13Ensure codegen_fn_attrs during collection.Camille GILLOT-116/+94
2022-11-13Auto merge of #2657 - mkroening:miri-alloc, r=RalfJungbors-10/+84
2022-11-13final tweaksRalf Jung-2/+2
2022-11-13pthread: slight refactoring of how we access the sync object fieldsRalf Jung-176/+91
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-1/+1
2022-11-13use `EXE_EXTENSION` while searching for pythonSparkyPotato-4/+5
2022-11-13Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitorbors-177/+237
2022-11-13Create bidirectional bounds between original and duplicated parameters.Camille GILLOT-4/+1
2022-11-13move span to `self` instead of `crate`SparkyPotato-0/+12
2022-11-13Rollup merge of #104345 - fmease:fix-up-a-fluent-message, r=compiler-errorsYuki Okushi-1/+29
2022-11-13Rollup merge of #104323 - notriddle:notriddle/scrape-help-background, r=Guill...Yuki Okushi-1/+0
2022-11-13Rollup merge of #104318 - c410-f3r:moar-errors, r=petrochenkovYuki Okushi-1/+1
2022-11-13Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum...Yuki Okushi-130/+134
2022-11-13Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomezYuki Okushi-44/+73
2022-11-13fix some typos in commentscui fliter-4/+4
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-18/+18
2022-11-13Auto merge of #104078 - jyn514:dry-run-progress, r=Mark-Simulacrumbors-80/+100
2022-11-13fix up a fluent messageLeón Orell Valerian Liehr-1/+29
2022-11-12Auto merge of #103311 - petrochenkov:pblfix, r=bjorn3bors-1/+4
2022-11-13check if current stage is target build stage r=ozkanonurozkanonur-9/+20
2022-11-12Print "Checking/Building ..." message even when --dry-run is passedJoshua Nelson-3/+5
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-78/+96
2022-11-12Update run-make-fulldeps testsVadim Petrochenkov-1/+4
2022-11-12Auto merge of #104325 - GuillaumeGomez:rollup-19bzwoa, r=GuillaumeGomezbors-95/+273
2022-11-12Rollup merge of #104319 - GuillaumeGomez:fix-non-clickable-source-link, r=not...Guillaume Gomez-2/+5
2022-11-12Rollup merge of #104261 - compiler-errors:formal-and-expected-differ, r=estebankGuillaume Gomez-0/+55
2022-11-12Rollup merge of #104250 - GuillaumeGomez:migrate-not-found-link-color, r=notr...Guillaume Gomez-13/+36
2022-11-12Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-deadGuillaume Gomez-0/+65
2022-11-12Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726Guillaume Gomez-80/+80
2022-11-12Rollup merge of #104110 - krasimirgg:msan-16, r=nagisaGuillaume Gomez-0/+32
2022-11-12rustdoc: avoid excessive HTML generated in example sourcesMichael Howell-12/+9
2022-11-12rustdoc: remove no-op CSS `.scrape-help { background: transparent }`Michael Howell-1/+0
2022-11-12Partially revert 74d53abJannis Christopher Köhl-4/+4
2022-11-12Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkovbors-8/+16
2022-11-12Require -Zmir-opt-level >= 3 for nowJannis Christopher Köhl-21/+7
2022-11-12Exclude locals completely, instead of individual placesJannis Christopher Köhl-0/+67
2022-11-12Add GUI test to ensure that source links can be clickedGuillaume Gomez-0/+5
2022-11-12TidyCaio-1/+1
2022-11-12Fix impossibility to click on source linkGuillaume Gomez-2/+0
2022-11-12Move testsCaio-0/+0