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-26
Construct records and tuples in-place
Marijn Haverbeke
-58
/
+53
2011-09-26
Convert more expression types to use DPS
Marijn Haverbeke
-203
/
+218
2011-09-26
Add a workaround hack for issue #913
Marijn Haverbeke
-1
/
+3
2011-09-25
Refine notes in kind.rs some more. Add a fixme to ty.rs.
Graydon Hoare
-16
/
+41
2011-09-26
Make return-by-ref function headers pretty-print safely
Marijn Haverbeke
-1
/
+1
2011-09-26
Don't call trans_bind_thunk in an unreachable context
Marijn Haverbeke
-0
/
+4
2011-09-26
Make 'fail fail;' compile.
Marijn Haverbeke
-0
/
+4
2011-09-26
Fix bug in mutability-checking pass
Marijn Haverbeke
-10
/
+13
2011-09-24
Handle ~fail. Closes #968
Brian Anderson
-0
/
+7
2011-09-24
Support non-immediates in trans_uniq::copy_val
Brian Anderson
-1
/
+1
2011-09-24
Small refactors.
Lindsey Kuper
-34
/
+26
2011-09-24
Reduce and clarify abuse of 'pure' in interner
Jesse Ruderman
-11
/
+12
2011-09-24
Mark some fns as pure so type_is_unique_box doesn't need to be unchecked
Jesse Ruderman
-12
/
+10
2011-09-24
Tweak the type allocated for unique pointers
Brian Anderson
-2
/
+4
2011-09-24
Support non-immediates in unique-box type glue
Brian Anderson
-2
/
+4
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-17
/
+16
2011-09-24
Unique pointers containing pinned kinds become pinned
Brian Anderson
-1
/
+8
2011-09-23
Add let destructuring for unique boxes
Brian Anderson
-0
/
+5
2011-09-23
Add missing case for pat_uniq to syntax::visit
Brian Anderson
-0
/
+1
2011-09-23
Begin to support pattern matching on unique boxes
Brian Anderson
-0
/
+62
2011-09-23
Properly mark unreachable alt bodies as unreachable
Marijn Haverbeke
-0
/
+2
2011-09-23
Make AddIncomingToPhi take single values rather than arrays
Marijn Haverbeke
-9
/
+7
2011-09-23
Start on a piecemeal conversion to DPS
Marijn Haverbeke
-126
/
+177
2011-09-23
Don't return unused values from zero_alloca and trans_stmt
Marijn Haverbeke
-12
/
+12
2011-09-23
Fix bug where the type of a function's top-level block wasn't fixed up
Marijn Haverbeke
-1
/
+1
2011-09-23
More steps to arch-specific target libs (#474)
Graydon Hoare
-1
/
+1
2011-09-23
Properly check types of do-while condition expr
Marijn Haverbeke
-1
/
+2
2011-09-23
Make sure no dynamic allocas are used before they are allocated
Marijn Haverbeke
-36
/
+29
2011-09-23
Use a slightly nicer hack to get zero-length strings in trans_build
Marijn Haverbeke
-176
/
+97
2011-09-23
Better handling of unreachable code in trans
Marijn Haverbeke
-256
/
+306
2011-09-23
Remove backward-compatible support for 'mutable' before type.
Marijn Haverbeke
-8
/
+0
2011-09-22
Remove is_stateful flag from tydesc. Closes #136
Brian Anderson
-2
/
+2
2011-09-22
Fix ty_uniq case in maybe_auto_unbox
Brian Anderson
-0
/
+1
2011-09-22
Add take glue for unique boxes
Brian Anderson
-1
/
+18
2011-09-22
Remove nonsensical load and store from trans_uniq::copy_val
Brian Anderson
-2
/
+1
2011-09-22
Allow vectors to contain unique boxes. Closes #952
Brian Anderson
-1
/
+1
2011-09-22
rustc: Write raw type parameters instead of linearized type parameters in obj...
Patrick Walton
-36
/
+61
2011-09-22
Autoderef indexes and fields of unique boxes
Brian Anderson
-3
/
+15
2011-09-22
Calculate the correct kind for unique boxes
Brian Anderson
-5
/
+1
2011-09-22
Drop the previous value when copying one unique box local to another
Brian Anderson
-2
/
+1
2011-09-22
Add assignment to unique box locals
Brian Anderson
-0
/
+4
2011-09-22
Initialize unique box locals from other locals
Brian Anderson
-6
/
+20
2011-09-22
Convert trans_uniq asserts to preconditions
Brian Anderson
-11
/
+20
2011-09-22
Sprinkle some asserts through trans_uniq
Brian Anderson
-0
/
+14
2011-09-22
Move uniq trans code to trans_uniq module
Brian Anderson
-54
/
+77
2011-09-22
Factor alloc_uniq from trans_uniq
Brian Anderson
-6
/
+21
2011-09-22
Don't unify unique boxes with different mutability
Brian Anderson
-3
/
+2
2011-09-22
Add support for mutable unique boxes
Brian Anderson
-1
/
+1
2011-09-22
Convert ty::ty_uniq to contain a mutable type
Brian Anderson
-29
/
+45
2011-09-22
Call drop glue on the thing in a unique box
Brian Anderson
-5
/
+16
[prev]
[next]