summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-05-30rustc: Remove debug loggingBrian Anderson-2/+0
2012-05-30rt: Don't zero the unique box headerBrian Anderson-1/+3
2012-05-30rt: Remove upcall_shared_malloc/free/reallocBrian Anderson-115/+6
2012-05-30rustc: Remove the last use of upcall_shared_mallocBrian Anderson-2/+2
2012-05-30rt: Fix build errors on winBrian Anderson-3/+3
2012-05-30rt: Fix vec_from_buf_shared for new vecsBrian Anderson-5/+6
2012-05-30rt: Fix rust_list_files for new vecsBrian Anderson-5/+5
2012-05-30rustc: Make trans handle self-describing stringsBrian Anderson-3/+5
2012-05-30core: Update vec_repr to include the box headerBrian Anderson-1/+6
2012-05-30Various changes for self-describing vecsBrian Anderson-107/+201
2012-05-30rt: Add yet another allocating upcallBrian Anderson-14/+44
2012-05-30rustc: Make unique closures use the new unique allocatorBrian Anderson-17/+4
2012-05-30rustc: Make unique boxes self-describingBrian Anderson-26/+92
2012-05-30rustc: Add some methods for trans for mallocing uniquesBrian Anderson-0/+26
2012-05-30rt: Add upcall_exchange_malloc/freeBrian Anderson-1/+65
2012-05-30rustc: Remove tuplify_cbox_ty. UnusedBrian Anderson-9/+2
2012-05-30rustc: Don't typestate fns that don't have constrained function callsBrian Anderson-16/+52
2012-05-30test: Add an error pattern to small-negative-indexingBrian Anderson-1/+1
2012-05-30Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...Eric Holk-4/+34
2012-05-30Remove warnings in std::par.Eric Holk-11/+15
2012-05-30Avoid some more copies.Eric Holk-6/+6
2012-05-30Added a factory version of par::mapi, which avoids the need for share_arc, an...Eric Holk-42/+69
2012-05-30Use std::deque now that the bugs are fixed. Also, avoid a few copies.Eric Holk-46/+7
2012-05-30Add a test for that last bug. Oops.Michael Sullivan-0/+6
2012-05-30Properly sign extend array indexes. Closes #2468.Michael Sullivan-1/+3
2012-05-30Add a test for the just closed issue #2426.Michael Sullivan-0/+4
2012-05-30Handle differing signedness in constant shifts. Closes #2426.Michael Sullivan-1/+11
2012-05-30Move par into libstd. Closes #2441.Eric Holk-114/+111
2012-05-30Adding xfail-fast, since multi-crate tests don't work on Windows.Eric Holk-0/+1
2012-05-30Adding a test to make sure CCI works with capture clauses.Eric Holk-0/+25
2012-05-30Include capture clauses when generating metadata.Eric Holk-10/+18
2012-05-30Rewriting shared_arc to work around Issue #2444.Eric Holk-15/+42
2012-05-30test our some of the various combinations of fn subtypingNiko Matsakis-0/+14
2012-05-30test for pure fn vs impure fn etc subtypingNiko Matsakis-0/+22
2012-05-30test for troublesome case where preserve was freeing uninitialized memoryNiko Matsakis-0/+16
2012-05-30avoid modifying variable we are alting overNiko Matsakis-5/+5
2012-05-30zero out alloca for preserving valuesNiko Matsakis-22/+31
2012-05-30port alt to dvecNiko Matsakis-10/+11
2012-05-30allow for loop bodiesNiko Matsakis-1/+22
2012-05-30integrate purity into typeNiko Matsakis-143/+322
2012-05-30refactor region manip. to remove redundancy, get closer to fn subtypingNiko Matsakis-157/+162
2012-05-30add a test that types w/ def_ids compare just fine to types w/o def_idsNiko Matsakis-2/+12
2012-05-30refactor region manipulation routines to eliminate duplicationNiko Matsakis-186/+119
2012-05-30Make heap closures always require a capture clause to capture mutable variabl...Michael Sullivan-13/+9
2012-05-29rustc: Move filesearch into metadata modBrian Anderson-13/+11
2012-05-29Handle poststates of breaking loops correctly in typestateTim Chevalier-25/+10
2012-05-29Test case for issue 2380Tim Chevalier-0/+18
2012-05-29Resolve bounds in iface typesTim Chevalier-3/+12
2012-05-29make all arguments modes immutableNiko Matsakis-15/+109
2012-05-29remove useless invocations of universally_quantify_from_sty() in method lookupNiko Matsakis-19/+9