Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Rollup of 14 pull requests #141067

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

Closed
wants to merge 76 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
80758c3
add rdg push git config entry for git protocol pushers
tshepang May 1, 2025
6e966d7
avoid duplicating commands
tshepang May 6, 2025
046bfb3
Preparing for merge from rustc
invalid-email-address May 8, 2025
659f0b6
Merge from rustc
invalid-email-address May 8, 2025
b2de3f4
Merge pull request #2374 from rust-lang/rustc-pull
tshepang May 8, 2025
47cd0e7
Fix minor typo in serialization.md
smanilov May 8, 2025
f52e1be
Merge pull request #2375 from smanilov/patch-4
tshepang May 8, 2025
b6c2a42
std: Make consistence between `From` and `Into`
xizheyin May 8, 2025
4101d90
std: Explain prefer `TryInto` over `TryFrom` when specifying traits b…
xizheyin May 8, 2025
d87763d
Remark test naming exception
smanilov May 8, 2025
f31bf4a
Merge pull request #2323 from smanilov/patch-2
BoxyUwU May 8, 2025
a07c71d
Fix minor typo in installation.md
smanilov May 8, 2025
079e0b4
Merge pull request #2377 from smanilov/patch-6
tshepang May 8, 2025
9eac7a3
move (and remove) impl Trait tests
lcnr May 9, 2025
3052683
Fix minor typo in rustdoc-internals.md
smanilov May 8, 2025
6831638
Merge pull request #2376 from smanilov/patch-5
tshepang May 9, 2025
0533ff7
more moved tests
lcnr May 9, 2025
90ec9da
Merge pull request #2369 from rust-lang/tshepang-patch-1
tshepang May 10, 2025
c1de624
link to chapter referred to
tshepang May 10, 2025
8c6c97d
use the right case
tshepang May 10, 2025
4e684a9
make more clear what is meant
tshepang May 10, 2025
9f07c1e
make more readable
tshepang May 10, 2025
2efa4e6
sembr
tshepang May 10, 2025
eb6749c
is a question
tshepang May 10, 2025
a82a329
fix broken links
tshepang May 10, 2025
5d8e19f
reduce clutter when reading source
tshepang May 10, 2025
7b9d7fc
sembr
tshepang May 10, 2025
f1d1ebc
last updated a year ago
tshepang May 10, 2025
52e4b4a
add missing word
tshepang May 10, 2025
927343e
no point versioning these
tshepang May 10, 2025
a9d6551
bump edition
tshepang May 10, 2025
63b3bf9
"cargo fmt"
tshepang May 10, 2025
58fa975
we are a collective
tshepang May 10, 2025
5a406be
noise
tshepang May 10, 2025
aeea472
Remove `stable` attribute from wasi fs (read_exact|write_all)_at
paolobarbolini May 10, 2025
2a0c72e
Remove obsolete reference to `unsized_tuple_coercion`
Zalathar May 12, 2025
53572cf
Merge pull request #2382 from Zalathar/no-tuple-unsize
JohnTitor May 12, 2025
436c363
Remove n.b. about parser refactoring
smanilov May 9, 2025
e983642
Merge pull request #2378 from smanilov/patch-7
jieyouxu May 12, 2025
b255ae2
remove dangling references
tshepang May 12, 2025
b9f4350
fix doc for UnixStream
mlowicki May 14, 2025
1267333
Improve ternary operator recovery
jamie-osec May 14, 2025
754b06f
Migrate to modern datetime API
emmanuel-ferdman May 14, 2025
e0b6363
wire up startupinfo methods
federico-terzi May 14, 2025
032f738
Merge pull request #2383 from rust-lang/tshepang-unused
tshepang May 14, 2025
b805dcb
Merge pull request #2380 from rust-lang/tshepang-crate-cleaning
tshepang May 14, 2025
30b54ad
Merge pull request #2379 from rust-lang/tshepang-which-chapter
tshepang May 14, 2025
05e7ce9
Merge pull request #2373 from rust-lang/tshepang-patch-2
tshepang May 14, 2025
3e051af
Add some negative test coverage for malformed `-Clink-self-contained`…
jieyouxu May 14, 2025
a716f1a
Add some negative test coverage for `-Zlinker-features` flag
jieyouxu May 14, 2025
5e3aa16
avoid upstream pull conflict
tshepang May 15, 2025
d016ed8
Merge pull request #2387 from rust-lang/tshepang-avoid-conflict
tshepang May 15, 2025
4adff2f
Preparing for merge from rustc
invalid-email-address May 15, 2025
1fd536c
Merge from rustc
invalid-email-address May 15, 2025
a3ce646
Merge pull request #2388 from rust-lang/rustc-pull
tshepang May 15, 2025
7b2dcf2
Async drop fix for dropee from another crate (#140858)
azhogin May 15, 2025
839534e
ci: split the dist-ohos job
marcoieni May 15, 2025
76a87d3
float: Add `f16` parsing and printing
tgross35 Aug 25, 2024
9146767
float: Add tests for `f16` conversions to and from decimal
tgross35 Mar 8, 2025
221d7f3
float: Add `f16` to `test-float-parse`
tgross35 Aug 25, 2024
a64ed16
Lowercase git url for rust-lang/enzyme.git
erickt May 15, 2025
cf878d8
HIR: explain in comment why `ExprKind::If` "then" is an `Expr`
samueltardieu May 15, 2025
e651599
Rollup merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum
hkBst May 16, 2025
9d36375
Rollup merge of #140791 - xizheyin:issue-140761, r=ibraheemdev
hkBst May 16, 2025
b2d122a
Rollup merge of #140834 - lcnr:apit-folder, r=compiler-errors
hkBst May 16, 2025
273cec7
Rollup merge of #140910 - paolobarbolini:wasi-fs-incorrect-stabilizat…
hkBst May 16, 2025
0c45701
Rollup merge of #140984 - mlowicki:patch-2, r=ibraheemdev
hkBst May 16, 2025
635d241
Rollup merge of #140997 - jieyouxu:link-flags-negative-tests, r=lqd
hkBst May 16, 2025
100f081
Rollup merge of #141003 - clubby789:ternary-improve, r=compiler-errors
hkBst May 16, 2025
9a01f2e
Rollup merge of #141009 - emmanuel-ferdman:master, r=marcoieni
hkBst May 16, 2025
3da241f
Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_win…
hkBst May 16, 2025
35355bf
Rollup merge of #141026 - tshepang:rust-push, r=jieyouxu
hkBst May 16, 2025
9c3a2ee
Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, …
hkBst May 16, 2025
ca99354
Rollup merge of #141036 - marcoieni:split-dist-ohos, r=Kobzol
hkBst May 16, 2025
6221dde
Rollup merge of #141056 - erickt:enzyme, r=Mark-Simulacrum
hkBst May 16, 2025
52f0282
Rollup merge of #141059 - samueltardieu:push-trvpulpskwwp, r=compiler…
hkBst May 16, 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
Fix minor typo in serialization.md
  • Loading branch information
smanilov authored May 8, 2025
commit 47cd0e733c3498dab7fc775d04475b23dd0e172c
2 changes: 1 addition & 1 deletion 2 src/doc/rustc-dev-guide/src/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The `LazyArray<[T]>` and `LazyTable<I, T>` types provide some functionality over
than the one being read.

**note**: `LazyValue<T>` does not cache its value after being deserialized the
first time. Instead the query system its self is the main way of caching these
first time. Instead the query system itself is the main way of caching these
results.

[`LazyArray<T>`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_metadata/rmeta/struct.LazyValue.html
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.