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
Age
Commit message (
Expand
)
Author
Lines
2011-07-26
Add support for new-style local decls
Marijn Haverbeke
-0
/
+33
2011-07-25
Correct input coordinate tracking on block-opening brace.
Graydon Hoare
-5
/
+5
2011-07-25
Tidy fuzzer a bit.
Graydon Hoare
-34
/
+77
2011-07-25
Recognize and preserve first blank line if first line of file.
Graydon Hoare
-5
/
+13
2011-07-25
Run test tasks in parallel according to RUST_THREADS. Issue #734
Brian Anderson
-32
/
+79
2011-07-25
Disable task-comm-15. Fails with multiple threads.
Brian Anderson
-1
/
+4
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-82
/
+83
2011-07-25
Adjust pp interface to that printing a crate (an reproducing literals/comment...
Graydon Hoare
-26
/
+37
2011-07-25
Fix signature and add string_reader to ioivec.
Graydon Hoare
-1
/
+5
2011-07-25
Disallow block as a variable name in preparation for it becoming a keyword.
Michael Sullivan
-47
/
+48
2011-07-25
Ignore various files that are probably not tests when searching for tests
Brian Anderson
-1
/
+5
2011-07-25
remove datalayout from the intrinsics.ll.in file, silence linkage warning.
Graydon Hoare
-1
/
+0
2011-07-25
Add support for bracey record types and literals
Marijn Haverbeke
-8
/
+46
2011-07-25
Add look-ahead to parser object
Marijn Haverbeke
-34
/
+48
2011-07-25
Make the lexer slightly less stateful
Marijn Haverbeke
-29
/
+25
2011-07-25
Remove some rustboot-isms
Marijn Haverbeke
-36
/
+18
2011-07-25
Tie up the ends needed to get external consts working
Marijn Haverbeke
-24
/
+17
2011-07-25
Fix span information returned by parser::parse_seq
Marijn Haverbeke
-35
/
+33
2011-07-25
Add a pass that checks for unreachable alt arms
Marijn Haverbeke
-2
/
+115
2011-07-24
Add task::send and task::recv
Brian Anderson
-0
/
+16
2011-07-24
Add task::worker. Spawns a task and returns a channel to it
Brian Anderson
-0
/
+93
2011-07-24
Reindent lib-task.rs
Brian Anderson
-15
/
+15
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-401
/
+772
2011-07-23
Add `--expand` option to rustc to pretty-print expanded code.
Paul Stansifer
-7
/
+20
2011-07-23
Attempt to put out burning Windows tinderbox.
Eric Holk
-1
/
+1
2011-07-23
Add an NSIS script for building a win32 installer. Closes #522.
Graydon Hoare
-0
/
+39
2011-07-23
Fixed another concurrency issue in channels.
Eric Holk
-0
/
+2
2011-07-22
More work on word-count.
Eric Holk
-36
/
+134
2011-07-22
Adding test case dealing with communication and hashmaps.
Eric Holk
-0
/
+108
2011-07-22
Task-ified the word count program.
Eric Holk
-53
/
+117
2011-07-22
Overhaul how we handle freevars.
Michael Sullivan
-26
/
+39
2011-07-22
Simple cleanup of the freevars pass.
Michael Sullivan
-5
/
+5
2011-07-22
Add a "fake" def_upvar and mechanisms to create it.
Michael Sullivan
-4
/
+23
2011-07-22
Implement Macro By Example.
Paul Stansifer
-211
/
+643
2011-07-22
Adding test case for #687.
Eric Holk
-0
/
+62
2011-07-22
Fixing (or at least improving) translation of move semantics for send and rec...
Eric Holk
-12
/
+6
2011-07-22
Fixing a use of uninitialized memory error in valgrind.
Eric Holk
-2
/
+2
2011-07-22
Folding recv_val into trans_recv, since this is its only use.
Eric Holk
-11
/
+7
2011-07-22
Exercise self-calls and overriding together a bit more.
Lindsey Kuper
-0
/
+12
2011-07-22
Getting rid of obsolete comments.
Lindsey Kuper
-3
/
+0
2011-07-22
Commenting out the huge-memory-using lines in pfib.
Eric Holk
-2
/
+2
2011-07-22
Remove typechecker work-arounds now that I know how
Marijn Haverbeke
-3
/
+2
2011-07-22
Add xfail-stage3 directives to tests
Brian Anderson
-0
/
+38
2011-07-22
Print a list of test failures in the test summary. Issue #428
Brian Anderson
-0
/
+10
2011-07-22
Start adding support for multiple variable declarations per stmt
Marijn Haverbeke
-46
/
+81
2011-07-22
Rewrite trans_cast, float->float and float->int casts
Marijn Haverbeke
-50
/
+73
2011-07-22
Report unresolved names only once per function
Marijn Haverbeke
-32
/
+52
2011-07-22
Revert "Enable run-pass/lib-run on win32. Closes #714"
Marijn Haverbeke
-0
/
+7
2011-07-22
Fix unboxing in alias pass
Marijn Haverbeke
-15
/
+35
2011-07-21
Enable run-pass/lib-run on win32. Closes #714
Brian Anderson
-7
/
+0
[prev]
[next]