Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 13 pull requests #137649

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
123062b
pass optimization level to llvm-bitcode-linker
usamoi Feb 5, 2025
6fc1978
fixed by differentiating glob export
tapanprakasht Feb 23, 2025
afc89a1
Fixed tidy error
tapanprakasht Feb 23, 2025
5afa6a1
ssa/mono: deduplicate `type_has_metadata`
davidtwco Dec 4, 2024
a5615d3
codegen_llvm: avoid `Deref` impls w/ extern type
davidtwco Feb 4, 2025
21d41b0
trait_sel: resolve vars in host effects
davidtwco Feb 24, 2025
cede902
cleanup few unused args
klensy Feb 24, 2025
7bf6fc1
tests: add variance test for const traits
davidtwco Feb 24, 2025
0bed12e
hir_analysis: skip self type of host effect preds
davidtwco Feb 24, 2025
db6da12
tests: Add regression test for derive token invalidation (#81099)
petrochenkov Feb 24, 2025
60fc2be
run some tests on emscripten again
folkertdev Feb 24, 2025
8467a76
remove unused field from VariantDef::new and convert debug to instrument
klensy Feb 24, 2025
00e80e7
Complete the list of resources used in rustdoc output
ColinPitrat Feb 25, 2025
eaf8fc5
Update information about NanumBarunGothic
ColinPitrat Feb 25, 2025
48483ad
fix doc in library/core/src/pin.rs
xizheyin Feb 25, 2025
4bf66c5
fix #137589
jdonszelmann Feb 25, 2025
b84bb32
Construct MIR error body for global_asm correctly
compiler-errors Feb 23, 2025
f68ff69
Exclude global_asm from mir_keys
compiler-errors Feb 23, 2025
5ecef01
Rollup merge of #136576 - usamoi:pass-more-llbc, r=fmease
fmease Feb 26, 2025
775c7cf
Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=…
fmease Feb 26, 2025
fde042b
Rollup merge of #137502 - compiler-errors:global-asm-aint-mir-body, r…
fmease Feb 26, 2025
d0006c7
Rollup merge of #137529 - klensy:unused3, r=lcnr
fmease Feb 26, 2025
315e956
Rollup merge of #137544 - petrochenkov:deritest, r=fmease
fmease Feb 26, 2025
e18ac65
Rollup merge of #137559 - folkertdev:run-more-emscripten-tests, r=fmease
fmease Feb 26, 2025
a9f5a2a
Rollup merge of #137601 - davidtwco:deduplicate-type-has-metadata, r=…
fmease Feb 26, 2025
2213c2a
Rollup merge of #137603 - davidtwco:extern-types-no-deref, r=lcnr
fmease Feb 26, 2025
efe8d0c
Rollup merge of #137604 - davidtwco:host-effect-resolve-vars, r=compi…
fmease Feb 26, 2025
1f38e8a
Rollup merge of #137609 - ColinPitrat:master, r=GuillaumeGomez
fmease Feb 26, 2025
30ad2c6
Rollup merge of #137613 - davidtwco:const-traits-variances, r=compile…
fmease Feb 26, 2025
0f128f4
Rollup merge of #137614 - xizheyin:issue-134874, r=cuviper
fmease Feb 26, 2025
1b26ed6
Rollup merge of #137622 - jdonszelmann:fix-137589, r=compiler-errors
fmease Feb 26, 2025
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
Complete the list of resources used in rustdoc output
  • Loading branch information
ColinPitrat committed Feb 25, 2025
commit 00e80e7b8b436430b4f4d065f0fde1646eff6a76
11 changes: 11 additions & 0 deletions src/librustdoc/html/static/COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ included, and carry their own copyright notices and license terms:
Licensed under the SIL Open Font License, Version 1.1.
See SourceSerif4-LICENSE.md.

* Nanum Barun Gothic Font (NanumBarunGothic.woff2)

Copyright 2017 NAVER, free for personal and commercial use.
https://hangeul.naver.com/2017/nanum

* Rust logos (rust-logo.svg, favicon.svg, favicon-32x32.png)

Copyright 2025 Rust Foundation.
Licensed under the Creative Commons Attribution license (CC-BY).
https://rustfoundation.org/policy/rust-trademark-policy/

This copyright file is intended to be distributed with rustdoc output.

# REUSE-IgnoreEnd
Loading