rust/src/libcore
Alex Crichton 69c3830c44 std: Be sure to modify atomics in tests
See #49775 for some more information but it looks like this is working around an
LLVM bug for the time being.

Closes #49775
2018-04-09 12:57:03 -07:00
..
benches Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
fmt tweak fmt::Arguments docs 2018-04-03 09:11:41 -04:00
hash Fix a few more unstables that I missed 2018-03-26 08:37:56 -05:00
iter Auto merge of #49673 - ollie27:stab, r=sfackler 2018-04-09 03:32:32 +00:00
num Deprecate signed std::num::NonZeroI* with a call for use cases 2018-03-30 18:13:05 +02:00
ops Remove all unstable placement features 2018-04-03 11:02:34 +02:00
prelude Revert "Add TryFrom and TryInto to the prelude" 2018-03-30 15:54:05 +02:00
slice Stabilize inclusive_range library feature. 2018-03-15 16:58:01 +08:00
str Add an example of lossy decoding to str::Utf8Error docs 2018-03-17 11:17:11 +01:00
sync Rollup merge of #48658 - llogiq:no-more-cas, r=kennytm 2018-04-05 16:51:16 +08:00
tests std: Be sure to modify atomics in tests 2018-04-09 12:57:03 -07:00
any.rs stage0 cfg cleanup 2018-02-20 08:52:33 -07:00
array.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
ascii.rs Correct a few stability attributes 2018-04-05 15:39:29 +01:00
borrow.rs Fix formatting. 2018-03-18 13:05:00 +01:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
cell.rs Remove deprecated unstable ptr::Shared type alias. 2018-03-17 23:59:35 +01:00
char.rs Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
char_private.rs regenerate libcore/char_private.rs 2017-10-26 22:32:24 -07:00
clone.rs Auto merge of #49642 - kennytm:rollup, r=kennytm 2018-04-04 21:12:18 +00:00
cmp.rs Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07:00
convert.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
default.rs Fix "Quasi-quoting is inefficient" warning in incremental rustbuild. 2017-07-18 01:49:40 +08:00
heap.rs Reject huge alignments on macos with system allocator only 2018-04-02 12:29:23 +09:00
internal_macros.rs fix version number 2017-09-21 15:46:17 -04:00
intrinsics.rs Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07:00
iter_private.rs Various fixes to wording consistency in the docs 2017-03-22 17:19:52 +01:00
lib.rs Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07:00
macros.rs Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07:00
marker.rs Document builtin implementations of Clone and Copy 2018-03-26 23:42:29 -04:00
mem.rs impl Unpin for Pin 2018-04-03 14:30:07 +02:00
nonzero.rs num::NonZero* types now have their own tracking issue: #49137 2018-03-18 16:58:38 +01:00
option.rs Commit code for option size hint 2018-03-31 01:13:02 -04:00
panic.rs Correct a few stability attributes 2018-04-05 15:39:29 +01:00
panicking.rs Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07:00
ptr.rs src/libcore/ptr.rs: Fix documentation for size of Option<NonNull<T>> 2018-03-29 09:46:16 +02:00
raw.rs Fix up various links 2017-03-20 10:10:16 -04:00
result.rs core: Update stability attributes for FusedIterator 2018-03-03 14:23:05 +01:00
time.rs Correct a few stability attributes 2018-02-10 21:20:42 +00:00
tuple.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
unit.rs impl FromIterator<()> for () 2017-10-18 23:12:37 -07:00