Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2dd69aa
Document iteration order of `retain` functions
janikrabe Jul 1, 2021
803f79d
Stabilize `into_parts()` and `into_error()`
inquisitivecrystal Jul 15, 2021
3c384ce
Fix panics on Windows when the build was cancelled
waterlens Jul 16, 2021
15a2e48
Package LLVM libs for the target rather than the build host
adamgemmell Jul 12, 2021
24254d6
Fix download-ci-llvm help comment
adamgemmell Jul 14, 2021
6cba798
better support for running libcore and liballoc tests with Miri
RalfJung Jul 18, 2021
7df0327
add testcase for 87076
hellow554 Jul 19, 2021
05217d5
move const-generic issues into seperate directory
hellow554 Jul 19, 2021
f63c805
add --codegen-backends=foo,bar ./configure flag
pietroalbini Jul 19, 2021
a02756c
Fix `--dry-run` when download-ci-llvm is set
jyn514 Jul 22, 2021
6194cc8
Don't default to `submodules = true` unless the rust repo has a .git …
jyn514 Jul 22, 2021
8837bf1
Remove Option from BufWriter
Alexendoo Jul 15, 2021
831ac19
Squash all commits.
chazkiker2 Jul 20, 2021
327eef9
Add test for fonts used for module items
GuillaumeGomez Jul 23, 2021
d714107
Add VecMap::get_value_matching and assert if > 1 element
spastorino Jun 17, 2021
c79df85
Add ConstraintLocator docs
spastorino Jul 22, 2021
97721a1
Add missing article
Jul 23, 2021
a1518f0
update clippy ui test 'future_not_send.stderr' to match
chazkiker2 Jul 23, 2021
d453290
Rollup merge of #86410 - spastorino:get_value_matching, r=oli-obk
JohnTitor Jul 23, 2021
249a11f
Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se
JohnTitor Jul 23, 2021
2038fa5
Rollup merge of #87171 - Alexendoo:bufwriter-option, r=Mark-Simulacrum
JohnTitor Jul 23, 2021
f335bca
Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytm
JohnTitor Jul 23, 2021
ba869da
Rollup merge of #87185 - waterlens:issue-86499-fix, r=Mark-Simulacrum
JohnTitor Jul 23, 2021
aca83f1
Rollup merge of #87191 - adamgemmell:dev/llvm-lib-package, r=Mark-Sim…
JohnTitor Jul 23, 2021
1a2b90b
Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-Simulacrum
JohnTitor Jul 23, 2021
8b89c32
Rollup merge of #87266 - hellow554:issue87076, r=Mark-Simulacrum
JohnTitor Jul 23, 2021
82a14e5
Rollup merge of #87283 - pietroalbini:configure-codegen-backends, r=M…
JohnTitor Jul 23, 2021
3fc79fd
Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=e…
JohnTitor Jul 23, 2021
1b9cd8b
Rollup merge of #87358 - jyn514:dry-run, r=Mark-Simulacrum
JohnTitor Jul 23, 2021
f709999
Rollup merge of #87380 - jyn514:smarter-submodule-defaults, r=Mark-Si…
JohnTitor Jul 23, 2021
57ea2d8
Rollup merge of #87398 - GuillaumeGomez:test-font-module-items, r=not…
JohnTitor Jul 23, 2021
a651581
Rollup merge of #87412 - r00ster91:patch-13, r=Mark-Simulacrum
JohnTitor Jul 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add test for fonts used for module items
  • Loading branch information
GuillaumeGomez committed Jul 23, 2021
commit 327eef999e546a6329d1af51f1fc9fe14145f202
4 changes: 4 additions & 0 deletions src/test/rustdoc-gui/module-items-font.goml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// This test checks that the correct font is used on module items (in index.html pages).
goto: file://|DOC_PATH|/test_docs/index.html
assert-css: (".item-table .module-item a", {"font-family": '"Fira Sans", Arial, sans-serif'}, ALL)
assert-css: (".item-table .docblock-short", {"font-family": '"Source Serif 4", "Noto Sans KR", serif'}, ALL)