| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-12 | Revert "Partially outline code inside the panic! macro". | Mara Bos | -45/+0 | |
| Without any tests/benchmarks that show some improvement, it's hard to know whether the change had any positive effect at all. (And if it did, whether that effect is still achieved today.) | ||||
| 2024-11-27 | update cfgs | Boxy | -2/+1 | |
| 2024-11-27 | replace placeholder version | Boxy | -1/+1 | |
| 2024-11-18 | const_panic: inline in bootstrap builds to avoid f16/f128 crashes | Ralf Jung | -1/+1 | |
| 2024-11-13 | const_panic: don't wrap it in a separate function | Ralf Jung | -4/+5 | |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -0/+56 | |
| also move internal const_panic helpers to a better location | ||||
| 2024-09-15 | simplify abort_unwind | Christopher Durham | -7/+2 | |
| Co-authored-by: David Tolnay <dtolnay@gmail.com> | ||||
| 2024-09-14 | add core::panic::abort_unwind | Christopher Durham | -0/+30 | |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+1 | |
| Bump bootstrap compiler to new beta https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -1/+1 | |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 | |
| Many tiny changes to stdlib doc comments to make them consistent (for example "Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph breaks, backticks for monospace style, and other minor nits. https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text | ||||
| 2024-06-20 | Stabilize `PanicInfo::message()` and `PanicMessage` | StackOverflowExcept1on | -1/+1 | |
| 2024-06-17 | Add PanicMessage type for PanicInfo::message(). | Mara Bos | -0/+2 | |
| 2024-06-11 | Fix display of panic message in recursive panic. | Mara Bos | -0/+5 | |
| 2024-06-11 | Impl Display for PanicPayload to simplify things. | Mara Bos | -1/+1 | |
| 2024-03-26 | panic_str only exists for the migration to 2021 panic macros | Ralf Jung | -2/+2 | |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -37/+0 | |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -9/+20 | |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -7/+7 | |
| 2023-11-25 | Address review feedback | Gary Guo | -0/+5 | |
| 2023-11-25 | Add `debug_assert_nounwind` | Gary Guo | -0/+21 | |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 | |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -0/+45 | |
| Partially outline code inside the panic! macro This outlines code inside the panic! macro in some cases. This is split out from https://github.com/rust-lang/rust/pull/115562 to exclude changes to rustc. | ||||
| 2023-09-20 | Rename BoxMeUp to PanicPayload. | Mara Bos | -2/+2 | |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -0/+45 | |
| 2023-05-15 | Shorten lifetime of even more panic temporaries | David Tolnay | -12/+12 | |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -6/+10 | |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -4/+4 | |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -0/+1 | |
| please, please, don't match on `Symbol::as_str`s, every time you do, somewhere in the world another waffle becomes sad... | ||||
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -2/+0 | |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 | |
| Signed-off-by: codehorseman <cricis@yeah.net> | ||||
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+33 | |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -0/+9 | |
| 2021-07-30 | Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core | David Tolnay | -0/+3 | |
| 2021-07-30 | Split core::panic module to subdirectory | David Tolnay | -329/+8 | |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -4/+4 | |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -0/+34 | |
| 2020-12-02 | Use more std:: instead of core:: in docs for consistency, add more intra doc ↵ | Alexis Bourget | -1/+1 | |
| links | ||||
| 2020-09-06 | Auto merge of #76157 - ArekPiekarz:const_caller_location_tracking_issue, ↵ | bors | -1/+1 | |
| r=joshtriplett Update tracking issue for const_caller_location Update the tracking issue to https://github.com/rust-lang/rust/issues/76156, as suggested in https://github.com/rust-lang/rust/issues/76105. | ||||
| 2020-09-01 | Enhance wording | Denis Vasilik | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-09-01 | Use intra-doc links | Denis Vasilik | -8/+1 | |
| 2020-08-31 | Update tracking issue for const_caller_location | Arkadiusz Piekarz | -1/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+361 | |
