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
Age
Commit message (
Expand
)
Author
Lines
2011-09-28
rustc: Add a new "C stack cdecl" native ABI
Patrick Walton
-1
/
+14
2011-09-28
xfail-fast run-pass/alt-range.rs
Brian Anderson
-0
/
+2
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-26
/
+455
2011-09-28
vim: `const` is a keyword
Patrick Walton
-2
/
+2
2011-09-28
rt: Add a call stub that switches to the C stack, untested as of yet
Patrick Walton
-0
/
+16
2011-09-28
rt: Add an upcall to allocate space on the C stack. This will be used for nat...
Patrick Walton
-9
/
+31
2011-09-28
rt: Expose the C stack inside the Rust scheduler so that C calls can switch t...
Patrick Walton
-4
/
+5
2011-09-28
rustc: Switch to cdecl for all calls. This is needed to make stack growth eff...
Patrick Walton
-36
/
+25
2011-09-28
Remove a few kludges that worked around issue #913
Marijn Haverbeke
-7
/
+2
2011-09-28
Register new snapshot
Marijn Haverbeke
-0
/
+5
2011-09-28
Don't descend into functions from relax_precond_block
Marijn Haverbeke
-11
/
+7
2011-09-28
Get rid of might_not_init kludge in init_local.
Marijn Haverbeke
-43
/
+3
2011-09-28
Wait with registering cleanups for locals until after the init code ran
Marijn Haverbeke
-5
/
+4
2011-09-28
Use DPS for assignment and local initialization
Marijn Haverbeke
-51
/
+56
2011-09-27
Patch to error instead of crashing when parsing unmatched double quotes
Wade Mealing
-0
/
+15
2011-09-27
Make it again possible to initialize resource locals via assignment
Brian Anderson
-26
/
+28
2011-09-27
Prevent copies of resources into various things
Brian Anderson
-13
/
+162
2011-09-27
rt: Store the task in TLS
Patrick Walton
-1
/
+76
2011-09-27
Add more comments about kind checking on local move initializers
Brian Anderson
-1
/
+3
2011-09-27
Add xfailed tests that resources can't be copied into various things
Brian Anderson
-0
/
+68
2011-09-27
Don't ever raise unique kinds of pinned kinds to shared (again)
Brian Anderson
-37
/
+25
2011-09-27
Revert "Use DPS for assignment and local initialization"
Brian Anderson
-56
/
+51
2011-09-27
Add an xfailed test for bogus deep copying of things containing resources
Brian Anderson
-0
/
+16
2011-09-27
Add an xfailed test for bogus vector addition of typarams
Brian Anderson
-0
/
+21
2011-09-27
Fix lurking bug in matching of nil
Marijn Haverbeke
-6
/
+6
2011-09-27
Use DPS for assignment and local initialization
Marijn Haverbeke
-51
/
+56
2011-09-27
Safeguard against self-assignment for unique types
Marijn Haverbeke
-4
/
+6
2011-09-27
Test for #924
Jesse Ruderman
-1
/
+16
2011-09-27
Move expr_unary to DPS style
Marijn Haverbeke
-96
/
+90
2011-09-27
Make trans_rec and trans_tup understand overwrite dests
Marijn Haverbeke
-45
/
+54
2011-09-27
Move expr_binary into trans_expr_dps
Marijn Haverbeke
-123
/
+115
2011-09-27
Move expr_lit and expr_vec into trans_expr_dps
Marijn Haverbeke
-32
/
+54
2011-09-27
Move more non-value-returning things to trans_expr_dps.
Marijn Haverbeke
-87
/
+90
2011-09-26
Add two xfailed tests for invalid copies into vectors
Brian Anderson
-0
/
+36
2011-09-26
xfail-win32 -> xfail-fast
Brian Anderson
-1
/
+1
2011-09-26
Try to appease windows by xfail-win32'ing a random test
Brian Anderson
-0
/
+2
2011-09-26
Test for issue #980
Brian Anderson
-0
/
+13
2011-09-26
Enforce copy restrictions on let initializers
Brian Anderson
-18
/
+67
2011-09-26
Make some nocopy tests a bit more futureproof
Brian Anderson
-4
/
+4
2011-09-26
Distinguish #924
Jesse Ruderman
-1
/
+6
2011-09-26
Add a cycle-collection fuzzer
Jesse Ruderman
-0
/
+59
2011-09-26
Prevent copying of uncopyable things via the copy op
Brian Anderson
-0
/
+11
2011-09-26
Prevent copying of uncopyable things via compound assignment ops
Brian Anderson
-1
/
+13
2011-09-26
Don't allow vectors of pinned kinds to be copied
Brian Anderson
-0
/
+14
2011-09-26
Don't allow copying of unique boxes of pinned kinds
Brian Anderson
-20
/
+32
2011-09-26
Add a test that unique boxes in vectors are copied when the vector is
Brian Anderson
-0
/
+13
2011-09-26
rt: Don't run arbitrary destructors on cycle collection; that's just broken.
Patrick Walton
-8
/
+1
2011-09-26
rt: Turn on cycle collection at task death; add a test case
Patrick Walton
-3
/
+34
2011-09-26
rt: Make the logic that moves environments between tasks update the GC alloc ...
Patrick Walton
-6
/
+48
2011-09-26
stdlib: Fix typos in comments in lib/test.rs
Patrick Walton
-3
/
+3
[prev]
[next]