rust/src/libstd
Nick Cameron 7f72884f13 Remove cross-borrowing for traits.
Closes #15349

[breaking-change]

Trait objects are no longer implicitly coerced from Box<T> to &T. You must make an explicit coercion using `&*`.
2014-09-03 08:32:35 +12:00
..
collections Register new snapshots 2014-08-29 14:33:08 -07:00
io Remove cross-borrowing for traits. 2014-09-03 08:32:35 +12:00
num librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
path Register new snapshots 2014-08-29 14:33:08 -07:00
rand Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
rt auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw 2014-08-30 19:51:25 +00:00
sync libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
time libstd: Wrap duration.rs at 100 characters. 2014-08-28 21:56:27 +02:00
ascii.rs Use temp vars for implicit coercion to ^[T] 2014-08-26 12:37:45 +12:00
bitflags.rs Derive PartialOrd, Ord and Hash for bitflags types. 2014-07-30 16:04:33 -04:00
c_vec.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
dynamic_lib.rs Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
failure.rs Remove cross-borrowing for traits. 2014-09-03 08:32:35 +12:00
fmt.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -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 Register new snapshots 2014-08-29 14:33:08 -07:00
macros.rs std: Use concat! and stringify! to simplify the most common assert! case. 2014-08-23 16:30:44 +02:00
os.rs Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
prelude.rs libstd: Add Fn/FnMut/FnOnce to the prelude. 2014-08-19 13:57:10 -07:00
rtdeps.rs rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07: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