about summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes
AgeCommit message (Expand)AuthorLines
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-16/+6
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-3/+3
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-3/+3
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-2/+2
2012-09-28demode vecNiko Matsakis-2/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-45/+43
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-14/+0
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-2/+2
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-5/+5
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-1/+3
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-2/+2
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-2/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+14
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-4/+4
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-9/+5
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-2/+2
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+3
2012-09-10Make moves explicit in pipes and pipe compilerTim Chevalier-16/+17
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-4/+4
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-06Remove struct ctorsBrian Anderson-7/+9
2012-09-04Remove 'with'Brian Anderson-4/+4
2012-09-04libsyntax: "import" -> "use"Patrick Walton-26/+25
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-2/+11
2012-08-28CamelCasify lots of stdBen Striegel-3/+3
2012-08-28Convert core::pipes to camel caseBrian Anderson-11/+25
2012-08-27Camel case various core constructorsBrian Anderson-4/+4
2012-08-26Camel case the option typeBrian Anderson-32/+32
2012-08-24fix some unused pattern binding warningsNiko Matsakis-2/+2
2012-08-23Remove purity from fn_decl and move it out to containing AST elements.Michael Sullivan-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-35/+35
2012-08-22intern identifiersPaul Stansifer-113/+116
2012-08-17Move select macro into another file, so it can be including in multiple tests.Eric Holk-1/+1
2012-08-17Track spans better in the protocol compiler so we can get better error messages.Eric Holk-17/+34
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15Modify pipec to not emit calls to some and noneBrian Anderson-4/+4
2012-08-15pipes: Rename the pipec-generated buffer to __BufferBrian Anderson-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-3/+3
2012-08-08libsyntax: Parse common enum fieldsPatrick Walton-1/+3
2012-08-08Convert impls to new syntaxBrian Anderson-33/+22
2012-08-08rustc: Do some plumbing work in preparation for common fields in enumsPatrick Walton-10/+8
2012-08-07rustc: Add stub support for struct variants to the ASTPatrick Walton-1/+1
2012-08-07Generate try_send versions for all the messages. Fixes #3128Eric Holk-57/+98
2012-08-06make `ref x` bindings produce region ptrs and fix various minor bugsNiko Matsakis-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-21/+21
2012-08-05Switch alts to use arrowsBrian Anderson-53/+46
2012-08-03rustc: Add the notion of inherited visibilityPatrick Walton-1/+0
2012-08-03rustc: Remove all fixed-length strings from our codebasePatrick Walton-5/+5