about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-34/+249
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-1012/+1061
2015-01-07rollup merge of #20611: simnalamburt/masterAlex Crichton-3/+75
2015-01-07rollup merge of #20237: RustOS-Fork-Holding-Ground/masterAlex Crichton-16/+29
2015-01-08RFC 558: Require parentheses for chained comparisonsDaniel Grunwald-4/+58
2015-01-08allow box_syntax and unknown features in compiletest driver.Felix S. Klock II-0/+2
2015-01-07fix the `&mut _` patternsJorge Aparicio-23/+23
2015-01-07rustdoc: Render associated type bindingsTom Jakubowski-4/+48
2015-01-08allow box_syntax and unknown features in the rustc_driver crate.Felix S. Klock II-0/+2
2015-01-08allow box_syntax and unknown features in the rustc_llvm crate.Felix S. Klock II-0/+2
2015-01-08Remove the unneeded Sized bound on TypeId creationJonathan Reem-2/+82
2015-01-08allow unknown features in the log crate.Felix S. Klock II-0/+2
2015-01-08Switch to using `Box::new` in the tests in `alloc::boxed`.Felix S. Klock II-10/+10
2015-01-08Test that box syntax, both in expressions and patterns, is caught byFelix S. Klock II-0/+37
2015-01-08alternate version of coerce-match test that avoids box syntax.Felix S. Klock II-0/+23
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+17
2015-01-08run-pass tests: Add feature attributes to enable box pat/expr syntax in vario...Felix S. Klock II-0/+19
2015-01-08Allow unknown features to bootstrap rustc with box_syntax feature.Felix S. Klock II-0/+3
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+25
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-48/+1
2015-01-07remove slicing_syntax feature gateJorge Aparicio-9/+1
2015-01-07Preliminary feature stagingBrian Anderson-34/+249
2015-01-07std: Tweak String implementationsAlex Crichton-108/+75
2015-01-08Require that types cannot implement both Drop and Copy.Huon Wilson-3/+46
2015-01-07use slicing sugarJorge Aparicio-2405/+2383
2015-01-07Add `Box::new` method. Prereq for feature-gating `box <expr>` itself.Felix S. Klock II-0/+9
2015-01-08Fix precedence for ranges.Nick Cameron-18/+75
2015-01-08Show, String, Eq impls for RangesNick Cameron-4/+84
2015-01-07register new snapshotsJorge Aparicio-384/+12
2015-01-07std: Stablize the macros moduleAlex Crichton-224/+33
2015-01-07fix typo in the ownership guideThiago Pontes-1/+1
2015-01-07Fix #[stable] coming before } instead of afterDabo Ross-3/+3
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1012/+1061
2015-01-07Update references to old snapshotAaron Turon-2/+2
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-69/+91
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-12/+113
2015-01-07Reject all uses of non-typaram boundsJared Roesch-19/+57
2015-01-07Fix warning in liballoc about unused constant MIN_ALIGN when cfg(feature = ex...John Ericson-6/+10
2015-01-07liballoc's "extern_funcs" impl mod had a duplicate and missing itemJohn Ericson-5/+4
2015-01-07Shorten cfg line lengths in liballocJohn Ericson-3/+11
2015-01-07liballoc's "external_funcs" and "external_crate" are now featuresJohn Ericson-6/+6
2015-01-07liballoc does not need liblibc under certain configurationsJohn Ericson-0/+2
2015-01-07Add regression test for #20582. Fixes #20582.Niko Matsakis-0/+27
2015-01-07Better debug output in `decl_rust_fn`. The lack of output here hasNiko Matsakis-2/+11
2015-01-07Solve rather subtle bug in `replace_late_bound_regions` -- we were passing th...Niko Matsakis-12/+23
2015-01-07Use the `erase_regions` helper within trans in deference toNiko Matsakis-3/+5
2015-01-07Rename common::normalize to common::erase_regionsNiko Matsakis-13/+20
2015-01-07Remove assertion that substitutions are erased. It'd be nice if theyNiko Matsakis-2/+0
2015-01-07Normalize associated types in various parts of `adt`Niko Matsakis-8/+9
2015-01-07Register new snapshotsAlex Crichton-402/+13