summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-3/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-47/+51
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-212/+185
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-1/+1
2014-03-28De-@ NamedMatch.Eduard Burtescu-26/+27
2014-03-28De-@ TokenTree.Eduard Burtescu-7/+11
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-184/+152
2014-03-27serialize: use ResultSean McArthur-15/+103
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-3/+3
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-3/+3
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-4/+4
2014-03-24auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichtonbors-35/+33
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-7/+16
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-81/+52
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-35/+31
2014-03-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-35/+33
2014-03-21syntax: make OptVec immutable.Huon Wilson-10/+15
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-52/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-36/+36
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-19auto merge of #12770 : eddyb/rust/drop-tld, r=cmrbors-0/+9
2014-03-19Discard MTWT & interner tables from TLD after they stop being useful.Eduard Burtescu-0/+9
2014-03-18Docify std::vec_ngSteven Fackler-6/+6
2014-03-17rustc: disallow trailing parentheses for nullary enum variantsLaurent Bonnans-1/+1
2014-03-17Fix rustdoc and tests.Eduard Burtescu-7/+7
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-19/+18
2014-03-17De-@ ParseSess uses.Eduard Burtescu-21/+22
2014-03-16auto merge of #12929 : sfackler/rust/automatically-derived, r=cmrbors-8/+4
2014-03-15Tag derived impls with #[automatically_derived]Steven Fackler-8/+4
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+12
2014-03-13auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichtonbors-50/+69
2014-03-13Fix and improve inline assembly.Piotr Czarnecki-50/+69
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-2/+2
2014-03-12syntax: change the #[deriving(Hash)] typaram variable nameErick Tryzelaar-3/+3
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-20/+19
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-2/+2
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+1
2014-03-12std: Move rand to librand.Huon Wilson-4/+3
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-11/+65
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-31/+0
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-2/+2
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-16/+49
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-59/+541
2014-03-04Expand nested items within a backtrace.Nick Cameron-6/+7
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-3/+3
2014-03-02auto merge of #12662 : sfackler/rust/unexported-type, r=cmrbors-2/+2
2014-03-02Make visible types public in rustcSteven Fackler-2/+2
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-22/+9
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-133/+289