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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2011-09-13
Make for loop alias-safe
Marijn Haverbeke
-52
/
+36
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-54
/
+125
2011-09-12
Kill trailing whitespace.
Graydon Hoare
-2
/
+2
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-703
/
+239
2011-09-12
Merge branch 'unwind'
Brian Anderson
-28
/
+144
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
-8
/
+9
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
-19
/
+30
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
-175
/
+237
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
-2677
/
+2688
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
Zero locals when the initializer might call a function
Brian Anderson
-0
/
+1
2011-09-11
Invoke put functions
Brian Anderson
-1
/
+1
2011-09-11
Add some FIXMEs about unwinding implementation
Brian Anderson
-0
/
+5
2011-09-11
Invoke upcall_fail
Brian Anderson
-4
/
+15
2011-09-11
Run cleanups during unwinding
Brian Anderson
-0
/
+12
2011-09-11
Zero locals that have initializers that might fail
Brian Anderson
-24
/
+27
2011-09-11
Add landing pads to invokes
Brian Anderson
-4
/
+28
2011-09-11
Add Rust definitions for new LLVM EH instructions
Brian Anderson
-0
/
+25
2011-09-11
Use invoke to call (most) rust functions
Brian Anderson
-1
/
+32
2011-09-11
Add upcall_rust_personality
Brian Anderson
-2
/
+5
2011-09-10
Fuzzer: move tys around in addition to exprs
Jesse Ruderman
-0
/
+1
2011-09-09
Add missing arm, so pretty-printing the statement 'copy 1;' does not die.
Jesse Ruderman
-0
/
+1
2011-09-09
Make the pretty printer disambiguatae blocks followed by vec expressions.
Jesse Ruderman
-2
/
+4
2011-09-09
Revert "Make for loops alias the vec elements, rather than copy them"
Marijn Haverbeke
-6
/
+12
2011-09-09
Get rid of vp2i in object field access
Marijn Haverbeke
-18
/
+3
2011-09-09
Make for loops alias the vec elements, rather than copy them
Marijn Haverbeke
-12
/
+6
2011-09-09
Get rid of trans::iter_sequence, use tvec::iter_vec instead
Marijn Haverbeke
-97
/
+15
2011-09-09
Use a Phi node in trans_vec::iter_vec_raw
Marijn Haverbeke
-21
/
+11
2011-09-09
Get rid of some unused upcalls
Marijn Haverbeke
-13
/
+2
2011-09-09
Don't put 0-length array in the lltype of an arg-less variant
Marijn Haverbeke
-1
/
+5
2011-09-09
Fix scope issue in resolution of alt-arm patterns
Marijn Haverbeke
-5
/
+5
2011-09-08
rustc: When revoking a cleanup of a unique pointer, zero it out so that the G...
Patrick Walton
-15
/
+25
2011-09-08
rustc: Make unique pointers no longer immediates.
Patrick Walton
-70
/
+88
2011-09-07
Export tag discriminants even for single-variant tags
Brian Anderson
-4
/
+2
2011-09-07
Work around destructuring bug
Marijn Haverbeke
-13
/
+21
2011-09-07
Make it possible to take the value of (and bind) native fns
Marijn Haverbeke
-33
/
+28
2011-09-06
Forbid blocks from deinitializing upvars
Tim Chevalier
-2
/
+22
2011-09-02
Rename istr-stuff to str in rustc. Issue #855
Brian Anderson
-11
/
+11
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-35
/
+35
2011-09-02
Print the type of istrs as 'str' in error messages. Issue #855
Brian Anderson
-1
/
+1
2011-09-02
Stop parsing transitional istr forms. Issue #855
Brian Anderson
-24
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-3861
/
+3478
2011-09-02
Add a constraint to trans::type_of
Tim Chevalier
-116
/
+231
2011-09-02
Handle if-check with no else correctly in typestate
Tim Chevalier
-4
/
+17
[prev]
[next]