about summary refs log tree commit diff
path: root/src/libstd/test.rs
AgeCommit message (Expand)AuthorLines
2012-09-04std: Convert test to camel caseBrian Anderson-65/+65
2012-09-04libstd: "import" -> "use"Patrick Walton-7/+7
2012-08-30libstd: Fix another std testPatrick Walton-0/+7
2012-08-29rustc: Make `<=`, `>=`, and `>` use traits as wellPatrick Walton-2/+2
2012-08-29Refactor representation of borrowing so that it is tracked by fn_ctxt and not...Niko Matsakis-0/+1
2012-08-27Camel case various core constructorsBrian Anderson-10/+10
2012-08-27Convert core::result to camel caseBrian Anderson-5/+5
2012-08-26Camel case the option typeBrian Anderson-25/+25
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-10/+10
2012-08-16Add std::comm with DuplexStreamEric Holk-16/+17
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3
2012-08-15Convert more core types to camel caseBrian Anderson-8/+8
2012-08-14Convert more core types to camel caseBrian Anderson-9/+9
2012-08-13De-mode core::future.Graydon Hoare-1/+1
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-3/+1
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-1/+1
2012-08-07Change task().future_result's argument modeBen Blum-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-11/+12
2012-08-05Switch alts to use arrowsBrian Anderson-31/+31
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-8/+7
2012-08-01Convert ret to returnBrian Anderson-10/+10
2012-08-01Clean out transitional lint.Graydon Hoare-2/+0
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-5/+5
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-10/+10
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-0/+2
2012-07-23Convert std::test to new task_builder interfaceBen Blum-5/+6
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-51/+53
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-9/+9
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-21/+21
2012-06-27Replace more vector additions (issue #2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-19/+19
2012-06-20Remove bind. Issue #2189Brian Anderson-4/+4
2012-06-18std: Use the singular 'test' when running just 1. Closes #2554Brian Anderson-1/+2
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-5/+3
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-1/+2
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ...Michael Sullivan-1/+2
2012-06-01squelch warnings in testsNiko Matsakis-2/+2
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-12/+12
2012-05-18Using const vector slices for more vec functions.Eric Holk-1/+2
2012-04-13Revert "libstd: Handle test results in serial"Haitao Li-44/+33
2012-04-13Revert "libstd: Colorify test results when run in parallel"Haitao Li-15/+22
2012-04-12libstd: Colorify test results when run in parallelHaitao Li-22/+15
2012-04-12libstd: Handle test results in serialHaitao Li-33/+44
2012-04-05Rename task::task_builder to task::builderTim Chevalier-1/+1
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-5/+40
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-3/+3