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
Age
Commit message (
Expand
)
Author
Lines
2011-09-15
Generalize expression roots in alias analysis
Marijn Haverbeke
-35
/
+40
2011-09-15
Require the parameter that will be referenced to be noted
Marijn Haverbeke
-26
/
+36
2011-09-15
Overhaul alias-checking of blocks
Marijn Haverbeke
-34
/
+27
2011-09-15
Make storing returned references in a by-reference local work
Marijn Haverbeke
-39
/
+47
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-19
/
+23
2011-09-15
Make trans understand by-ref bindings
Marijn Haverbeke
-8
/
+19
2011-09-15
Implement basic checking of by-reference bindings
Marijn Haverbeke
-3
/
+57
2011-09-15
Move local numbering into ast_map.rs
Marijn Haverbeke
-48
/
+67
2011-09-15
Add representation for by-ref let bindings
Marijn Haverbeke
-11
/
+14
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-13
/
+11
2011-09-14
Revert "Try a little harder to avoid creating new landing pads"
Brian Anderson
-11
/
+10
2011-09-14
Add syntax and representation for return-by-mutably-rooted-ref
Marijn Haverbeke
-15
/
+21
2011-09-14
Prevent memory errors when returning references to temp args.
Marijn Haverbeke
-14
/
+18
2011-09-14
Accept returning refs rooted in an arg from a by-ref funtion
Marijn Haverbeke
-21
/
+49
2011-09-14
Make ast_map.rs index function args, switch it over to simple_visitor
Marijn Haverbeke
-12
/
+16
2011-09-14
Remove some extra white-space introduced by the pretty-printer
Marijn Haverbeke
-17
/
+1
2011-09-14
Disallow implicit arg copying when the function returns a ref
Marijn Haverbeke
-1
/
+2
2011-09-14
Add support for basic return-by-alias to trans
Marijn Haverbeke
-58
/
+75
2011-09-14
Clean up trans_obj.rs a bit
Marijn Haverbeke
-30
/
+21
2011-09-14
Add a ret_style field to fn_ctxt in trans
Marijn Haverbeke
-9
/
+19
2011-09-14
Simplify trans::new_fn_ctxt_w_id
Marijn Haverbeke
-20
/
+8
2011-09-14
Rudimentary checking of safe alias returns
Marijn Haverbeke
-27
/
+52
2011-09-14
Rename restrict to binding in alias.rs
Marijn Haverbeke
-75
/
+66
2011-09-14
Stop needlessly boxing vectors in alias.rs
Marijn Haverbeke
-22
/
+20
2011-09-14
Make most of the compiler aware of return-by-reference
Marijn Haverbeke
-24
/
+18
2011-09-14
Rename ast::controlflow to ast::ret_style
Marijn Haverbeke
-31
/
+27
2011-09-13
Try harder still to generate fewer landing pads
Brian Anderson
-1
/
+19
2011-09-13
Try a little harder to avoid creating new landing pads
Brian Anderson
-10
/
+11
2011-09-13
Reuse landing pads when possible
Brian Anderson
-7
/
+32
2011-09-13
Add missing cases for machine floats in shape.rs
Marijn Haverbeke
-3
/
+2
2011-09-13
Ensure that the declared type and actual type of a constant agree
Marijn Haverbeke
-0
/
+3
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
-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
-1
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-408
/
+143
2011-09-12
Merge branch 'unwind'
Brian Anderson
-26
/
+130
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
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-109
/
+155
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-1679
/
+1675
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-57
/
+30
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-155
/
+185
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
[prev]
[next]