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-23
rt: Whitespace police
Patrick Walton
-6
/
+6
2011-09-23
rt: Turn off some debug code
Patrick Walton
-4
/
+6
2011-09-23
rt: Get rid of the hack that looks for captured type descriptors adjacent to ...
Patrick Walton
-28
/
+52
2011-09-23
Add libuv upgrade instructions to src/etc/gyp-uv
Erick Tryzelaar
-0
/
+13
2011-09-23
Update to libuv commit 3ca382.
Erick Tryzelaar
-7171
/
+30516
2011-09-23
Add let destructuring for unique boxes
Brian Anderson
-0
/
+9
2011-09-23
Add missing case for pat_uniq to syntax::visit
Brian Anderson
-3
/
+1
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
/
+72
2011-09-23
rt: Add missing <stdint.h> in rust_abi.h
Patrick Walton
-0
/
+1
2011-09-23
rt: Add missing const on the Windows path
Patrick Walton
-1
/
+1
2011-09-23
rt: Get RUST_TRACK_ORIGINS working. You can now call 'debug::dump_origin' in ...
Patrick Walton
-35
/
+51
2011-09-23
Add more unreachable-code tests. Closes #935
Jesse Ruderman
-0
/
+6
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
rt: Factor out stack walking into rust_abi.cpp
Patrick Walton
-31
/
+48
2011-09-23
xfail-win32 linked-failure and send-iloop
Brian Anderson
-0
/
+2
2011-09-23
Don't pipe check-fast results through tee
Brian Anderson
-1
/
+1
2011-09-23
rt: Fix message formatting issues in rust_debug
Patrick Walton
-3
/
+4
2011-09-23
rt: ifdef out backtrace() on Windows
Patrick Walton
-3
/
+15
2011-09-23
rt: Fix build bustage due to gcc's format string warnings
Patrick Walton
-2
/
+2
2011-09-23
rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption
Patrick Walton
-10
/
+120
2011-09-23
rt: Factor out the logic that handles the various magic debug environment var...
Patrick Walton
-15
/
+39
2011-09-23
rt: Remove the problematic min()/max()/align()/abs() macros from isaac/standa...
Patrick Walton
-12
/
+0
2011-09-23
More steps to arch-specific target libs (#474)
Graydon Hoare
-49
/
+139
2011-09-23
xfail-pretty unreachable-code.rs
Marijn Haverbeke
-0
/
+2
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
/
+341
2011-09-23
Remove backward-compatible support for 'mutable' before type.
Marijn Haverbeke
-8
/
+0
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
Remove is_stateful flag from tydesc. Closes #136
Brian Anderson
-7
/
+5
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
/
+9
2011-09-22
Add take glue for unique boxes
Brian Anderson
-1
/
+29
2011-09-22
Remove nonsensical load and store from trans_uniq::copy_val
Brian Anderson
-2
/
+1
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
-1
/
+4
2011-09-22
rustc: Write raw type parameters instead of linearized type parameters in obj...
Patrick Walton
-36
/
+61
2011-09-22
XFAIL task-comm
Brian Anderson
-0
/
+1
2011-09-22
Autoderef indexes and fields of unique boxes
Brian Anderson
-3
/
+25
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
-5
/
+69
[prev]
[next]