about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-16Fix sub-breakage due to the changed error message.Graydon Hoare-1/+1
2012-08-16xfail-fast issue 3012-2Graydon Hoare-0/+1
2012-08-16Attempt to get issue 3012 test working on win32.Graydon Hoare-0/+1
2012-08-16Xfail a struct-test I can't figure out how to make work.Graydon Hoare-0/+2
2012-08-16s/class/struct/ in a failing test.Graydon Hoare-1/+1
2012-08-16s/class/struct/ in an error message.Graydon Hoare-1/+1
2012-08-16add auto-mode-alist to autoloadsMax Penet-3/+5
2012-08-16fix indentationMax Penet-1/+1
2012-08-16add instructions for install from MELPAMax Penet-14/+27
2012-08-15rustc: Allow external structs to be constructed. Closes #3012.Patrick Walton-1/+3
2012-08-15Test case for #3012Tim Chevalier-0/+20
2012-08-15libsyntax: Fix wrong pretty printing of private fieldsPatrick Walton-4/+2
2012-08-15Convert more core types to camel caseBrian Anderson-384/+409
2012-08-15Long linesBrian Anderson-2/+2
2012-08-15libsyntax: Parse tuple and unit structsPatrick Walton-44/+77
2012-08-15Modify pipec to not emit calls to some and noneBrian Anderson-4/+14
2012-08-15test: Fix parsing problem in map-types.rsPatrick Walton-1/+1
2012-08-15rustc: Fix long lines and trailing whitespacePatrick Walton-9/+9
2012-08-15rustc: Perform some AST surgery to separate out class fields from methodsPatrick Walton-308/+301
2012-08-15libsyntax: Parse nested enumsPatrick Walton-23/+34
2012-08-15rustc: Parse labeled loop, break, and againPatrick Walton-53/+152
2012-08-15rustc: Implement automatic reference for method receiversPatrick Walton-62/+170
2012-08-15rustc: "as Trait" can now be written "as @Trait".Patrick Walton-83/+125
2012-08-15pipes: Rename the pipec-generated buffer to __BufferBrian Anderson-2/+2
2012-08-15Reject empty matches on inhabited typesTim Chevalier-3/+18
2012-08-15lint: Allow leading underscores on camel case typesBrian Anderson-5/+16
2012-08-15Convert more core types to camel caseBrian Anderson-427/+457
2012-08-15De-mode pipesEric Holk-42/+47
2012-08-15Expunge match checksTim Chevalier-28/+54
2012-08-15In tidy, screen out emacs backup files properlyTim Chevalier-1/+1
2012-08-15Add trace_macros!Eric Holk-7/+51
2012-08-15Change TLS key type to stack closureBen Blum-6/+7
2012-08-15Fix :broadcast_heavy in condvars.Ben Blum-21/+27
2012-08-15sync+arc - comments and attributes onlyBen Blum-7/+45
2012-08-15Enable multiple condvars on a single mutex_arc/rw_arc.Ben Blum-15/+56
2012-08-15Enable multiple condvars on a single mutex/rwlock.Ben Blum-38/+172
2012-08-15Add cfail test arc-rw-state-shouldnt-escapeBen Blum-0/+11
2012-08-15Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use themBen Blum-15/+20
2012-08-15add some inlines to shared mutable stateBen Blum-0/+4
2012-08-14Make autoserialize not generate alt checksTim Chevalier-2/+11
2012-08-14xfail-fast issue-2472Brian Anderson-0/+1
2012-08-14Add test for #2472Brian Anderson-0/+25
2012-08-14Fix build breakageTim Chevalier-2/+4
2012-08-14Make Num::from_int a static methodTim Chevalier-22/+19
2012-08-14Add xfailed test for #2123Tim Chevalier-0/+9
2012-08-14Merge branch 'incoming' into reg-snapTim Chevalier-900/+1552
2012-08-14Register snapshotsTim Chevalier-0/+8
2012-08-14Convert more core types to camel caseBrian Anderson-406/+419
2012-08-14Make most forms of explicit self work. By-value not implemented. Work on #2585.Michael Sullivan-83/+86
2012-08-14Convert a couple hundred ~""s to ""s, in trans functions.Graydon Hoare-280/+280