summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-07-11Fix an error for Centos 5Erick Tryzelaar-0/+1
2012-07-11Fix some version numbers.Graydon Hoare-32/+32
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-1/+1
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-10libcore: fix task::test_osmain test.Erick Tryzelaar-1/+1
2012-07-10TidyBrian Anderson-1/+1
2012-07-10libcore: add a task::set_sched_mode fnErick Tryzelaar-42/+21
2012-07-09Add test case for issue 2766, which resolve 3 fixesTim Chevalier-0/+21
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
2012-07-09Make the matcher parser treat `()` in a matchy way, like one would expect.Paul Stansifer-6/+25
2012-07-09Remove the tt macro demo.Paul Stansifer-41/+0
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-74/+185
2012-07-09Add support for matchers nonterminals.Paul Stansifer-11/+19
2012-07-09Enable item macros to define macros.Paul Stansifer-6/+17
2012-07-09Allow folds to drop items.Paul Stansifer-26/+39
2012-07-09rustc: Switch over to resolve3Patrick Walton-30/+11
2012-07-09rustc: Fix the collision with Tim's changePatrick Walton-1/+17
2012-07-09Revert "rustc: Switch over to resolve3" due to Linux failuresPatrick Walton-11/+30
2012-07-09rustc: Switch over to resolve3Patrick Walton-30/+11
2012-07-09rustc: Allow import resolutions to be inferred from external crates in resolve3Patrick Walton-4/+50
2012-07-09Xfail-fast a recent test that doesn't work on check-fast.Graydon Hoare-0/+1
2012-07-09syntax: Pretty-print view item attributesBrian Anderson-0/+1
2012-07-09Tag re-exports differently in metadataTim Chevalier-9/+19
2012-07-09Catch one missing residual 'cont' -> 'again' change.Graydon Hoare-1/+1
2012-07-09rustdoc: Filter out another invalid id characterBrian Anderson-0/+3
2012-07-09rustdoc: Filter some characters that aren't valid pandoc header idsBrian Anderson-0/+6
2012-07-09Fix snapshot datestamp.Graydon Hoare-1/+1
2012-07-09Switch snapshots to the later builds. Something off with the earlier ones.Graydon Hoare-3/+3
2012-07-09Remove 'cont' from parser/lexer.Graydon Hoare-3/+2
2012-07-09Merge branch 'incoming' of github.com:/mozilla/rust into incomingGraydon Hoare-7/+36
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-47/+47
2012-07-09Register snapshots.Graydon Hoare-0/+8