rust/src/liballoc
Mazdak Farrokhzad dbf54ad324
Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor
Turn `INCOMPLETE_FEATURES` into lint

We do this because it is annoying to see the warning when building rustc and because this is better from a "separation of concerns" POV.

The drawback to this change is that this will respect `--cap-lints`.
Also note that this is not a buffered lint so if there are fatal parser errors then the lint will not trigger.

r? @varkor
2019-07-30 22:43:34 +02:00
..
benches
collections Rollup merge of #63061 - Centril:constantly-improving, r=scottmcm 2019-07-28 11:11:14 +02:00
prelude Replace SliceConcatExt trait with inherent methods and SliceConcat helper trait 2019-07-05 11:49:30 +02:00
tests comments from @lzutao 2019-07-29 12:26:59 -04:00
alloc.rs Switch master to 1.38 2019-07-04 11:26:57 -04:00
borrow.rs
boxed.rs Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=Centril 2019-07-26 18:56:36 +02:00
Cargo.toml
fmt.rs
lib.rs Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor 2019-07-30 22:43:34 +02:00
macros.rs Hygienize macros in the standard library 2019-06-12 20:27:29 +03:00
raw_vec.rs Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton 2019-07-25 18:45:42 +00:00
rc.rs Fix clippy::clone_on_copy warnings 2019-07-18 15:14:56 +02:00
slice.rs Update src/liballoc/slice.rs 2019-07-09 18:19:10 +02:00
str.rs Update src/liballoc/str.rs 2019-07-09 18:19:18 +02:00
string.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
sync.rs Fix clippy::clone_on_copy warnings 2019-07-18 15:14:56 +02:00
tests.rs Separate liballoc module 2019-06-16 13:08:09 +03:00
vec.rs Use const generics for some Vec/CCow impls. 2019-07-28 06:33:54 +02:00