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
/
middle
/
trans.rs
Age
Commit message (
Expand
)
Author
Lines
2011-09-12
Merge branch 'unwind'
Brian Anderson
-26
/
+92
2011-09-12
Warn when inserting an implicit copy that may be expensive
Marijn Haverbeke
-2
/
+2
2011-09-12
Properly implement copy expressions
Marijn Haverbeke
-16
/
+27
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-30
/
+24
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-464
/
+450
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-9
/
+9
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-80
/
+50
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
/
+21
2011-09-11
Use invoke to call (most) rust functions
Brian Anderson
-1
/
+17
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
-6
/
+0
2011-09-08
rustc: When revoking a cleanup of a unique pointer, zero it out so that the G...
Patrick Walton
-13
/
+15
2011-09-08
rustc: Make unique pointers no longer immediates.
Patrick Walton
-34
/
+42
2011-09-07
Export tag discriminants even for single-variant tags
Brian Anderson
-4
/
+2
2011-09-07
Make it possible to take the value of (and bind) native fns
Marijn Haverbeke
-8
/
+3
2011-09-02
Rename istr-stuff to str in rustc. Issue #855
Brian Anderson
-2
/
+2
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-3
/
+3
2011-09-02
Reformat. Issue #855
Brian Anderson
-661
/
+596
2011-09-02
Add a constraint to trans::type_of
Tim Chevalier
-112
/
+196
2011-09-02
rustc: Zero out unique pointers after we drop them
Patrick Walton
-1
/
+6
2011-09-02
Eliminate const_refcount. Issue #855
Brian Anderson
-18
/
+6
2011-09-02
rustc: Root values spilled via do_spill()
Patrick Walton
-32
/
+62
2011-09-02
rustc: Make the shape-emitting code aware of linearized type parameters
Patrick Walton
-1
/
+1
2011-09-02
Rename ivecs to vecs in the compiler
Marijn Haverbeke
-60
/
+31
2011-09-02
Remove remaining evec support from trans
Marijn Haverbeke
-84
/
+7
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-49
/
+7
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-14
/
+14
2011-09-01
Add a constraint in trans
Tim Chevalier
-8
/
+15
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-37
/
+37
2011-09-01
Make GEP_tag take a uint instead of an int
Tim Chevalier
-8
/
+8
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Back out copy-glue
Marijn Haverbeke
-72
/
+1
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-23
/
+33
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-1
/
+1
2011-09-01
Store arg mode and objfield mutability in their def
Marijn Haverbeke
-2
/
+2
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-4
/
+11
2011-08-31
Remove a few more usages of std::str from rustc. Issue #855
Brian Anderson
-1
/
+0
2011-08-31
Get rid of the hack that ignores () typed things in fn tail position.
Michael Sullivan
-2
/
+1
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-23
/
+23
2011-08-30
Allow main to take istrs. Issue #855
Brian Anderson
-6
/
+35
2011-08-30
Support istrs as fail argument. Issue #855
Brian Anderson
-5
/
+15
[prev]
[next]