summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-07-12Fix make-install target on mac. release-0.3 0.3Graydon Hoare-2/+2
2012-07-12Update version on man page.Graydon Hoare-1/+1
2012-07-12Merge pull request #2876 from erickt/dist-snapGraydon Hoare-0/+1
2012-07-11Fix an error for Centos 5Erick Tryzelaar-0/+1
2012-07-11Try less complicated trick for solving the dSYM glob portability issue.Graydon Hoare-13/+2
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...Graydon Hoare-41/+52
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-52/+41
2012-07-11Fix some version numbers.Graydon Hoare-32/+32
2012-07-10Tweak release notes.Graydon Hoare-4/+4
2012-07-10Fix take glue for slices.Michael Sullivan-0/+3
2012-07-10Get rid of some remaining uses of old style vecs.Michael Sullivan-3/+3
2012-07-10doc: Remove the section on the enum exporting featurePatrick Walton-25/+3
2012-07-10Don't fail when emitting free glue for fixed and region evecs.Michael Sullivan-3/+0
2012-07-10Mop up merge collision.Graydon Hoare-8/+6
2012-07-10Modify reflect interface to pass tydescs back to client, stop on false return.Graydon Hoare-403/+356
2012-07-10Make old_vecs an error.Michael Sullivan-1/+1
2012-07-10Disallow implicitly binding methods in typechecker. Closes #2189.Michael Sullivan-80/+108
2012-07-10Remove the empty tuple of tydescs from closures. Closes #2531.Michael Sullivan-12/+5
2012-07-10Get rid of a lot of bind related cruft as part of Issue #2189.Michael Sullivan-290/+41
2012-07-10Get rid of places that expected foo.bar to implicitly bind.Michael Sullivan-49/+52
2012-07-10Clean up the tydesc handling code in trans.Michael Sullivan-119/+80
2012-07-10std: Fix deadlock by unsupervising the global I/O taskBrian Anderson-0/+1
2012-07-10Fix some lookahead problems with ACTUALLY tokens.Paul Stansifer-0/+2
2012-07-10Pretty print vectors as ~[] instead of []/~. Closes #2863.Michael Sullivan-52/+80
2012-07-10Don't pretty print unsafe pointers as carets, since #2826 is abandoned.Michael Sullivan-1/+1
2012-07-10rustc: Resolve expressions in literal and range patternsPatrick Walton-1/+11
2012-07-10test: Fix shootout-binarytreesBrian Anderson-1/+1
2012-07-10test: Fix shootout-fastaBrian Anderson-1/+1
2012-07-100.2 -> 0.3Brian Anderson-7/+7
2012-07-10libcore: fix task::test_osmain test.Erick Tryzelaar-1/+1
2012-07-10Makefile nit for distchec.Graydon Hoare-2/+1
2012-07-10TidyBrian Anderson-1/+1
2012-07-10Merge pull request #2860 from erickt/incomingBrian Anderson-42/+21
2012-07-10tutorial: Remove disclaimer. Redundant with previous sectionBrian Anderson-8/+0
2012-07-10libcore: add a task::set_sched_mode fnErick Tryzelaar-42/+21
2012-07-10tutorial: Fix broken exampleBrian Anderson-1/+1
2012-07-10tutorial: Minor editingBrian Anderson-4/+4
2012-07-09Use correct markdown in README.mdBrian Anderson-14/+15
2012-07-09Capitalize 'Rust Programming Language' in README.mdBrian Anderson-1/+1
2012-07-09Merge README.txt and INSTALL.txt into README.mdBrian Anderson-17/+16
2012-07-09tutorial: Expand the failure section a bitPatrick Walton-9/+25
2012-07-09Fix link in INSTALL.txtBrian Anderson-2/+2
2012-07-09tutorial: Add a better description of vectorsBrian Anderson-3/+3
2012-07-09tutorial: Emphasize GC in shared box sectionBrian Anderson-7/+5
2012-07-09tutorial: Minor formatting change in task exampleBrian Anderson-0/+1
2012-07-09Add test case for issue 2766, which resolve 3 fixesTim Chevalier-0/+21
2012-07-09tutorial: Overhaul task sectionBrian Anderson-50/+63
2012-07-09Back out recognition of caret for unsafe ptr. Decided to abandon #2826 mid wa...Graydon Hoare-2/+1
2012-07-09rustc: Handle foreign item purity correctly in resolve3Patrick Walton-1/+1
2012-07-09'cont' -> 'again' in straggler codePaul Stansifer-1/+1