| .. |
|
collections
|
Rollup merge of #22313 - japaric:iter, r=aturon
|
2015-02-17 06:23:40 +05:30 |
|
ffi
|
Correct typo
|
2015-02-14 09:09:07 -05:00 |
|
io
|
Rename fmt::Writer to fmt::Write
|
2015-02-14 12:56:32 +13:00 |
|
net
|
std: Add a net module for TCP/UDP
|
2015-02-11 15:23:34 -08:00 |
|
num
|
Rollup merge of #22339 - petrochenkov:int, r=huonw
|
2015-02-15 18:42:47 +05:30 |
|
old_io
|
Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
|
2015-02-17 15:55:55 +00:00 |
|
old_path
|
Remove usage of .map(|&foo| foo)
|
2015-02-18 00:57:35 +00:00 |
|
prelude
|
Rename std::path to std::old_path
|
2015-02-03 14:34:42 -08:00 |
|
rand
|
Remove usage of .map(|&foo| foo)
|
2015-02-18 00:57:35 +00:00 |
|
rt
|
Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
|
2015-02-17 15:55:55 +00:00 |
|
sync
|
Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton
|
2015-02-15 18:42:47 +05:30 |
|
sys
|
Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton
|
2015-02-17 19:35:12 +00:00 |
|
thread_local
|
Test fixes and rebase conflicts
|
2015-02-11 15:05:39 -08:00 |
|
time
|
Fix for misspelled comments.
|
2015-02-04 23:00:02 -05:00 |
|
ascii.rs
|
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
|
2015-02-15 00:09:40 +03:00 |
|
bool.rs
|
grandfathered -> rust1
|
2015-01-23 21:48:20 -08:00 |
|
dynamic_lib.rs
|
std: Tweak the std::env OsString/String interface
|
2015-02-11 13:46:35 -08:00 |
|
env.rs
|
Opt for .cloned() over .map(|x| x.clone()) etc.
|
2015-02-18 00:56:07 +00:00 |
|
fs.rs
|
doc: fix and expand File::create explanation
|
2015-02-15 03:52:17 +02:00 |
|
lib.rs
|
Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brson
|
2015-02-15 18:42:46 +05:30 |
|
macros.rs
|
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
|
2015-02-07 10:49:57 -08:00 |
|
os.rs
|
Auto merge of #22397 - Manishearth:rollup, r=huonw
|
2015-02-17 05:57:55 +00:00 |
|
panicking.rs
|
Rename std::failure to std::panicking
|
2015-02-13 20:37:33 -08:00 |
|
path.rs
|
we forgot to make Path implement Hash
|
2015-02-14 02:43:36 -08:00 |
|
process.rs
|
Add std::process
|
2015-02-13 23:21:08 -08:00 |
|
rtdeps.rs
|
openbsd support
|
2015-02-01 14:41:38 +01:00 |
|
thread.rs
|
Move native thread name setting from thread_info to Thread, fixes #21911
|
2015-02-10 15:06:45 +01:00 |
|
thunk.rs
|
remove all kind annotations from closures
|
2015-02-04 20:06:08 -05:00 |
|
tuple.rs
|
Remove all i suffixes
|
2015-01-30 04:38:54 +01:00 |
|
unit.rs
|
grandfathered -> rust1
|
2015-01-23 21:48:20 -08:00 |