rust/src/libstd
Alex Crichton b54eb9b6e2 std: Don't require bitflags! be u32
If you didn't have a trailing comma at the end of the variants, you could use
any type you wanted, but if you used a trailing comma the macro would
erroneously require the bits be a u32.
2014-09-19 21:08:08 -07:00
..
collections Fallout from renaming 2014-09-16 14:37:48 -07:00
io auto merge of #17249 : vadimcn/rust/env-keys, r=alexcrichton 2014-09-18 17:05:35 +00:00
num librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
path Fallout from renaming 2014-09-16 14:37:48 -07:00
rand Fallout from renaming 2014-09-16 14:37:48 -07:00
rt Fallout from renaming 2014-09-16 14:37:48 -07:00
sync Fallout from renaming 2014-09-16 14:37:48 -07:00
time Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
ascii.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
bitflags.rs std: Don't require bitflags! be u32 2014-09-19 21:08:08 -07:00
c_vec.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
dynamic_lib.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
failure.rs Remove cross-borrowing for traits. 2014-09-03 08:32:35 +12:00
fmt.rs Center alignment for fmt 2014-09-04 07:38:53 -07:00
from_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
gc.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
hash.rs mark std::hash experimental 2014-07-11 14:25:15 -07:00
lib.rs Remove unstable marker from std::rt 2014-09-17 11:55:07 -07:00
macros.rs rollup merge of #17326 : brson/wintest 2014-09-17 08:50:04 -07:00
os.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
prelude.rs libstd: Add Fn/FnMut/FnOnce to the prelude. 2014-08-19 13:57:10 -07:00
rtdeps.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
task.rs std: Clarify what timers do with zero and negative durations 2014-08-13 11:31:47 -07:00
to_string.rs Rename to_str to to_string 2014-07-21 09:54:52 -07:00