summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/pipec.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-6/+6
2013-06-28librustc: Fix merge fallout.Patrick Walton-1/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-28/+29
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-10/+10
2013-06-25auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatchbors-3/+1
2013-06-25remove the redundant `each` method from OptVecDaniel Micay-2/+2
2013-06-25great renaming propagation: syntaxCorey Richardson-3/+1
2013-06-24remove old_iterDaniel Micay-2/+2
2013-06-23Parse and typecheck (not kindcheck) bounds on trait paths.Ben Blum-9/+10
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-6/+6
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-12/+12
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-6/+4
2013-06-08std: remove each[i]_mut functions, in favour of iterators.Huon Wilson-2/+2
2013-06-05remove unused cx'sJohn Clements-4/+4
2013-06-01Swap return value of pipes::init Fixes #4501Nick Desaulniers-24/+7
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-5/+5
2013-05-22syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`Patrick Walton-22/+22
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22syntax/ext: convert all AstBuilder methods to a uniform syntax.Huon Wilson-37/+53
2013-05-22syntax/ext: collect the ast building traits into a single trait.Huon Wilson-18/+20
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-21/+21
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-19/+19
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-4/+5
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-4/+2
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-1/+2
2013-05-01rustc: remove the rest of dropErick Tryzelaar-1/+0
2013-04-29test: Fix tests.Patrick Walton-1/+3
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-5/+3
2013-04-27only use #[no_core] in libcoreDaniel Micay-5/+0
2013-04-25Rename vec::mod2 to vec::mod_zipCorey Richardson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-20/+20
2013-03-11libsyntax: Remove newtype enums from libsyntax. rs=deenumPatrick Walton-3/+1
2013-03-07test: Fix tests.Patrick Walton-1/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-5/+1
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+2
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-1/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-22/+31
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-22/+31
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-22/+31
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+3
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-3/+3
2013-02-26libsyntax: remove vecs_implicitly_copyable from the syntax extensionsErick Tryzelaar-4/+4
2013-02-25libsyntax: add explicit modes where required to copy strs/vecsErick Tryzelaar-3/+2