summary refs log tree commit diff
path: root/src/test/bench/task-perf-alloc-unwind.rs
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-1/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-1/+1
2015-04-28Register new snapshotsTamir Duberstein-2/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-26Revert hacks and add test for LLVM aborts due to empty aggregates.Eduard Burtescu-6/+4
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-16tests: work around #21721 some more by replacing some unit types with [u8; 0].Eduard Burtescu-4/+6
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-09Merge pull request #20718 from tshepang/bench-fix-some-warningsbors-4/+0
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-4/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-6/+6
2014-11-12time: Deprecate the library in the distributionAlex Crichton-8/+6
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-13/+14
2014-10-02Test fixes from the rollupAlex Crichton-2/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-19/+9
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+1
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+4
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-13/+15
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-7/+7
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-2/+1
2014-03-28collections: remove ListErick Tryzelaar-1/+5
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-2/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+5
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2014-02-21Move time out of extra (cc #8784)Arcterus-2/+2
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-2/+2
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+2
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-1/+1
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-3/+3
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-4/+4
2013-09-30bench: Remove usage of fmt!Alex Crichton-4/+4
2013-09-23test: Fix rustdoc and tests.Patrick Walton-5/+0
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+105
2013-08-28src/test/bench: restructureCorey Richardson-105/+0