about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-16Rollup merge of #106942 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-01-16ui tests: Remap test base directory by default.Tim Neumann-0/+3
2023-01-16compiletest: Support running with a remapped base directory.Tim Neumann-5/+36
2023-01-16compiletest: Generic support for "no-" versions of boolean directives.Tim Neumann-2/+15
2023-01-16Update booksrustbot-0/+0
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-7/+6
2023-01-16Group some commonly passed together values into a structOli Scherer-1/+1
2023-01-16Update instrument-coverage.mdgftea-0/+2
2023-01-16Remove redundant `input_path` field from `Config`Oli Scherer-3/+0
2023-01-16Auto merge of #106907 - matthiaskrgr:rustdoc_ref, r=GuillaumeGomezbors-14/+12
2023-01-15Merge from rustcRalf Jung-280/+331
2023-01-15Preparing for merge from rustcRalf Jung-1/+1
2023-01-15Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddleMatthias Krüger-0/+35
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-14/+12
2023-01-15Add tidy check to ensure that rustdoc GUI tests start with a small descriptionGuillaume Gomez-0/+35
2023-01-14Make stage2 rustdoc and proc-macro-srv disableable in x.py installDavid Tolnay-6/+22
2023-01-14Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgrbors-34/+44
2023-01-14rustdoc: simplify JS search routine by not messing with lev distanceMichael Howell-50/+64
2023-01-14rustdoc: remove redundant item kind class from `.item-decl > pre`Michael Howell-16/+16
2023-01-14Rollup merge of #106855 - klensy:rd-s, r=notriddleMatthias Krüger-28/+33
2023-01-14Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill...Matthias Krüger-4/+8
2023-01-14Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-SimulacrumMatthias Krüger-2/+3
2023-01-14Auto merge of #106696 - kylematsuda:early-binder, r=lcnrbors-12/+14
2023-01-14Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviperMatthias Krüger-1/+1
2023-01-14Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-SimulacrumMatthias Krüger-103/+66
2023-01-14fix various subst_identity vs skip_binderKyle Matsuda-1/+1
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-17/+17
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-22/+22
2023-01-14change const_param_default query to return EarlyBinder; remove bound_const_pa...Kyle Matsuda-1/+1
2023-01-14change usages of const_param_default query to bound_const_param_defaultKyle Matsuda-1/+3
2023-01-14Auto merge of #106833 - JohnTitor:rollup-z8398jk, r=JohnTitorbors-80/+70
2023-01-14Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrumbors-30/+116
2023-01-14Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomezYuki Okushi-8/+8
2023-01-14Rollup merge of #106775 - albertlarsan68:patch-1, r=Mark-SimulacrumYuki Okushi-3/+2
2023-01-14Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddleYuki Okushi-11/+1
2023-01-14Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-SimulacrumYuki Okushi-1/+1
2023-01-14Rollup merge of #106693 - notriddle:notriddle/toggle-trunc, r=GuillaumeGomezYuki Okushi-56/+56
2023-01-14Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-SimulacrumYuki Okushi-0/+1
2023-01-14Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeG...Yuki Okushi-1/+1
2023-01-14Auto merge of #106825 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-01-13Rebase and move UI testsMichael Goulet-55/+0
2023-01-13Suggest lifetime bound in illegal Copy implMichael Goulet-0/+10
2023-01-13copy self type is implied wfMichael Goulet-0/+14
2023-01-13Check ADT fields for copy implementations considering regionsMichael Goulet-2/+33
2023-01-13rustdoc: remove `docblock` class from notable trait popoverMichael Howell-4/+8
2023-01-13Update the wasi-libc used for the wasm32-wasi targetAlex Crichton-1/+1
2023-01-13Update LLVM to 15.0.7Alex Crichton-0/+0
2023-01-13Update cargoWeihang Lo-0/+0
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-56/+56
2023-01-13Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkovMatthias Krüger-14/+11