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
/
compiletest
/
runtest.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-28
demode vec
Niko Matsakis
-4
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-25
Demode core::result
Brian Anderson
-4
/
+4
2012-09-23
core: Demode option
Brian Anderson
-3
/
+3
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-9
/
+9
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+2
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-2
/
+2
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-2
/
+2
2012-09-11
Improve unexpected error scanner for compile-fail tests (Closes #1476)
Drew Willcoxon
-3
/
+78
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-10
/
+10
2012-08-31
jit: Correct formatting and argv[0] for JITted programs
Zack Corr
-3
/
+9
2012-08-31
Add JIT testing to compiletest with --jit
Brian Anderson
-8
/
+27
2012-08-26
Camel case the option type
Brian Anderson
-18
/
+18
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-63
/
+69
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-31
/
+31
2012-08-14
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-5
/
+5
2012-08-05
Switch alts to use arrows
Brian Anderson
-11
/
+11
2012-08-01
Convert ret to return
Brian Anderson
-9
/
+9
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-31
/
+31
2012-07-14
~strify win32-specific fns
Niko Matsakis
-2
/
+2
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-1
/
+0
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-83
/
+85
2012-07-01
Convert to new closure syntax
Brian Anderson
-8
/
+8
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-24
/
+24
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-22
/
+22
2012-06-21
Remove some singleton vector appends.
Eric Holk
-1
/
+1
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-05
Have "aborting due to previous errors" message show an error count
Lindsey Kuper
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-04-13
add option exec-env to set env variables during test execution
Niko Matsakis
-21
/
+26
2012-04-10
test: Build auxiliary libraries for each test
Haitao Li
-12
/
+35
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-1
/
+4
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-3
/
+3
2012-04-05
handle the case where multiple instances of same error are expected on the sa...
Niko Matsakis
-1
/
+2
2012-03-28
Fix long line.
release-0.2
0.2
Graydon Hoare
-1
/
+2
2012-03-28
refactor so that pretty mode tests also run aux-build. Fixes #2060.
Niko Matsakis
-14
/
+27
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-12
/
+12
2012-03-15
Use str::is_whitespace instead of dup'd is_whitespace function
Tim Chevalier
-7
/
+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
-7
/
+4
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-1
/
+2
2012-03-02
retool inline encoding to handle methods, fix tests
Niko Matsakis
-4
/
+9
2012-02-28
add ability to run multi-crate tests, run tests with --inline
Niko Matsakis
-4
/
+21
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-9
/
+7
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-1
/
+1
2012-02-10
log to stderr instead of stdout
Ted Horst
-2
/
+2
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-42
/
+43
2012-02-07
String split renaming:
Kevin Cantu
-4
/
+4
[next]