about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-53/+53
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-52/+53
2023-01-27Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3bors-2/+2
2023-01-26Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkovbors-1/+1
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-4/+3
2023-01-26rustdoc: use smarter encoding for playground URLMichael Howell-1/+18
2023-01-27Fix woriding from `rustbuild` to `bootstrap`chansuke-1/+1
2023-01-26also document hidden itemsPietro Albini-1/+1
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-151/+113
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-26/+41
2023-01-26Add `rust.lto=off` to bootstrapclubby789-1/+17
2023-01-26Rollup merge of #107086 - clubby789:bootstrap-lock-pid-linux, r=albertlarsan68Matthias Krüger-2/+34
2023-01-25Rollup merge of #107266 - kadiwa4:source_viewer_scrollbar, r=notriddleMatthias Krüger-1/+1
2023-01-25Rollup merge of #107244 - notriddle:notriddle/primitive-reference-link, r=Gui...Matthias Krüger-8/+2
2023-01-25Rollup merge of #107239 - tmiasko:tests, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-01-25rustdoc: Don't put non rustdoc-reachable impls into `all_trait_impls`Vadim Petrochenkov-3/+1
2023-01-25rustdoc: Use rustdoc-reachable set to prune extern implsVadim Petrochenkov-5/+9
2023-01-25rustdoc: Collect rustdoc-reachable items during early doc link resolutionVadim Petrochenkov-6/+77
2023-01-25add scfix testRalf Jung-0/+35
2023-01-25Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obkbors-3/+4
2023-01-25Bump stage0.json to 1.68 betaMark Rousskov-344/+344
2023-01-25Cleanup extra check configs in bootstrapUrgau-14/+8
2023-01-25Auto merge of #107290 - Dylan-DPC:rollup-tovojhr, r=Dylan-DPCbors-46/+33
2023-01-25Rollup merge of #107232 - notriddle:notriddle/settings-choice, r=GuillaumeGomezDylan DPC-46/+33
2023-01-25Auto merge of #107277 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-01-24Port pgo.sh to PythonJakub Beránek-2/+665
2023-01-24Update cargoWeihang Lo-0/+0
2023-01-24Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmtCaleb Cartwright-187/+2591
2023-01-24Update tidy for cranelift-egraph removal and new windows-sys targetsbjorn3-2/+2
2023-01-24fix: version gate changes for multiline single generic boundCaleb Cartwright-11/+12
2023-01-24add option to include private items in library docsPietro Albini-0/+6
2023-01-24rustdoc: prevent scroll bar on source viewerKaDiWa-1/+1
2023-01-23Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24Caleb Cartwright-129/+613
2023-01-23rustdoc: rearrange HTML in primitive reference linksMichael Howell-8/+2
2023-01-24Move const-eval/stable-metric ui testsBryan Garza-185/+0
2023-01-23Update Clippy for ConstEvalCounterBryan Garza-0/+1
2023-01-23Replace terminator-based const eval limitBryan Garza-36/+122
2023-01-23Clean up CtfeLimit MirPassBryan Garza-0/+37
2023-01-23Create stable metric to measure long computation in Const EvalBryan Garza-0/+68
2023-01-23Print PID holding bootstrap build lock on Linuxclubby789-2/+34
2023-01-23rustdoc: remove dead settings JS for obsolete select-wrapperMichael Howell-11/+0
2023-01-23rustdoc: simplify settings popover DOMMichael Howell-35/+33
2023-01-23rustdoc: make item links consistently use `title="{shortty} {path}"`Michael Howell-1/+1
2023-01-23Bring tests back into rustc source tarballTomasz Miąsko-1/+1
2023-01-23fix: correct span for structs with const genericsCaleb Cartwright-1/+1
2023-01-23Auto merge of #107220 - JohnTitor:rollup-5pvuz0z, r=JohnTitorbors-7/+23
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-3/+4
2023-01-23Store the gctxt instead of fetching it twice.Oli Scherer-1/+1
2023-01-23Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG...Yuki Okushi-1/+1
2023-01-23Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-SimulacrumYuki Okushi-6/+22