rust/src/liballoc
bors 0862458dad Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC
Rollup of 7 pull requests

Successful merges:

 - #69041 (proc_macro: Stabilize `Span::resolved_at` and `Span::located_at`)
 - #69813 (Implement BitOr and BitOrAssign for the NonZero integer types)
 - #70712 (stabilize BTreeMap::remove_entry)
 - #71168 (Deprecate `{Box,Rc,Arc}::into_raw_non_null`)
 - #71544 (Replace filter_map().next() calls with find_map())
 - #71545 (Fix comment in docstring example for Error::kind)
 - #71548 (Add missing Send and Sync impls for linked list Cursor and CursorMut.)

Failed merges:

r? @ghost
2020-04-25 17:49:00 +00:00
..
alloc Make fields in MemoryBlock public 2020-03-28 20:22:07 +01:00
benches BTreeMap/BTreeSet: implement and test drain_filter 2020-03-29 16:05:53 +02:00
collections Rollup merge of #71548 - crlf0710:cursor_bounds, r=Amanieu 2020-04-25 18:30:34 +02:00
prelude Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
raw_vec Remove alignment from MemoryBlock 2020-03-26 17:14:12 +01:00
rc Format the world 2019-12-22 17:42:47 -05:00
sync Format the world 2019-12-22 17:42:47 -05:00
tests Rollup merge of #71485 - arlopurcell:binary_heap_retain, r=Amanieu 2020-04-25 01:35:59 +02:00
alloc.rs Stop importing integer modules in liballoc 2020-04-05 11:22:01 +02:00
borrow.rs Format the world 2019-12-22 17:42:47 -05:00
boxed.rs Implement Box::into_raw based on Box::leak 2020-04-16 17:20:53 +02:00
Cargo.toml bump rand to fix Miri failures 2019-08-04 14:50:26 +02:00
fmt.rs Add note about localization to std::fmt docs 2020-03-09 12:31:33 -04:00
lib.rs Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC 2020-04-25 17:49:00 +00:00
macros.rs make vec![,] uncompilable 2020-04-14 10:27:55 +03:00
raw_vec.rs Use usize::MAX as assoc const in liballoc 2020-04-06 23:07:38 +02:00
rc.rs Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC 2020-04-25 17:49:00 +00:00
slice.rs Explain why we shouldn't add inline attr to into_vec 2020-04-19 01:03:43 +09:00
str.rs Replace max/min_value() with MAX/MIN assoc consts 2020-04-03 09:33:10 +02:00
string.rs More diagnostic items for Clippy usage 2020-04-22 07:57:56 +02:00
sync.rs Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC 2020-04-25 17:49:00 +00:00
task.rs Fix link in task::Wake docs 2020-04-03 11:33:27 +02:00
tests.rs Stop importing integer modules in liballoc 2020-04-05 11:22:01 +02:00
vec.rs Fix clippy warnings 2020-04-15 23:38:48 +02:00