rust/src/libstd
P1start d9769ec383 Parse fully-qualified associated types in generics without whitespace
This breaks code that looks like this:

    let x = foo as bar << 13;

Change such code to look like this:

    let x = (foo as bar) << 13;

Closes #17362.

[breaking-change]
2014-12-25 18:58:47 +13:00
..
collections rollup merge of #19891: nikomatsakis/unique-fn-types-3 2014-12-22 12:51:23 -08:00
comm Fix some spelling errors. 2014-12-23 16:13:15 +11:00
io Parse fully-qualified associated types in generics without whitespace 2014-12-25 18:58:47 +13:00
num Rename and namespace FPCategory 2014-12-23 13:42:09 +01:00
path Test fixes and rebase conflicts 2014-12-22 15:17:26 -08:00
rand rollup merge of #20086: shepmaster/random-typo 2014-12-21 09:27:37 -08:00
rt Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
sync Fix some spelling errors. 2014-12-23 16:13:15 +11:00
sys Parse fully-qualified associated types in generics without whitespace 2014-12-25 18:58:47 +13:00
thread_local Fix some spelling errors. 2014-12-23 16:13:15 +11:00
time rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
ascii.rs Fix some spelling errors. 2014-12-23 16:13:15 +11:00
bitflags.rs rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
bool.rs
c_str.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
c_vec.rs
dynamic_lib.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
error.rs std: Stabilize the std::str module 2014-12-21 19:09:55 -08:00
failure.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
fmt.rs
hash.rs
lib.rs rollup merge of #20006: alexcrichton/no-more-empty-modules 2014-12-21 09:27:33 -08:00
macros.rs Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
os.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
prelude.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
rtdeps.rs
task.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
thread.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
thunk.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
tuple.rs
unit.rs