summary refs log tree commit diff
path: root/src/test/run-pass/vector-sort-panic-safe.rs
AgeCommit message (Expand)AuthorLines
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-13/+13
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-16/+9
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-02core: Audit num module for int/uintBrian Anderson-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-6/+6
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-13/+15
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-18/+18
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2015-01-01std: Second pass stabilization of syncAlex Crichton-10/+10
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-2/+2
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-11test: Rename files, fail -> panic.Michael Sproul-0/+103