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
/
compiletest
Age
Commit message (
Expand
)
Author
Lines
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-52
/
+52
2012-08-16
Update the rock-paper-scissors example in the tutorial, and rename some types...
Eric Holk
-1
/
+1
2012-08-16
Allocate less on empty reads in procsrv
Eric Holk
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-4
/
+4
2012-08-14
Fix compiletest breakage
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-4
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-19
/
+19
2012-08-06
Add missing =>
Eric Holk
-1
/
+1
2012-08-06
Refcount tasks in packets to avoid races.
Eric Holk
-17
/
+15
2012-08-05
Switch alts to use arrows
Brian Anderson
-43
/
+46
2012-08-03
Once again, revert "Use pipes in compiletest"
Eric Holk
-15
/
+17
2012-08-02
Revert "Revert "Use pipes in compiletest""
Eric Holk
-17
/
+15
2012-08-01
Convert ret to return
Brian Anderson
-26
/
+26
2012-08-01
Clean out transitional lint.
Graydon Hoare
-5
/
+0
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-16
/
+16
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-52
/
+52
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-0
/
+5
2012-07-24
Import reader_util
Eric Holk
-1
/
+1
2012-07-14
~strify win32-specific fns
Niko Matsakis
-9
/
+9
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-2
/
+1
2012-07-14
More platform specific deprecated strings...
Michael Sullivan
-3
/
+3
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-189
/
+191
2012-07-11
Fix some version numbers.
Graydon Hoare
-2
/
+2
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-2
/
+2
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-22
/
+20
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-9
/
+9
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-54
/
+55
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-45
/
+45
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-1
/
+1
2012-06-21
Remove some singleton vector appends.
Eric Holk
-6
/
+6
2012-06-21
Comment only: annotate FIXME
Tim Chevalier
-1
/
+1
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-0
/
+1
2012-06-05
Have "aborting due to previous errors" message show an error count
Lindsey Kuper
-1
/
+1
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+2
2012-06-01
compiletest: Add the libaux path to PATH on win32
Brian Anderson
-1
/
+5
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-03
Fix compiletest::header::iter_header to work with new-style for loops
Tim Chevalier
-12
/
+10
2012-04-27
compiletest: Unbreak on Win32
Brian Anderson
-1
/
+1
2012-04-13
add option exec-env to set env variables during test execution
Niko Matsakis
-30
/
+59
2012-04-10
test: Build auxiliary libraries for each test
Haitao Li
-12
/
+35
2012-04-06
Re-rename option functions
Tim Chevalier
-1
/
+1
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
-6
/
+6
2012-04-05
handle the case where multiple instances of same error are expected on the sa...
Niko Matsakis
-1
/
+2
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-1
/
+6
2012-04-04
Logfile output from tests; summarise in make check
Grahame Bowland
-2
/
+13
[prev]
[next]