rust/src/test
Matthias Krüger 227e25a8d8
Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomez
rustdoc: remove unused CSS `#search { position: relative }`

This was added in 611d0e6cce, to allow its child `#results` element to be absolutely positioned inside it. The child stopped being absolute in 8c0469552e.

To keep the layout looking the same, the links need to not have `width: 100%` any more, relying instead on the box naturally growing to fit because it has `display: block`.
2022-09-10 07:09:21 +02:00
..
assembly Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm 2022-08-21 16:54:01 +02:00
auxiliary
codegen Use RelocModel::Pic for UEFI targets 2022-09-09 15:26:19 -04:00
codegen-units Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
debuginfo Change name of "dataful" variant to "untagged" 2022-09-07 20:12:45 +00:00
incremental Add test. 2022-09-05 20:11:34 +02:00
mir-opt Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank 2022-09-08 11:55:06 +05:30
pretty
run-make Auto merge of #101504 - lqd:rust-lld-fix, r=petrochenkov 2022-09-08 05:02:32 +00:00
run-make-fulldeps Fix a bunch of typo 2022-08-31 18:24:55 +08:00
run-pass-valgrind Remove even more box syntax uses from src/test 2022-08-07 04:22:20 +02:00
rustdoc Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddle 2022-09-01 21:37:20 +02:00
rustdoc-gui Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomez 2022-09-10 07:09:21 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json Rustdoc-Json: More accurate struct type. 2022-09-07 09:42:23 +01:00
rustdoc-ui Fix a bunch of typo 2022-08-31 18:24:55 +08:00
ui Rollup merge of #101616 - TimNN:relax-msan, r=lqd 2022-09-10 07:09:21 +02:00
ui-fulldeps Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwco 2022-09-08 20:48:36 +05:30
COMPILER_TESTS.md