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-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
2011-09-26
Fix configure script to use valgrind again
Brian Anderson
-1
/
+1
2011-09-26
Fix tags of unique boxes
Brian Anderson
-3
/
+52
2011-09-26
Unique vectors and boxes of pinned are unique kinds. Closes #977
Brian Anderson
-15
/
+3
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-26
test: Fix more typos in weird-exprs.rs.
Patrick Walton
-1
/
+1
2011-09-26
test: wierd-exprs -> weird-exprs
Patrick Walton
-0
/
+0
2011-09-26
rt: Remove obsolete comment
Patrick Walton
-2
/
+0
2011-09-25
Merge pull request #978 from erikrose/doc-tweaks
Andreas Gal
-10
/
+10
2011-09-25
Fix some typos and grammar in the docs.
Erik Rose
-10
/
+10
2011-09-25
Refine notes in kind.rs some more. Add a fixme to ty.rs.
Graydon Hoare
-16
/
+41
2011-09-25
Enable hammertime
Jesse Ruderman
-3
/
+1
2011-09-25
Test for #973
Jesse Ruderman
-0
/
+4
2011-09-25
Test for #942
Jesse Ruderman
-0
/
+2
2011-09-25
Remove FIXME test that's covered by run-pass/unreachable-code.rs
Jesse Ruderman
-6
/
+0
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-25
Fuzzer: stop ignoring fixed bugs
Jesse Ruderman
-5
/
+0
2011-09-24
Handle ~fail. Closes #968
Brian Anderson
-0
/
+9
2011-09-24
Add a test for assignment of unique boxes of generics
Brian Anderson
-0
/
+6
2011-09-24
Support non-immediates in trans_uniq::copy_val
Brian Anderson
-6
/
+10
2011-09-24
Fuzzer: ignore more bugs
Jesse Ruderman
-0
/
+4
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
Don't iloop (future-proof test against improved reachability computations)
Jesse Ruderman
-1
/
+1
2011-09-24
Remove irrelevant parts of test
Jesse Ruderman
-4
/
+0
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
Mark vec::len as pure
Jesse Ruderman
-4
/
+2
2011-09-24
Tweak random thing to make windows build succeed. Awesome.
Brian Anderson
-1
/
+1
2011-09-24
Move a previous run-pass test for kind-lowered unique boxes to compile-fail
Brian Anderson
-5
/
+3
2011-09-24
Tweak the type allocated for unique pointers
Brian Anderson
-5
/
+5
2011-09-24
Support non-immediates in unique-box type glue
Brian Anderson
-4
/
+4
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-24
/
+23
2011-09-24
Unique pointers containing pinned kinds become pinned
Brian Anderson
-4
/
+25
2011-09-24
Add tests for swapping unique boxes
Brian Anderson
-0
/
+39
2011-09-23
Add rand_util.rs
Jesse Ruderman
-0
/
+93
2011-09-23
Fuzzer: use different exclusions when testing pretty-printer than when testin...
Jesse Ruderman
-121
/
+157
2011-09-23
Add vec::filter
Jesse Ruderman
-0
/
+18
2011-09-23
rt: Sweep in cycle collection
Patrick Walton
-2
/
+13
[prev]
[next]