about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-26Revert "Clean up a bunch of box related code."Michael Sullivan-27/+38
2012-06-26Fix shape::cmp::walk_res2Tim Chevalier-1/+1
2012-06-26Be a little more clever about calculating sizes for class typesTim Chevalier-27/+272
2012-06-26Incorporate class fields into recursive-type checkTim Chevalier-1/+21
2012-06-26Typos in a comment and an error messageTim Chevalier-2/+2
2012-06-26Clean up a bunch of box related code.Michael Sullivan-38/+27
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-248/+261
2012-06-25Update combine-tests.py for new vec syntaxBrian Anderson-0/+2
2012-06-25Comments only: fix some comments that got spurious /~sMichael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-4034/+4123
2012-06-25When we cons up vector asts, generate evecs.Michael Sullivan-8/+28
2012-06-25Split deprecated str and vec warnings into two flags, enable old_vecs by defa...Michael Sullivan-7/+18
2012-06-25Comment out the *right* part of the test failing due to issue #2724.Michael Sullivan-3/+3
2012-06-25Comment out a failing part of a test; this is Issue #2724.Michael Sullivan-1/+2
2012-06-25Make it possible to make built-in tt syntax extensionsPaul Stansifer-6/+53
2012-06-25parsing for the macro systemPaul Stansifer-29/+370
2012-06-25test: Make zip-same-length no longer rely on resolve not handling shadowed mo...Patrick Walton-2/+1
2012-06-25rustc: Make 'do' work with effects the same as 'for'Brian Anderson-1/+11
2012-06-25Remove test case that doesn't work on its ownTim Chevalier-6/+0
2012-06-25Add class fields to the global indexTim Chevalier-6/+18
2012-06-25vec::slice is faster now (Issue #2719)Eric Holk-8/+4
2012-06-25Some perf fixes, although vec::slice is still too slow (Issue #2719)Eric Holk-14/+18
2012-06-25rt: Fix exportsBrian Anderson-2/+2
2012-06-25rt: Remove upcall_malloc/upcall_exchange_malloc. Issue #2681Brian Anderson-21/+0
2012-06-25rt: Remove lock_free_queue. Unused. Issue #2701Brian Anderson-266/+0
2012-06-25test: Remove the import-glob-circular test since the name resolution semantic...Patrick Walton-50/+0
2012-06-25test: Swap the order of two imports in import7 to eliminate another cyclePatrick Walton-1/+1
2012-06-25test: Swap the order of two imports in import6 to eliminate a cyclePatrick Walton-1/+1
2012-06-25Remove redundant 'extension' mods from numeric modsBrian Anderson-91/+92
2012-06-25Automatically export methods on core numeric typesBen Striegel-55/+104
2012-06-25Merge branch 'incoming' into resource-to-classTim Chevalier-0/+36
2012-06-25MergeTim Chevalier-606/+723
2012-06-25register snapshotsTim Chevalier-0/+8
2012-06-25Add test cases for issue 2445Tim Chevalier-0/+36
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-455/+569
2012-06-25Test case for issue 2718Tim Chevalier-0/+38
2012-06-25Remove resources from a few places I missedTim Chevalier-23/+11
2012-06-25Finish compare glue for classesTim Chevalier-7/+28
2012-06-25Improved perf for msgsend (Issue #2719)Eric Holk-1/+1
2012-06-25Improved graph500 performance (Issue #2719)Eric Holk-5/+6
2012-06-24Make 'do' expressions accept stack closuresBrian Anderson-1/+6
2012-06-24Long linesBrian Anderson-1/+2
2012-06-24syntax: Merge parse_for_expr, parse_do_exprBrian Anderson-22/+6
2012-06-24More test cases for classes with dtorsTim Chevalier-0/+67
2012-06-24Remove resourcesTim Chevalier-728/+145
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-20/+21
2012-06-22core: Name is_failure to is_err, is_success to is_okBrian Anderson-17/+17
2012-06-22core: Export result extensions from the top levelBrian Anderson-0/+1
2012-06-22core: Split up result extensions by kind boundsBrian Anderson-18/+24
2012-06-22Minor capitalization/punctuation fixes in error messagesLindsey Kuper-20/+21