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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
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
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-15
/
+15
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-1
/
+1
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-0
/
+1
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-7
/
+6
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-1
/
+1
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-2
/
+1
2012-03-12
std: Sort test failures. Closes #1929
Brian Anderson
-15
/
+57
2012-03-09
std: Convert to rustdoc
Brian Anderson
-0
/
+2
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-8
/
+2
2012-02-20
core: New task API
Brian Anderson
-14
/
+6
2012-02-18
core: When running tests sequentially, print the test name before running it
Brian Anderson
-2
/
+11
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-1
/
+1
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-1
/
+10
2012-02-03
core: rename str::lteq to str::le
Tom Lee
-1
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-3
/
+3
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-2
/
+4
2012-01-19
lib: ";" to "," in enums
Patrick Walton
-4
/
+4
2012-01-19
libcore: Use 4x the number of scheduler threads for testing
Brian Anderson
-1
/
+5
2012-01-19
libcore: Do less blocking in the test runner
Brian Anderson
-41
/
+56
2012-01-19
stdlib: "tag" -> "enum"
Patrick Walton
-2
/
+2
2012-01-19
libstd: Long lines
Brian Anderson
-2
/
+2
2012-01-19
Use fn~ to simplify the core::test interface
Brian Anderson
-70
/
+44
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-6
/
+6
2012-01-19
Use ctypes in native function declarations
Haitao Li
-1
/
+2
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+129
2012-01-13
Remove workaround for issue #1494
Marijn Haverbeke
-7
/
+1
[next]