Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
faaa421
Auto merge of #157274 - kupiakos:open-enums-feature-gate, r=Kivooeo
bors Jun 4, 2026
9744e07
Rollup merge of #157249 - vadorovsky:vad/llvm-codegen-bpf-alu32, r=nikic
JonathanBrouwer Jun 4, 2026
464d14b
Rollup merge of #157426 - tshepang:rdg-sync, r=tshepang
JonathanBrouwer Jun 4, 2026
f6b910f
Auto merge of #157433 - JonathanBrouwer:rollup-d3I87zR, r=JonathanBro…
bors Jun 4, 2026
3d8963a
Rollup merge of #156281 - nikic:nofree, r=RalfJung
JonathanBrouwer Jun 4, 2026
8c66a7e
Rollup merge of #157305 - oli-obk:relaxed-bounds-maybe, r=fmease
JonathanBrouwer Jun 4, 2026
5ca144c
Rollup merge of #148713 - InvalidPathException:master, r=lcnr
JonathanBrouwer Jun 4, 2026
ec00000
Rollup merge of #156266 - swjng:fix/async-closure-coroutine-captures-…
JonathanBrouwer Jun 4, 2026
994b33e
Rollup merge of #156417 - jakubadamw:issue-137190-reapplied, r=lcnr
JonathanBrouwer Jun 4, 2026
53a13ab
Rollup merge of #156956 - Jamesbarford:feat/extend-lift-generic-capab…
JonathanBrouwer Jun 4, 2026
6804bb4
Auto merge of #157440 - JonathanBrouwer:rollup-XlcBgjV, r=JonathanBro…
bors Jun 4, 2026
1195ee3
Auto merge of #157417 - RalfJung:windows-tls-miri, r=ChrisDenton
bors Jun 5, 2026
485c2ca
Auto merge of #143328 - oli-obk:ty-decl-wf-check, r=cjgillot
bors Jun 5, 2026
f2bc46c
Auto merge of #147250 - Kmeakin:km/optimize-ilog-base-power-of-two, r…
bors Jun 7, 2026
445ff23
Auto merge of #155607 - KowalskiThomas:kowalski/perf-use-get_unchecke…
bors Jun 8, 2026
78ec94b
Auto merge of #157374 - khyperia:remove-UnevaluatedConstKind-def_id, …
bors Jun 8, 2026
37c5727
Auto merge of #157252 - heinwol:symbol-Interner-double-hashing, r=pet…
bors Jun 8, 2026
e236404
Auto merge of #129543 - fmease:obj-lt-def-gat, r=lcnr
bors Jun 9, 2026
60d4b4d
Auto merge of #157480 - nikic:captures-metadata, r=RalfJung
bors Jun 10, 2026
37531b1
Add #[rustc_dump_generics] attribute, tests
Jun 3, 2026
4e4d23c
Auto merge of #157319 - xmakro:perf/lazy-depkind-reverse-index, r=cjg…
bors Jun 11, 2026
f6ea423
Auto merge of #156934 - saethlin:impossible-bounds-check, r=BoxyUwU
bors Jun 12, 2026
a36415b
Auto merge of #157384 - addiesh:turbofisherwoman, r=oli-obk
bors Jun 19, 2026
76d1d50
Prepare for merging from rust-lang/rust
invalid-email-address Jun 20, 2026
1d98e5c
Merge ref '8c75e93c5c76' from rust-lang/rust
invalid-email-address Jun 20, 2026
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
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
49b19d32b9f01a5aa606f3bf2e90e6e0aa462c03
8c75e93c5c7671c29f3e8c096b7acf56822ed23a
1 change: 1 addition & 0 deletions src/compiler-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ Here are some notable ones:
|----------------|-------------|
| `rustc_dump_def_parents` | Dumps the chain of `DefId` parents of certain definitions. |
| `rustc_dump_def_path` | Dumps the [`def_path_str`] of an item. |
| `rustc_dump_generics` | Dumps the generics of an item. |
| `rustc_dump_hidden_type_of_opaques` | Dumps the [hidden type of each opaque types][opaq] in the crate. |
| `rustc_dump_inferred_outlives` | Dumps implied bounds of an item. More precisely, the [`inferred_outlives_of`] an item. |
| `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. |
Expand Down
Loading