..
collections
Move core::alloc::CollectionAllocErr to alloc::collections
2018-06-29 14:01:33 +02:00
ffi
Rollup merge of #52340 - cypher:document-from-trait-in-ffi, r=steveklabnik
2018-08-01 10:12:32 +02:00
io
Implement custom read_to_end for io::Take
2018-08-01 13:26:45 +02:00
net
Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum
2018-07-27 20:27:40 +00:00
os
Add targets for HermitCore ( https://hermitcore.org ) to the Rust compiler and port libstd to it.
2018-07-30 15:50:51 +02:00
prelude
Reformat std prelude source to show it is the sum of core and alloc preludes
2018-07-07 23:16:27 +02:00
sync
Fix trailnig WS
2018-08-03 16:50:30 +03:00
sys
Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichton
2018-08-02 04:22:23 +00:00
sys_common
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
2018-07-29 09:33:37 +00:00
tests
Use str::repeat
2018-07-27 23:26:36 +09:00
thread
Rollup merge of #52771 - matklad:patch-1, r=kennytm
2018-08-01 10:12:38 +02:00
alloc.rs
Switch to bootstrapping from 1.29 beta
2018-08-01 11:59:08 -06:00
ascii.rs
Remove unstable and deprecated APIs
2018-07-30 18:18:23 +02:00
build.rs
Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa
2018-07-06 20:05:23 +00:00
Cargo.toml
Remove the unstable std_unicode crate, deprecated since 1.27
2018-07-30 18:18:04 +02:00
env.rs
make reference to dirs crate clickable in terminals
2018-07-12 12:48:10 +02:00
error.rs
Add missing dyn in tests
2018-07-11 09:11:39 +02:00
f32.rs
Clarify rational behind current implementation of .mod_euc()
2018-06-26 13:09:56 +02:00
f64.rs
Clarify rational behind current implementation of .mod_euc()
2018-06-26 13:09:56 +02:00
fs.rs
Edit code example for File::open
2018-07-08 16:07:09 +02:00
future.rs
Remove unnecessary local in await! macro
2018-08-02 13:07:55 -07:00
keyword_docs.rs
Add doc for fn keyword
2018-06-15 23:23:11 +02:00
lib.rs
Deny bare_trait_objects globally
2018-07-25 10:25:29 +09:00
macros.rs
Remove unnecessary local in await! macro
2018-08-02 13:07:55 -07:00
memchr.rs
Fix inconsistent doc headings
2017-08-24 18:42:53 +02:00
num.rs
Stabilize num::NonZeroU*
2018-05-16 19:11:31 +02:00
panic.rs
Deny bare trait objects in src/libstd.
2018-07-10 20:35:36 +02:00
panicking.rs
Deny bare trait objects in src/libstd.
2018-07-10 20:35:36 +02:00
path.rs
libstd: Prefer Option::map/etc over match where applicable
2018-07-23 22:00:51 -07:00
primitive_docs.rs
make std::str link into See also link
2018-05-09 18:30:32 -04:00
process.rs
Deny bare trait objects in src/libstd.
2018-07-10 20:35:36 +02:00
rt.rs
Deny bare trait objects in src/libstd.
2018-07-10 20:35:36 +02:00
time.rs
Stabilize SystemTime::UNIX_EPOCH
2018-05-28 18:24:01 -06:00