Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
b23df61
fix box destructor generation
beepster4096 Jul 8, 2025
e84f2a2
async drop tests for box
beepster4096 Jul 8, 2025
eda2d0d
fix typos
ffengyu Jul 18, 2025
de3578a
Merge pull request #2511 from ffengyu/errata
tshepang Jul 18, 2025
b2e94bf
Add test demonstrating current beta `#[align]` name resolution regres…
jieyouxu Jul 17, 2025
69b71e4
Mitigate `#[align]` name resolution ambiguity regression with a rename
jieyouxu Jul 17, 2025
966fc57
`SmirCtxt` to `CompilerCtxt`, `SmirInterface` to `CompilerInterface`
makai410 Jul 15, 2025
7f22e88
`SmirContainer` to `Container`
makai410 Jul 15, 2025
ad0de06
use "helper" as a more descriptive name
makai410 Jul 15, 2025
08e3cf5
rename `ui-fulldeps/stable-mir`
makai410 Jul 15, 2025
9a37aab
rename `ui/stable-mir-print`
makai410 Jul 15, 2025
a1deaa7
`SmirError` to `Error`
makai410 Jul 15, 2025
9533871
Update docs in `rustc_public_bridge`
makai410 Jul 15, 2025
483877a
Update docs in `rustc_public`
makai410 Jul 15, 2025
4d79328
use `RustcPublic` instead of `StableMir`
makai410 Jul 15, 2025
20a7f72
fix `ui/rustc_public-ir-print` outputs
makai410 Jul 17, 2025
4f5f34c
span_bug instead of handling currently impossible drop case
beepster4096 Jul 18, 2025
3fb1af3
enzyme submodule update
ZuseZ4 Jul 18, 2025
42d6b0d
make more builder functions generic
ZuseZ4 Jun 18, 2025
6340164
add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (h…
ZuseZ4 Jun 18, 2025
5958ebe
add various wrappers for gpu code generation
ZuseZ4 Jul 2, 2025
4a1a5a4
gpu host code generation
ZuseZ4 Jul 2, 2025
e2ab312
add gpu offload codegen host side test
ZuseZ4 Jul 18, 2025
c068599
add unstable-books doc for offload
ZuseZ4 Jul 18, 2025
196833c
Fix ide-assist: Deref transtive
A4-Tacks Jul 19, 2025
54d9743
Add Deref -> DerefMut for generate_mut_trait_impl
A4-Tacks Jul 19, 2025
2f46cde
minor: remove unused var
Young-Flash Jul 19, 2025
e49e107
Merge pull request #20258 from Young-Flash/remove_unused
lnicola Jul 19, 2025
bb46b8c
Allow selecting check tool `Mode` based on `Builder`
Kobzol Jul 11, 2025
245d2c9
Implement `check::Compiletest` using the `tool_check_step` macro
Kobzol Jul 11, 2025
fc74c22
Add approval blocking labels for new bors
Kobzol Jul 19, 2025
a6c7cea
Fix search of raw labels and lifetimes
ChayimFriedman2 Jul 19, 2025
8b6559b
Support `cfg_select!`
ChayimFriedman2 Jul 20, 2025
fdf8bdb
Remove the ptr_unique lang item
bjorn3 Jul 20, 2025
2eaba02
Merge pull request #20265 from ChayimFriedman2/cfg-select
lnicola Jul 20, 2025
fa0320d
Merge pull request #20255 from A4-Tacks/deref-intranstive
lnicola Jul 20, 2025
313dff1
Add test.
cjgillot Jul 4, 2025
7da6fd1
Lower extra lifetimes before normal generic params.
cjgillot Jul 4, 2025
3f9be40
fix handling of base address for TypeId allocations
RalfJung Jul 19, 2025
e68f5fe
Implement `check::RustAnalyzer` using the `tool_check_step` macro
Kobzol Jul 11, 2025
192efbb
clippy: make tests work in stage 1
RalfJung Jul 16, 2025
897d007
Prepare for merging from rust-lang/rust
invalid-email-address Jul 21, 2025
ad20b06
Merge ref '460259d14de0' from rust-lang/rust
invalid-email-address Jul 21, 2025
33d62b5
Merge pull request #20262 from ChayimFriedman2/goto-ref-raw
ShoyuVanilla Jul 21, 2025
4bbe74b
Merge pull request #20256 from A4-Tacks/gen-mut-trait-deref
ShoyuVanilla Jul 21, 2025
750c1e9
Preparing for merge from rust-lang/rust
lnicola Jul 21, 2025
2f14119
Merge from rust-lang/rust
lnicola Jul 21, 2025
1482809
Bump rustc crates
lnicola Jul 21, 2025
f263364
Bump rustc-literal-escaper
lnicola Jul 21, 2025
2050358
Revert "Bump rustc-literal-escaper"
lnicola Jul 21, 2025
da90db7
Downgrade ra-ap-rustc_parse_format
lnicola Jul 21, 2025
8f67bcf
Merge pull request #20268 from lnicola/sync-from-rust
lnicola Jul 21, 2025
1fd0697
Remove Retag for Unique
bjorn3 Jul 21, 2025
79e3c7d
fix some typos
tshepang Jul 21, 2025
4a45ab5
Merge pull request #2513 from rust-lang/tshepang/typos
tshepang Jul 21, 2025
74ba9cb
Don't use another main test file as auxiliary
jieyouxu Jul 21, 2025
62e3a05
Merge pull request #2512 from rust-lang/rustc-pull
tshepang Jul 21, 2025
3c76e3d
Constify Try, From, TryFrom
Randl Jul 21, 2025
c193f30
opt-dist: make `artifact-dir` an absolute path for `opt-dist local`
ognevny Jul 21, 2025
cf648e3
Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk
jieyouxu Jul 21, 2025
0cb38d8
Rollup merge of #143430 - cjgillot:extra-lifetime-swap, r=oli-obk
jieyouxu Jul 21, 2025
20c4d33
Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obk
jieyouxu Jul 21, 2025
4e76990
Rollup merge of #143768 - Randl:const-try, r=oli-obk
jieyouxu Jul 21, 2025
6f13d5d
Rollup merge of #143816 - Kobzol:compiletest-check-macro, r=jieyouxu
jieyouxu Jul 21, 2025
76141e5
Rollup merge of #143985 - makai410:rp-rename, r=oli-obk
jieyouxu Jul 21, 2025
e6feefb
Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum
jieyouxu Jul 21, 2025
17faa61
Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU
jieyouxu Jul 21, 2025
47b3198
Rollup merge of #144176 - Kobzol:bors-labels-blocking, r=oli-obk
jieyouxu Jul 21, 2025
14e9557
Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk
jieyouxu Jul 21, 2025
7c70e3b
Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk
jieyouxu Jul 21, 2025
50cdf09
Rollup merge of #144243 - lnicola:sync-from-ra, r=lnicola
jieyouxu Jul 21, 2025
97d90cf
Rollup merge of #144246 - jieyouxu:no-dual-test, r=lqd,RalfJung
jieyouxu Jul 21, 2025
2309852
Rollup merge of #144251 - tshepang:rdg-sync, r=jieyouxu
jieyouxu Jul 21, 2025
74211d4
Rollup merge of #144254 - ognevny:opt-dist-artifact-dir, r=Kobzol
jieyouxu Jul 21, 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 typos
  • Loading branch information
ffengyu committed Jul 18, 2025
commit eda2d0d2365d913022e9626acf9767fbf17f62e6
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/src/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl<D: Decoder> Decodable<D> for MyStruct {

rustc has a lot of [arena allocated types].
Deserializing these types isn't possible without access to the arena that they need to be allocated on.
The [`TyDecoder`] and [`TyEncoder`] traits are supertraits of [`Decoder`] and [`Encoder`] that allow access to a [`TyCtxt`].
The [`TyDecoder`] and [`TyEncoder`] traits are subtraits of [`Decoder`] and [`Encoder`] that allow access to a [`TyCtxt`].

Types which contain `arena` allocated types can then bound the type parameter of their
[`Encodable`] and [`Decodable`] implementations with these traits.
Expand Down