rust/library/core/src
est31 05c3a2b07d Add #[track_caller] to more panicking Cell functions
Continuation of #74526

Adds the #[track_caller] attribute to almost all panicking Cell
functions. The ones that borrow two Cells in their function
body are spared, because the panic location helps pinpoint
which of the two borrows failed. You'd need to have
full debuginfo and backtraces enabled together with column
info in order to be able to discern the cases.
Column info is only available on non-Windows platforms.
2020-09-22 15:34:22 +02:00
..
alloc
array Rename MaybeUninit::read to assume_init_read. 2020-09-09 11:27:42 +02:00
char
convert
fmt rename MaybeUninit slice methods 2020-09-05 17:24:22 +02:00
future Fix stabilization marker for future_readiness_fns 2020-09-15 23:12:08 +02:00
hash
iter Rollup merge of #76778 - pickfire:patch-7, r=jonas-schievink 2020-09-16 12:24:28 -07:00
macros Rollup merge of #74880 - chrisduerr:fix_matches, r=dtolnay 2020-09-01 18:24:23 -07:00
mem Rollup merge of #76721 - camelid:intra-doc-links-for-core-mem, r=jyn514 2020-09-16 12:24:08 -07:00
num Rollup merge of #76747 - GuillaumeGomez:more-missing-libcore-code-examples, r=Mark-Simulacrum 2020-09-16 12:24:16 -07:00
ops Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank 2020-09-16 01:30:32 +02:00
prelude
ptr Rollup merge of #76497 - camelid:intra-doc-links-for-core-ptr, r=jyn514 2020-09-09 21:02:33 -07:00
slice Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu 2020-09-16 12:24:03 -07:00
str
sync Supress unused_macros error on architectures with no atomics. 2020-09-13 18:34:27 +02:00
task Rollup merge of #76534 - notriddle:doc-comments, r=jyn514 2020-09-16 08:24:56 +02:00
unicode
any.rs
ascii.rs
bool.rs
borrow.rs
cell.rs Add #[track_caller] to more panicking Cell functions 2020-09-22 15:34:22 +02:00
clone.rs Improve readability 2020-09-01 19:56:32 +02:00
cmp.rs
default.rs
ffi.rs
hint.rs Fix black_box bug detected by Amanieu 2020-09-16 09:25:54 +00:00
internal_macros.rs
intrinsics.rs
lazy.rs Capitalize safety comments 2020-09-08 22:26:44 -04:00
lib.rs Stabilize doc_alias feature 2020-09-14 11:03:47 +02:00
marker.rs Add back missing link 2020-09-02 15:48:35 -07:00
option.rs
panic.rs Auto merge of #76157 - ArekPiekarz:const_caller_location_tracking_issue, r=joshtriplett 2020-09-06 20:27:51 +00:00
panicking.rs
pin.rs Capitalize safety comments 2020-09-08 22:26:44 -04:00
primitive.rs
raw.rs
result.rs
time.rs Make all methods of Duration const 2020-09-12 15:14:58 +02:00
tuple.rs
unit.rs