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
/
test
Age
Commit message (
Expand
)
Author
Lines
2011-09-24
Tweak the type allocated for unique pointers
Brian Anderson
-3
/
+1
2011-09-24
Support non-immediates in unique-box type glue
Brian Anderson
-2
/
+0
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-3
/
+3
2011-09-24
Unique pointers containing pinned kinds become pinned
Brian Anderson
-3
/
+17
2011-09-24
Add tests for swapping unique boxes
Brian Anderson
-0
/
+39
2011-09-23
Add vec::filter
Jesse Ruderman
-0
/
+7
2011-09-23
Add let destructuring for unique boxes
Brian Anderson
-0
/
+4
2011-09-23
Add missing case for pat_uniq to syntax::visit
Brian Anderson
-3
/
+0
2011-09-23
Add two tests for sending unique boxes across channels
Brian Anderson
-0
/
+38
2011-09-23
Actually use unique boxes in run-fail/unwind-unique
Brian Anderson
-1
/
+1
2011-09-23
Create a bunch of test cases for unique boxes by copying box tests
Brian Anderson
-0
/
+269
2011-09-23
Begin to support pattern matching on unique boxes
Brian Anderson
-0
/
+10
2011-09-23
Add more unreachable-code tests. Closes #935
Jesse Ruderman
-0
/
+6
2011-09-23
xfail-win32 linked-failure and send-iloop
Brian Anderson
-0
/
+2
2011-09-23
xfail-pretty unreachable-code.rs
Marijn Haverbeke
-0
/
+2
2011-09-23
Better handling of unreachable code in trans
Marijn Haverbeke
-0
/
+35
2011-09-22
Remove deprecated mutable type constructor from run-pass/issue-511
Brian Anderson
-1
/
+1
2011-09-22
Add test for issue #511. Closes #511
Brian Anderson
-0
/
+10
2011-09-22
Add a test for negative constants. Closes #358
Brian Anderson
-0
/
+7
2011-09-22
Fix ty_uniq case in maybe_auto_unbox
Brian Anderson
-0
/
+8
2011-09-22
Add take glue for unique boxes
Brian Anderson
-0
/
+11
2011-09-22
Adda test for returning unique boxes
Brian Anderson
-0
/
+7
2011-09-22
Allow vectors to contain unique boxes. Closes #952
Brian Anderson
-0
/
+3
2011-09-22
XFAIL task-comm
Brian Anderson
-0
/
+1
2011-09-22
Autoderef indexes and fields of unique boxes
Brian Anderson
-0
/
+10
2011-09-22
Add tests for moving unique boxes
Brian Anderson
-0
/
+34
2011-09-22
Calculate the correct kind for unique boxes
Brian Anderson
-0
/
+68
2011-09-22
Add a test for mutable references to unique boxes as function arguments
Brian Anderson
-0
/
+9
2011-09-22
Add a test for unique boxes as fn args
Brian Anderson
-0
/
+9
2011-09-22
Add a test for unique boxes containing shared boxes
Brian Anderson
-0
/
+12
2011-09-22
Drop the previous value when copying one unique box local to another
Brian Anderson
-0
/
+7
2011-09-22
Add a test that assignment of unique boxes to locals does a copy
Brian Anderson
-0
/
+10
2011-09-22
Add assignment to unique box locals
Brian Anderson
-0
/
+5
2011-09-22
Initialize unique box locals from other locals
Brian Anderson
-0
/
+14
2011-09-22
Don't unify unique boxes with different mutability
Brian Anderson
-0
/
+4
2011-09-22
XFAIL spawnfail and task-comm-15
Brian Anderson
-0
/
+2
2011-09-22
Add support for mutable unique boxes
Brian Anderson
-0
/
+5
2011-09-22
Call drop glue on the thing in a unique box
Brian Anderson
-0
/
+3
2011-09-21
Log and compare unique boxes
Brian Anderson
-0
/
+12
2011-09-21
Add an unwind test for failure during unique box construction
Brian Anderson
-0
/
+18
2011-09-21
Add ability to deref unique boxes. Make unique boxes immediates.
Brian Anderson
-0
/
+4
2011-09-21
Add more unwind tests for failure during construction of allocated things
Brian Anderson
-0
/
+36
2011-09-21
Revert "rustc: Make bottom types immediates. Add a |log ret| testcase. Closes...
Marijn Haverbeke
-5
/
+0
2011-09-21
rustc: Make bottom types immediates. Add a |log ret| testcase. Closes #935.
Patrick Walton
-0
/
+5
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-87
/
+0
2011-09-21
Revert "rustc: Make bottom types immediates. Add a |log ret| testcase. Closes...
Marijn Haverbeke
-5
/
+0
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-0
/
+87
2011-09-20
rustc: Make bottom types immediates. Add a |log ret| testcase. Closes #935.
Patrick Walton
-0
/
+5
2011-09-20
Add another testcase for #910
Jesse Ruderman
-0
/
+11
2011-09-20
Make creation of unique boxes work again
Brian Anderson
-0
/
+10
[prev]
[next]