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