summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-15/+15
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-14/+8
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-11/+9
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-10/+10
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-30/+30
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-30/+30
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-11/+11
2015-04-29Auto merge of #24681 - tamird:unignore-android, r=alexcrichtonbors-8/+6
2015-04-28Reference the correct issue and clarify failureTamir Duberstein-3/+3
2015-04-28#10393 & #13206: WarningsTamir Duberstein-5/+3
2015-04-28Register new snapshotsTamir Duberstein-2/+1
2015-04-28test: Fix some tests to run with muslAlex Crichton-6/+6
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-21/+7
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-3/+0
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-3/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-14/+14
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-132/+75
2015-04-14Fallout: move from scoped to spawnAaron Turon-14/+14
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-1/+1
2015-04-01Fallout in testsNiko Matsakis-8/+8
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-8/+9
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-5/+4
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-5/+4
2015-03-30Fallout where types must be specified.Niko Matsakis-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-61/+61
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-61/+61
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-1/+1
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-10/+34
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-3/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-5/+8
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-67/+67
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-3/+3
2015-03-02Auto merge of #22797 - alexcrichton:io-stdio, r=aturonbors-42/+48
2015-02-28std: Implement stdio for `std::io`Alex Crichton-42/+48
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+1
2015-02-26Revert hacks and add test for LLVM aborts due to empty aggregates.Eduard Burtescu-6/+4
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-54/+54
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+4
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-2/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-3/+3
2015-02-18Implement RFC 580Aaron Turon-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+1
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-51/+51
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-02-17Test fixes and rebase conflictsAlex Crichton-13/+13
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-30/+11