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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-05-30
rustc: Remove debug logging
Brian Anderson
-2
/
+0
2012-05-30
rt: Don't zero the unique box header
Brian Anderson
-1
/
+3
2012-05-30
rt: Remove upcall_shared_malloc/free/realloc
Brian Anderson
-115
/
+6
2012-05-30
rustc: Remove the last use of upcall_shared_malloc
Brian Anderson
-2
/
+2
2012-05-30
rt: Fix build errors on win
Brian Anderson
-3
/
+3
2012-05-30
rt: Fix vec_from_buf_shared for new vecs
Brian Anderson
-5
/
+6
2012-05-30
rt: Fix rust_list_files for new vecs
Brian Anderson
-5
/
+5
2012-05-30
rustc: Make trans handle self-describing strings
Brian Anderson
-3
/
+5
2012-05-30
core: Update vec_repr to include the box header
Brian Anderson
-1
/
+6
2012-05-30
Various changes for self-describing vecs
Brian Anderson
-107
/
+201
2012-05-30
rt: Add yet another allocating upcall
Brian Anderson
-14
/
+44
2012-05-30
rustc: Make unique closures use the new unique allocator
Brian Anderson
-17
/
+4
2012-05-30
rustc: Make unique boxes self-describing
Brian Anderson
-26
/
+92
2012-05-30
rustc: Add some methods for trans for mallocing uniques
Brian Anderson
-0
/
+26
2012-05-30
rt: Add upcall_exchange_malloc/free
Brian Anderson
-1
/
+65
2012-05-30
rustc: Remove tuplify_cbox_ty. Unused
Brian Anderson
-9
/
+2
2012-05-30
rustc: Don't typestate fns that don't have constrained function calls
Brian Anderson
-16
/
+52
2012-05-30
test: Add an error pattern to small-negative-indexing
Brian Anderson
-1
/
+1
2012-05-30
Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...
Eric Holk
-4
/
+34
2012-05-30
Remove warnings in std::par.
Eric Holk
-11
/
+15
2012-05-30
Avoid some more copies.
Eric Holk
-6
/
+6
2012-05-30
Added a factory version of par::mapi, which avoids the need for share_arc, an...
Eric Holk
-42
/
+69
2012-05-30
Use std::deque now that the bugs are fixed. Also, avoid a few copies.
Eric Holk
-46
/
+7
2012-05-30
Add a test for that last bug. Oops.
Michael Sullivan
-0
/
+6
2012-05-30
Properly sign extend array indexes. Closes #2468.
Michael Sullivan
-1
/
+3
2012-05-30
Add a test for the just closed issue #2426.
Michael Sullivan
-0
/
+4
2012-05-30
Handle differing signedness in constant shifts. Closes #2426.
Michael Sullivan
-1
/
+11
2012-05-30
Move par into libstd. Closes #2441.
Eric Holk
-114
/
+111
2012-05-30
Adding xfail-fast, since multi-crate tests don't work on Windows.
Eric Holk
-0
/
+1
2012-05-30
Adding a test to make sure CCI works with capture clauses.
Eric Holk
-0
/
+25
2012-05-30
Include capture clauses when generating metadata.
Eric Holk
-10
/
+18
2012-05-30
Rewriting shared_arc to work around Issue #2444.
Eric Holk
-15
/
+42
2012-05-30
test our some of the various combinations of fn subtyping
Niko Matsakis
-0
/
+14
2012-05-30
test for pure fn vs impure fn etc subtyping
Niko Matsakis
-0
/
+22
2012-05-30
test for troublesome case where preserve was freeing uninitialized memory
Niko Matsakis
-0
/
+16
2012-05-30
avoid modifying variable we are alting over
Niko Matsakis
-5
/
+5
2012-05-30
zero out alloca for preserving values
Niko Matsakis
-22
/
+31
2012-05-30
port alt to dvec
Niko Matsakis
-10
/
+11
2012-05-30
allow for loop bodies
Niko Matsakis
-1
/
+22
2012-05-30
integrate purity into type
Niko Matsakis
-143
/
+322
2012-05-30
refactor region manip. to remove redundancy, get closer to fn subtyping
Niko Matsakis
-157
/
+162
2012-05-30
add a test that types w/ def_ids compare just fine to types w/o def_ids
Niko Matsakis
-2
/
+12
2012-05-30
refactor region manipulation routines to eliminate duplication
Niko Matsakis
-186
/
+119
2012-05-30
Make heap closures always require a capture clause to capture mutable variabl...
Michael Sullivan
-13
/
+9
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-13
/
+11
2012-05-29
Handle poststates of breaking loops correctly in typestate
Tim Chevalier
-25
/
+10
2012-05-29
Test case for issue 2380
Tim Chevalier
-0
/
+18
2012-05-29
Resolve bounds in iface types
Tim Chevalier
-3
/
+12
2012-05-29
make all arguments modes immutable
Niko Matsakis
-15
/
+109
2012-05-29
remove useless invocations of universally_quantify_from_sty() in method lookup
Niko Matsakis
-19
/
+9
[prev]
[next]