index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
Age
Commit message (
Expand
)
Author
Lines
2024-06-12
Fix deprecated version.
Mara Bos
-1
/
+1
2024-06-12
Update doc comment on PanicInfo::message().
Mara Bos
-3
/
+2
2024-06-12
Use payload_as_str instead of two downcasts.
Mara Bos
-4
/
+1
2024-06-12
Fix deprecation version.
Mara Bos
-1
/
+1
2024-06-12
Clarify doc comment.
Mara Bos
-1
/
+1
2024-06-12
Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee
bors
-27
/
+87
2024-06-12
Rollup merge of #126305 - workingjubilee:fix-os-string-to-string-utf8-invaria...
Jubilee
-0
/
+17
2024-06-12
Rollup merge of #126287 - nnethercote:reformat-cranelift-patch, r=bjorn3
Jubilee
-2
/
+2
2024-06-12
Rollup merge of #126281 - ChrisDenton:env, r=jhpratt
Jubilee
-4
/
+8
2024-06-12
Rollup merge of #126249 - workingjubilee:simplify-try-map-signature, r=scottmcm
Jubilee
-5
/
+5
2024-06-12
Rollup merge of #126210 - lolbinarycat:ptr_doctest_assert, r=workingjubilee
Jubilee
-16
/
+22
2024-06-12
Rollup merge of #123374 - mgeier:doc-slice-from-raw-parts, r=scottmcm
Jubilee
-0
/
+33
2024-06-12
Require any function with a tait in its signature to actually constrain a hid...
Oli Scherer
-28
/
+32
2024-06-12
Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb"
Oli Scherer
-44
/
+117
2024-06-12
Make PathBuf less Ok with adding UTF-16 then `into_string`
Jubilee Young
-0
/
+17
2024-06-12
Update a cranelift patch file for formatting changes.
Nicholas Nethercote
-2
/
+2
2024-06-11
`UniqueRc`: support allocators and `T: ?Sized`.
Kevin Reid
-30
/
+91
2024-06-11
set_env: State the conclusion upfront
Chris Denton
-4
/
+8
2024-06-11
Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists
Eduardo Sánchez Muñoz
-19
/
+18
2024-06-11
Unify guarantees about the default allocator
Tobias Bucher
-1
/
+3
2024-06-11
remove cfg(bootstrap)
Pietro Albini
-84
/
+20
2024-06-11
replace version placeholder
Pietro Albini
-113
/
+110
2024-06-11
Formatting.
Mara Bos
-1
/
+3
2024-06-11
Bump deprecation of std's PanicInfo alias to 1.82.0.
Mara Bos
-1
/
+1
2024-06-11
Add PanicHookInfo::payload_as_str().
Mara Bos
-0
/
+39
2024-06-11
Fix display of panic message in recursive panic.
Mara Bos
-9
/
+11
2024-06-11
Mention core's PanicInfo in error.md.
Mara Bos
-2
/
+3
2024-06-11
Add note on panic payload type.
Mara Bos
-0
/
+7
2024-06-11
Downcast panic payload to String too in example.
Mara Bos
-0
/
+2
2024-06-11
Move deprecation of std::panic::PanicInfo to 1.80.0.
Mara Bos
-1
/
+1
2024-06-11
Fix deprecation version.
Mara Bos
-1
/
+1
2024-06-11
Rename std::panic::PanicInfo to PanicHookInfo.
Mara Bos
-46
/
+52
2024-06-11
Formatting.
Mara Bos
-2
/
+6
2024-06-11
Fix invalid markdown/html.
Mara Bos
-1
/
+1
2024-06-11
Reorder body of begin_panic for consistency.
Mara Bos
-17
/
+11
2024-06-11
Impl Display for PanicPayload to simplify things.
Mara Bos
-10
/
+29
2024-06-11
Use unnamed lifetimes for [..]Payload impl blocks.
Mara Bos
-7
/
+3
2024-06-11
Move downcasting panic payload to str to a function.
Mara Bos
-7
/
+11
2024-06-11
Mark some PanicInfo methods as #[inline] for consistency.
Mara Bos
-0
/
+3
2024-06-11
Remove std::panic::PanicInfo::internal_constructor+set_payload.
Mara Bos
-21
/
+7
2024-06-11
Remove core::panic::PanicInfo::internal_constructor.
Mara Bos
-14
/
+4
2024-06-11
Update doc comment about core::panicking.
Mara Bos
-7
/
+9
2024-06-11
Fix doc link.
Mara Bos
-3
/
+2
2024-06-11
Add core::panic::PanicInfo::payload() for compatibility.
Mara Bos
-0
/
+18
2024-06-11
Document difference between core and std's PanicInfo.
Mara Bos
-2
/
+18
2024-06-11
Split core's PanicInfo and std's PanicInfo.
Mara Bos
-97
/
+177
2024-06-11
Use longer associated types in the Altivec traits
Luca Barbato
-17
/
+17
2024-06-11
Skip fast path for dec2flt when optimize_for_size
Dion Dokter
-2
/
+4
2024-06-11
Simplify `[T; N]::try_map` signature
Jubilee Young
-5
/
+5
2024-06-11
Update avx.rs
sayantn
-2
/
+2
[prev]
[next]