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
/
test
Age
Commit message (
Expand
)
Author
Lines
2011-09-16
Remove autoderef for calls
Marijn Haverbeke
-28
/
+6
2011-09-16
Change convention for specifying referenced argument
Marijn Haverbeke
-2
/
+2
2011-09-15
Add parens, as needed, around else-if conditions.
Jesse Ruderman
-2
/
+9
2011-09-15
Add regression tests for previously ambiguous syntactic forms
Brian Anderson
-0
/
+37
2011-09-15
Generalize expression roots in alias analysis
Marijn Haverbeke
-0
/
+9
2011-09-15
Add tests for returning by reference
Marijn Haverbeke
-0
/
+92
2011-09-15
Remove maybe_protect_block kludge from pretty-printer
Marijn Haverbeke
-35
/
+1
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-14
/
+12
2011-09-14
xfail-fast run-pass/linked-failure.rs. Not sure what the problem is.
Brian Anderson
-1
/
+1
2011-09-14
Unsupervise tasks before the scheduler kills them. Unblock before yield->fail
Brian Anderson
-3
/
+2
2011-09-14
Add a run-pass test for linked failure
Brian Anderson
-0
/
+24
2011-09-14
Make failure propagation to dead parents work
Brian Anderson
-0
/
+71
2011-09-14
Make linked task failure work again
Brian Anderson
-1
/
+0
2011-09-14
Add another XFAILed test for failing destructors
Brian Anderson
-0
/
+13
2011-09-14
Add another unwind test
Brian Anderson
-0
/
+12
2011-09-14
Add support for negative literals.
Josh Matthews
-0
/
+6
2011-09-13
Print something when we can't figure out a tag name. Mitigates #876.
Michael Sullivan
-1
/
+1
2011-09-13
Ensure that the declared type and actual type of a constant agree
Marijn Haverbeke
-0
/
+4
2011-09-13
Be more strict about what constitutes a block expression
Marijn Haverbeke
-3
/
+2
2011-09-13
Make for loop alias-safe
Marijn Haverbeke
-2
/
+10
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-4
/
+10
2011-09-12
Merge branch 'unwind'
Brian Anderson
-32
/
+268
2011-09-12
Rename alias to reference in docs and error messages
Marijn Haverbeke
-4
/
+4
2011-09-12
Properly implement copy expressions
Marijn Haverbeke
-1
/
+12
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-33
/
+34
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-294
/
+288
2011-09-12
Fix tests for new argument-passing convention
Marijn Haverbeke
-27
/
+33
2011-09-11
XFAIL bench/shootout-nbody
Brian Anderson
-0
/
+1
2011-09-11
Add an XFAILed test for native "llvm" modules
Brian Anderson
-0
/
+10
2011-09-11
Actually fail the process when compiletest has a test failure
Brian Anderson
-1
/
+2
2011-09-11
Add some more unwind tests
Brian Anderson
-0
/
+44
2011-09-11
XFAIL run-pass/task-comm-15 on win32 again
Brian Anderson
-0
/
+1
2011-09-11
XFAIL some run-pass unwinding tests on win32
Brian Anderson
-0
/
+3
2011-09-11
Add the ability to xfail tests by platform
Brian Anderson
-0
/
+5
2011-09-11
Zero locals when the initializer might call a function
Brian Anderson
-0
/
+7
2011-09-11
Use a unique exit status when the runtime fails normally
Brian Anderson
-4
/
+10
2011-09-11
Invoke put functions
Brian Anderson
-0
/
+12
2011-09-11
Add an XFAILed test for failing destructors
Brian Anderson
-0
/
+12
2011-09-11
Remove the no-valgrind test directive now that unwinding is more worky
Brian Anderson
-16
/
+5
2011-09-11
XFAIL run-fail/linked-failure
Brian Anderson
-0
/
+1
2011-09-11
Begin valgrinding some run-fail tests that unwind correctly
Brian Anderson
-5
/
+0
2011-09-11
Add a number of unwinding tests
Brian Anderson
-0
/
+130
2011-09-11
Invoke upcall_fail
Brian Anderson
-0
/
+6
2011-09-11
Run cleanups during unwinding
Brian Anderson
-0
/
+10
2011-09-11
Change the exit status used for valgrind errors and check for it in tests
Brian Anderson
-6
/
+2
2011-09-11
Add a waitpid wrapper to std::run that interprets the exit status on unix
Brian Anderson
-0
/
+7
2011-09-09
Make the pretty printer disambiguatae blocks followed by vec expressions.
Jesse Ruderman
-0
/
+2
2011-09-07
Child tasks take a ref to their parents
Brian Anderson
-0
/
+14
2011-09-06
Forbid blocks from deinitializing upvars
Tim Chevalier
-5
/
+8
2011-09-02
Print the type of istrs as 'str' in error messages. Issue #855
Brian Anderson
-3
/
+3
[prev]
[next]