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
Age
Commit message (
Expand
)
Author
Lines
2011-09-13
Improve lexing of float literals
Marijn Haverbeke
-39
/
+36
2011-09-13
Properly pretty-print 10.x
Marijn Haverbeke
-1
/
+9
2011-09-13
Make pretty-printer wrap fail/ret/put in parens in call/index/field pos
Marijn Haverbeke
-10
/
+14
2011-09-13
Ensure that the declared type and actual type of a constant agree
Marijn Haverbeke
-0
/
+7
2011-09-13
Be more strict about what constitutes a block expression
Marijn Haverbeke
-9
/
+37
2011-09-13
Always warn when implicitly copying a generic type
Marijn Haverbeke
-12
/
+10
2011-09-13
Properly alias-check bindings in for-each loops
Marijn Haverbeke
-40
/
+32
2011-09-13
Clean up copy bookkeeping in alias.rs
Marijn Haverbeke
-36
/
+34
2011-09-13
Make for loop alias-safe
Marijn Haverbeke
-54
/
+46
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-58
/
+135
2011-09-12
Kill trailing whitespace.
Graydon Hoare
-2
/
+2
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-750
/
+257
2011-09-12
Remove redundant line.
Graydon Hoare
-1
/
+0
2011-09-12
Merge branch 'unwind'
Brian Anderson
-106
/
+491
2011-09-12
Undo some pretty-printer damage in ty.rs
Marijn Haverbeke
-134
/
+26
2011-09-12
Rename alias to reference in docs and error messages
Marijn Haverbeke
-51
/
+45
2011-09-12
Warn when inserting an implicit copy that may be expensive
Marijn Haverbeke
-16
/
+53
2011-09-12
Properly implement copy expressions
Marijn Haverbeke
-20
/
+42
2011-09-12
Remove backwards-compatibility with old arg-mode syntax
Marijn Haverbeke
-3
/
+0
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-250
/
+311
2011-09-12
Register second snapshot for argument-mode transition
Marijn Haverbeke
-0
/
+5
2011-09-12
Switch pretty-printer to new arg-mode syntax
Marijn Haverbeke
-2
/
+2
2011-09-12
Accept {|| ... } for argument-less block syntax
Marijn Haverbeke
-4
/
+8
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-3359
/
+3364
2011-09-12
Register new snapshot
Marijn Haverbeke
-0
/
+5
2011-09-12
Fix tests for new argument-passing convention
Marijn Haverbeke
-27
/
+33
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-91
/
+54
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-158
/
+188
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
Don't check-fast xfail-win32 tests
Brian Anderson
-1
/
+2
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
Remove hack_allow_leaks
Brian Anderson
-28
/
+3
2011-09-11
Zero locals when the initializer might call a function
Brian Anderson
-0
/
+8
2011-09-11
Use a unique exit status when the runtime fails normally
Brian Anderson
-6
/
+15
2011-09-11
Remove unused task_exit function
Brian Anderson
-12
/
+0
2011-09-11
Invoke put functions
Brian Anderson
-1
/
+13
2011-09-11
Add an XFAILed test for failing destructors
Brian Anderson
-0
/
+12
2011-09-11
Add some FIXMEs about unwinding implementation
Brian Anderson
-0
/
+5
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
-4
/
+21
2011-09-11
Run cleanups during unwinding
Brian Anderson
-0
/
+22
2011-09-11
Zero locals that have initializers that might fail
Brian Anderson
-24
/
+27
[prev]
[next]