summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2012-08-14Add a map::str_slice_map constructor to libstd.Graydon Hoare-0/+7
2012-08-14De-mode comm, libc, priv, rt, sync, arc. Super easy.Ben Blum-3/+22
2012-08-14De-mode task.rs and add some option::foo_ref() helpersBen Blum-13/+68
2012-08-14add sync::tests::test_mutex_killed_broadcastBen Blum-3/+45
2012-08-14Attempt to fix windows bustageBrian Anderson-2/+2
2012-08-14Fix another broken testBrian Anderson-2/+2
2012-08-14xfail view-items-at-topBrian Anderson-0/+2
2012-08-14test: Use a mod that exists in view-item-at-topBrian Anderson-1/+1
2012-08-14Fix compiletest breakageBrian Anderson-2/+2
2012-08-14Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...Ben Blum-28/+365
2012-08-14rustdoc: Process markdown pages in sequence. Closes #2484Brian Anderson-1/+3