Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
34ddd59
Improve settings tree title and descriptions
joshka Jul 3, 2025
3540446
Fix gen panics doc template for debug_assert
A4-Tacks Jul 25, 2025
1d5a582
refactor: conpare text of name_ref instead of syntax name_ref
Hmikihiro Jul 27, 2025
b3ea82f
Migrate `inline_type_alias` assist to use `SyntaxEditor`
Hmikihiro Jul 27, 2025
b1b7077
remove ted from convert_tuple_struct_to_named_struct
Hmikihiro Jul 26, 2025
85486a7
migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct…
Hmikihiro Jul 26, 2025
8f89872
Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxE…
Hmikihiro Jul 27, 2025
3e6f950
avoid the need to specify if toc should be generated
tshepang Jul 17, 2025
65589ad
remove the markers
tshepang Jul 28, 2025
b4b9f3e
Merge pull request #20300 from A4-Tacks/fix-debug_assert-doc-gen
ChayimFriedman2 Jul 29, 2025
8b214fb
fix: Do not require all rename definitions to be renameable
Veykril Jul 29, 2025
e45400a
Merge pull request #20333 from Veykril/push-xmulpqkxrytn
Veykril Jul 29, 2025
1532b37
Use GH app for authenticating sync PRs
Kobzol Jul 29, 2025
f7c3a89
Merge pull request #20335 from Kobzol/ci-gh-app
lnicola Jul 29, 2025
bad05ff
In generate_mut_trait_impl, don't add a tabstop if the client does no…
ChayimFriedman2 Jul 29, 2025
f5ecbb5
Merge pull request #20336 from ChayimFriedman2/mut-trait-impl-snippet
Veykril Jul 29, 2025
5043dc9
Merge pull request #20154 from joshka/jm/improve-setting-titles
Veykril Jul 29, 2025
ea1e24a
When displaying a projection into a type parameter that has bounds as…
ChayimFriedman2 Jul 29, 2025
b2d9f17
Merge pull request #20337 from ChayimFriedman2/double-inlay-hints
Veykril Jul 29, 2025
cca89bc
add `SyntaxFactory::record_expr` to hide clone_for_update
Hmikihiro Jul 29, 2025
08c6768
replace `make::` to `SyntaxFactory::` in `inline_type_alias`
Hmikihiro Jul 29, 2025
a9c4316
Merge pull request #20311 from Hmikihiro/migrate_convert_tuple_struct…
ShoyuVanilla Jul 30, 2025
cd0f643
Merge pull request #20314 from Hmikihiro/Migrate_inline_type_alias_to…
ShoyuVanilla Jul 30, 2025
2918a2b
Abtract away json protocol for proc-macro-srv
Veykril Jul 30, 2025
d71e972
add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_i…
Hmikihiro Jul 29, 2025
8971681
Properly clean proc-macro-srv proc-macro temp dir
Veykril Jul 31, 2025
1975c98
Reorganize proc-macro-srv
Veykril Jul 31, 2025
7543395
Add version command to proc-macro-srv
Veykril Jul 31, 2025
6bf9700
Merge pull request #20342 from Veykril/push-zysqtqskuxvr
Veykril Jul 31, 2025
a7b01aa
`cargo clippy --fix`
Veykril Jul 31, 2025
ddc1b9f
Merge pull request #20349 from Veykril/push-orvqsnqtttzv
Veykril Jul 31, 2025
7c60865
Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_item…
ShoyuVanilla Jul 31, 2025
053f681
Update documentation for overrideCommand config options
iorizu Aug 1, 2025
7d16726
Fix more docs
iorizu Aug 1, 2025
f516d4c
rustdoc font links only emit `crossorigin` when needed
MingweiSamuel Jul 25, 2025
5b03d07
Pull out unexpected extension check into own function
jieyouxu Aug 2, 2025
c10dc99
Pull out stray/empty output snapshot checks into own functions
jieyouxu Aug 2, 2025
a714288
Pull out non-descriptive test name check to own function
jieyouxu Aug 2, 2025
a97d0aa
Make `issues_txt_header` a const
jieyouxu Aug 2, 2025
fa31c7d
Pull out recursive ui test check into its own function
jieyouxu Aug 2, 2025
0b1547e
Reject adding new UI tests directly under `tests/ui/`
jieyouxu Aug 2, 2025
81c4086
Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`
Hmikihiro Aug 2, 2025
5ebb0dd
update doc
Kivooeo Aug 2, 2025
700e063
Merge pull request #2531 from Kivooeo/update-doc
BoxyUwU Aug 2, 2025
e314bfa
Migrate `generate_delegate_methods` assist to use `SyntaxEditor`
Hmikihiro Aug 2, 2025
4c6e804
Merge pull request #20358 from iorizu/issue-20346
ChayimFriedman2 Aug 2, 2025
ac34f3d
When renaming a parameter to `self`, change callers to use method cal…
ChayimFriedman2 Jul 31, 2025
f360d6c
Merge pull request #20351 from ChayimFriedman2/rename-self1
Veykril Aug 2, 2025
807d340
Rehome tests/ui/issues/ tests [2/?]
Oneirical Jul 13, 2025
3bba46b
Merge pull request #2509 from rust-lang/tshepang-auto-toc
tshepang Aug 3, 2025
f84c621
there is still no official policy
tshepang Aug 3, 2025
279b464
Merge pull request #20364 from Hmikihiro/migrate_convert_from_to_tryfrom
Veykril Aug 3, 2025
e47f791
Merge pull request #20368 from Hmikihiro/migrate_delegate_methods
Veykril Aug 3, 2025
b373cb1
Migrate `generate_trait_from_impl` assist to use `SyntaxEditor`
Hmikihiro Aug 3, 2025
0d2a7e6
Merge pull request #20371 from Hmikihiro/migrate_generate_trait_from_…
Veykril Aug 3, 2025
7888458
Merge pull request #2532 from rust-lang/tshepang/date-check
Noratrieb Aug 3, 2025
df52416
Mark `Printer` methods as unreachable where appropriate.
nnethercote Jul 31, 2025
bd0a308
Inline and remove two `FmtPrinter` methods.
nnethercote Jul 31, 2025
e7d6a07
Remove `type_name::AbsolutePathPrinter::comma_sep`.
nnethercote Jul 31, 2025
1698c8e
Rename `Printer` variables.
nnethercote Aug 1, 2025
03bc1be
Simplify `SymbolMangler::print_type`.
nnethercote Aug 1, 2025
03dab50
Remove `p!`.
nnethercote Aug 1, 2025
2434d8c
Remove unused arg from `path_append_impl`.
nnethercote Aug 1, 2025
277cf46
Remove unused functions from edit_in_place
Hmikihiro Aug 3, 2025
efbe625
Merge pull request #20372 from Hmikihiro/remove_unused_fn_from_edit_i…
Veykril Aug 3, 2025
754654d
rename rust_panic_without_hook
Kivooeo Aug 3, 2025
7d78968
fix: Error on illegal `[const]`s inside blocks within legal positions
ShoyuVanilla Jul 31, 2025
eee2813
Use `as_array` in PartialEq for arrays
scottmcm Aug 3, 2025
f92934f
Remove `SHOULD_EMIT_LINTS` in favor of `should_emit`
JonathanBrouwer Aug 3, 2025
cf3865f
fix broken doc section link in `poison.rs`
connortsui20 Aug 3, 2025
37922fc
add poisoning documentation to `LazyCell`
connortsui20 Aug 3, 2025
96adb7d
add poisoning documentation to `LazyLock`
connortsui20 Aug 3, 2025
cc62d55
Avoid some code duplication.
nnethercote Aug 3, 2025
33706fc
coverage: Include an `Instance` in `CovfunRecord` for debug messages
Zalathar Aug 2, 2025
16843ce
coverage: Hoist `counter_for_bcb` out of its loop
Zalathar May 9, 2025
51e62a0
coverage: Remove `-Zcoverage-options=no-mir-spans`
Zalathar Aug 2, 2025
fb39d3e
coverage: Push async special case down into `extract_refined_covspans`
Zalathar Aug 2, 2025
f496e83
coverage: Simplify access to debug/testing `-Zcoverage-options` flags
Zalathar Aug 2, 2025
b37c214
coverage: Represent `CovmapVersion` as an enum
Zalathar Aug 3, 2025
b8d1af5
Prepare for merging from rust-lang/rust
invalid-email-address Aug 4, 2025
682a6e1
Merge ref '383b9c447b61' from rust-lang/rust
invalid-email-address Aug 4, 2025
450040f
Implement debugging output of the bootstrap Step graph into a DOT file
Kobzol Aug 1, 2025
2f4b40f
Do not render both cached and uncached edge between two steps
Kobzol Aug 1, 2025
4f94bbf
drive-by cleanup: fix outdated documentation
WaffleLapkin Aug 2, 2025
8b65f3d
properly reject tail calls to `&FnPtr` or `&FnDef`
WaffleLapkin Aug 2, 2025
e3ed3e0
small refactor of `InterpResult`
WaffleLapkin Aug 4, 2025
cf7b674
add `project_fields` helper function
WaffleLapkin Aug 4, 2025
51f60d1
Remove `tcp-stress.rs` test
jieyouxu Aug 4, 2025
a13caaa
Merge pull request #2533 from rust-lang/rustc-pull
tshepang Aug 4, 2025
878acaa
Dont print arg span in MIR dump for tail call
compiler-errors Aug 4, 2025
2e97165
Rollup merge of #144467 - hydro-project:users/mingwes/rustdoc-fix-cor…
samueltardieu Aug 5, 2025
58b00b0
Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxu
samueltardieu Aug 5, 2025
4cb0ebd
Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-dead
samueltardieu Aug 5, 2025
a1e41a0
Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot
samueltardieu Aug 5, 2025
3ec8b67
Rollup merge of #144779 - Kobzol:bootstrap-dot, r=jieyouxu
samueltardieu Aug 5, 2025
ebd865e
Rollup merge of #144813 - jieyouxu:no-top-level-tests, r=Kobzol
samueltardieu Aug 5, 2025
eee8d77
Rollup merge of #144817 - WaffleLapkin:reject-referety, r=Urgau
samueltardieu Aug 5, 2025
d2fcd71
Rollup merge of #144852 - Kivooeo:rename-panic, r=m-ou-se
samueltardieu Aug 5, 2025
149ee59
Rollup merge of #144866 - JonathanBrouwer:should_emit_fix, r=jdonszel…
samueltardieu Aug 5, 2025
db7ac64
Rollup merge of #144867 - scottmcm:more-as-array, r=chenyukang
samueltardieu Aug 5, 2025
1724af9
Rollup merge of #144872 - connortsui20:once-poison-docs, r=Amanieu
samueltardieu Aug 5, 2025
7ad5281
Rollup merge of #144877 - Zalathar:coverage-various, r=lcnr
samueltardieu Aug 5, 2025
99a1939
Rollup merge of #144887 - lnicola:sync-from-ra, r=lnicola
samueltardieu Aug 5, 2025
58a7b87
Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnr
samueltardieu Aug 5, 2025
bc601e9
Rollup merge of #144894 - jieyouxu:chop-thread-cnt, r=ChrisDenton
samueltardieu Aug 5, 2025
518e367
Rollup merge of #144905 - tshepang:rdg-sync, r=jieyouxu
samueltardieu Aug 5, 2025
5c11681
Rollup merge of #144920 - compiler-errors:span-arg, r=lqd
samueltardieu Aug 5, 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
rename rust_panic_without_hook
  • Loading branch information
Kivooeo committed Aug 3, 2025
commit 754654d5a98a81a2f4f033a1cf4b2f9e7bb55f06
2 changes: 1 addition & 1 deletion library/std/src/panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ pub fn catch_unwind<F: FnOnce() -> R + UnwindSafe, R>(f: F) -> Result<R> {
/// ```
#[stable(feature = "resume_unwind", since = "1.9.0")]
pub fn resume_unwind(payload: Box<dyn Any + Send>) -> ! {
panicking::rust_panic_without_hook(payload)
panicking::resume_unwind(payload)
}

/// Makes all future panics abort directly without running the panic hook or unwinding.
Expand Down
2 changes: 1 addition & 1 deletion library/std/src/panicking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ fn rust_panic_with_hook(
/// This is the entry point for `resume_unwind`.
/// It just forwards the payload to the panic runtime.
#[cfg_attr(feature = "panic_immediate_abort", inline)]
pub fn rust_panic_without_hook(payload: Box<dyn Any + Send>) -> ! {
pub fn resume_unwind(payload: Box<dyn Any + Send>) -> ! {
panic_count::increase(false);

struct RewrapBox(Box<dyn Any + Send>);
Expand Down
Loading