rust/src/liballoc
bors 1edbc3df0d Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton
Fix checking for missing stability annotations

This was a regression from https://github.com/rust-lang/rust/pull/37676 causing "unmarked API" ICEs like https://github.com/rust-lang/rust/issues/43027.

r? @alexcrichton
2017-07-20 09:01:58 +00:00
..
benches Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton 2017-07-02 23:54:32 +00:00
btree rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
tests Rollup merge of #43041 - andersk:dedup_by, r=alexcrichton 2017-07-04 07:41:42 -06:00
allocator.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
arc.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
binary_heap.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
borrow.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
boxed.rs Correct some stability attributes 2017-07-10 02:07:29 +01:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
fmt.rs Rollup merge of #42832 - rthomas:doc-fmt, r=steveklabnik 2017-06-29 08:40:03 +00:00
heap.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
lib.rs Fix checking for missing stability annotations 2017-07-16 23:15:07 +03:00
linked_list.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
macros.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
range.rs Revert "Stabilize RangeArgument" 2017-06-30 08:34:53 -10:00
raw_vec.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
rc.rs Fix erroneous reference to Arc instead of Rc 2017-07-18 11:31:07 +02:00
slice.rs Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton 2017-07-02 23:54:32 +00:00
str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
string.rs Rollup merge of #42227 - ollie27:into_to_from, r=aturon 2017-07-04 07:41:33 -06:00
vec.rs Auto merge of #43050 - stjepang:doc-vec-fix-parens, r=frewsxcv 2017-07-05 02:04:07 +00:00
vec_deque.rs Revert "Stabilize RangeArgument" 2017-06-30 08:34:53 -10:00