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-17
Add a precondition to GEP_tup_like
Tim Chevalier
-4
/
+73
2011-09-17
Add a type_is_tup_like predicate that takes a block ctxt, and make some fns pure
Tim Chevalier
-15
/
+18
2011-09-17
In trans, replace another impossible case with a precondition
Tim Chevalier
-11
/
+8
2011-09-16
Make move-mode arguments unwind correctly. Closes #939
Brian Anderson
-31
/
+65
2011-09-16
Dead code elim
Tim Chevalier
-14
/
+0
2011-09-16
Add a constraint on trans::type_of_fn_from_ty
Tim Chevalier
-23
/
+49
2011-09-16
Add a returns_non_ty_var predicate
Tim Chevalier
-0
/
+4
2011-09-16
Make ty_fn_ret pure and get rid of a duplicate function
Tim Chevalier
-16
/
+14
2011-09-16
Work around an apparent compiler bug to make my patch run
Marijn Haverbeke
-5
/
+6
2011-09-16
Saner approach to lvalues and callable values in trans
Marijn Haverbeke
-197
/
+220
2011-09-16
Revert "Revert "Make option::get return the option contents by reference" due...
Patrick Walton
-2
/
+2
2011-09-16
Un-xfail some task-comm tests
Brian Anderson
-29
/
+23
2011-09-16
Yield after send
Brian Anderson
-0
/
+29
2011-09-16
Add non_ty_var precondition for type_of_fn, plus minor cleanup
Tim Chevalier
-10
/
+17
2011-09-16
rt: Add a new rust_box structure to the runtime that describes a self-describ...
Patrick Walton
-0
/
+0
2011-09-16
rt: Rename rust_box to rust_box_legacy, as they're about to become self-descr...
Patrick Walton
-6
/
+7
2011-09-16
Fuzzer: update lists of known bugs
Jesse Ruderman
-47
/
+67
2011-09-16
Handle the case where a child task tries to kill a parent while it is dying
Brian Anderson
-1
/
+24
2011-09-16
Revert "Saner approach to lvalues and callable values in trans"
Marijn Haverbeke
-220
/
+197
2011-09-16
Require body of else-less if expressions to be a value-less block
Marijn Haverbeke
-17
/
+21
2011-09-16
Saner approach to lvalues and callable values in trans
Marijn Haverbeke
-197
/
+220
2011-09-16
Move expr_uniq case in trans to a saner place
Marijn Haverbeke
-12
/
+4
2011-09-16
Remove autoderef for calls
Marijn Haverbeke
-52
/
+18
2011-09-16
Remove unused method_ty field from lval_result
Marijn Haverbeke
-10
/
+5
2011-09-16
Clean up (and optimize) root-mutability analysis in alias.rs
Marijn Haverbeke
-70
/
+64
2011-09-16
Change convention for specifying referenced argument
Marijn Haverbeke
-22
/
+34
2011-09-15
Actually call unreachable() in impossible case in type_of_inner
Tim Chevalier
-3
/
+5
2011-09-15
Added non_ty_var precondition to trans::type_of_inner
Tim Chevalier
-57
/
+109
2011-09-15
Add parens, as needed, around else-if conditions.
Jesse Ruderman
-3
/
+10
2011-09-15
Added an extra check in trans_alt
Tim Chevalier
-0
/
+1
2011-09-15
Added more predicates in trans
Tim Chevalier
-2
/
+16
2011-09-15
Change a few span_fatals to span_err
Tim Chevalier
-5
/
+5
2011-09-15
Add unreachable() fn, also nitpicking
Tim Chevalier
-7
/
+8
2011-09-15
Update README slightly.
Graydon Hoare
-2
/
+3
2011-09-15
Begin sketching an ICU binding. Doesn't work yet.
Graydon Hoare
-0
/
+167
2011-09-15
rt: Add libunwind.h support on Mac OS X
Patrick Walton
-1
/
+22
2011-09-15
Revert "Make option::get return the option contents by reference" due to memo...
Patrick Walton
-2
/
+2
2011-09-15
Make option::get return the option contents by reference
Marijn Haverbeke
-2
/
+2
2011-09-15
Add regression tests for previously ambiguous syntactic forms
Brian Anderson
-0
/
+37
2011-09-15
Prevent binary expressions from parsing when lhs is non-value block
Marijn Haverbeke
-0
/
+1
2011-09-15
Register new snapshot
Marijn Haverbeke
-0
/
+5
2011-09-15
Generalize expression roots in alias analysis
Marijn Haverbeke
-35
/
+49
2011-09-15
Add tests for returning by reference
Marijn Haverbeke
-0
/
+92
2011-09-15
Require the parameter that will be referenced to be noted
Marijn Haverbeke
-38
/
+74
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
-21
/
+25
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
[prev]
[next]