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-28
Adding a function to stdlib to set the min stack size, for programs
Eric Holk
-6
/
+27
2011-07-28
Re-removing a test case that was moved during the big test suite overhaul.
Eric Holk
-41
/
+0
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-185
/
+239
2011-07-28
Made root_task no longer special.
Eric Holk
-20
/
+18
2011-07-28
Test case for issue #435.
Lindsey Kuper
-0
/
+27
2011-07-28
Get expr-moving fuzzer working again
Jesse Ruderman
-64
/
+81
2011-07-28
Parse, store and print type parameter kind constraints.
Graydon Hoare
-7
/
+49
2011-07-28
More useful leak debugging output.
Rob Arnold
-2
/
+4
2011-07-28
Disable expr-scope test, since it break windows
Marijn Haverbeke
-0
/
+4
2011-07-27
Fix stale 'copy' occurrences to 'move' in comments.
Graydon Hoare
-2
/
+2
2011-07-28
:: is allowed to start an expression. Close #762.
Josh Matthews
-0
/
+6
2011-07-28
Replace walk with visit in the typechecker
Marijn Haverbeke
-35
/
+35
2011-07-28
Remove walk instance from kind.rs
Marijn Haverbeke
-6
/
+6
2011-07-28
Show millisecond precision for time_passes times
Marijn Haverbeke
-5
/
+26
2011-07-27
Further refinement to kind system lattice and type-kind rules; first successf...
Graydon Hoare
-27
/
+62
2011-07-27
Some work on backwarding for issue #702.
Lindsey Kuper
-20
/
+100
2011-07-27
Add std::io::stderr
Brian Anderson
-0
/
+2
2011-07-27
Don't stop at first test failure
Brian Anderson
-12
/
+15
2011-07-27
Clean up output a bit when running verbose compile tests
Brian Anderson
-3
/
+7
2011-07-27
Print a newline before displaying test output
Brian Anderson
-1
/
+1
2011-07-27
Capture stderr when running compile tests. Closes #755
Brian Anderson
-42
/
+74
2011-07-27
Refactor compiletest
Brian Anderson
-219
/
+248
2011-07-27
Have bind support non-alias parametric non-bound arguments.
Michael Sullivan
-47
/
+37
2011-07-27
Allow already bound functions to be bound again.
Michael Sullivan
-4
/
+12
2011-07-27
Fix binding a bare fn argument with type parameters.
Michael Sullivan
-11
/
+10
2011-07-27
Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cach...
Graydon Hoare
-19
/
+265
2011-07-27
Remove the bind-alias test, since binding to aliases is fine.
Michael Sullivan
-9
/
+0
2011-07-27
Remove task::worker harder
Brian Anderson
-4
/
+4
2011-07-27
Remove task::worker
Brian Anderson
-107
/
+10
2011-07-27
Eliminate "target" field in closures.
Michael Sullivan
-18
/
+12
2011-07-27
Put the bound function in bind in the bindings, not in a distinguished spot.
Michael Sullivan
-23
/
+22
2011-07-27
Mess around with the casting in trans_bind.
Michael Sullivan
-14
/
+7
2011-07-27
Some cleanup in trans.
Michael Sullivan
-26
/
+21
2011-07-27
Associate names with taskptr and tydesc types for better debugging.
Michael Sullivan
-0
/
+2
2011-07-27
Make trand_bind_1 use create_real_fn_pair.
Michael Sullivan
-21
/
+11
2011-07-27
More thorough check for interior-ness in str_from_ivec
Marijn Haverbeke
-2
/
+3
2011-07-27
Stop outputting spurious spaces in ivec types and empty mutable vecs
Marijn Haverbeke
-2
/
+9
2011-07-27
(belatedly) register a new stable snapshot
Marijn Haverbeke
-1
/
+6
2011-07-27
Fix comment placement in compiletest
Brian Anderson
-26
/
+29
2011-07-27
Another attempt at fixing fast check for the win tinderbox
Marijn Haverbeke
-1
/
+1
2011-07-27
Don't allow globals or immutable locals to be passed by mut alias
Marijn Haverbeke
-22
/
+44
2011-07-27
Remove superfluous spaces in pretty-printing of loops
Marijn Haverbeke
-11
/
+5
2011-07-27
Some more obj dtor reformatting
Marijn Haverbeke
-4
/
+8
2011-07-27
Fix nil pattern case to handle for parser adjustment
Marijn Haverbeke
-1
/
+1
2011-07-27
Make the pretty-printer output whitespace before obj drop clause
Marijn Haverbeke
-1
/
+5
2011-07-27
Re-format some obj dtors that were messed up by the pretty-printer
Marijn Haverbeke
-16
/
+20
2011-07-27
Improve pretty-printing of constraints
Marijn Haverbeke
-13
/
+15
2011-07-27
Fix python script for fast-check to output valid syntax
Marijn Haverbeke
-1
/
+1
2011-07-27
Make printing of comments inside bindings slightly less broken
Marijn Haverbeke
-14
/
+3
2011-07-27
No longer allow 'case' keyword before patterns
Marijn Haverbeke
-4
/
+0
[prev]
[next]