about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-9/+1
2014-03-20auto merge of #13028 : thestinger/rust/vec_ng, r=huonwbors-76/+76
2014-03-20Relax interner's Share boundFlavio Percoco-12/+1
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-5/+8
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-76/+76
2014-03-20auto merge of #12854 : nick29581/rust/parse-enum-struct, r=alexcrichtonbors-10/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-8/+8
2014-03-20Fix spans for enum-struct match armsNick Cameron-10/+8
2014-03-19auto merge of #12770 : eddyb/rust/drop-tld, r=cmrbors-0/+19
2014-03-19Discard MTWT & interner tables from TLD after they stop being useful.Eduard Burtescu-0/+19
2014-03-18Docify std::vec_ngSteven Fackler-6/+6
2014-03-18libsyntax: librustdoc: ignore utf-8 BOM in .rs filesLiigo Zhuang-1/+10
2014-03-18syntax: Don't parameterize the the pretty printerAlex Crichton-20/+21
2014-03-17rustc: disallow trailing parentheses for nullary enum variantsLaurent Bonnans-3/+20
2014-03-17Fix rustdoc and tests.Eduard Burtescu-68/+48
2014-03-17Refactor pprust a bit.Eduard Burtescu-2107/+1963
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-215/+189
2014-03-17De-@ ParseSess uses.Eduard Burtescu-93/+75
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-18/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-36/+45
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+1
2014-03-14rustc: Fix cfg(not(a, b)) to be not(a && b)Alex Crichton-2/+2
2014-03-14auto merge of #12764 : Kimundi/rust/partial_typehint, r=nikomatsakisbors-3/+5
2014-03-14Added support for type placeholders (explicit requested typeMarvin Löbel-3/+5
2014-03-14auto merge of #12874 : huonw/rust/printier-rustc, r=alexcrichtonbors-10/+11
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-13auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichtonbors-50/+69
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-14rustc: make stack traces print for .span_bug/.bug.Huon Wilson-10/+11
2014-03-13Fix and improve inline assembly.Piotr Czarnecki-50/+69
2014-03-13auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakisbors-0/+21
2014-03-13auto merge of #12849 : nick29581/rust/doubles, r=alexcrichtonbors-0/+1
2014-03-13Apply @nikomatsakis' nits and comments patch.Eduard Burtescu-1/+1
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-5/+5
2014-03-12auto merge of #12822 : erickt/rust/cleanup, r=acrichtobors-3/+3
2014-03-12syntax: change the #[deriving(Hash)] typaram variable nameErick Tryzelaar-3/+3
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-18/+1
2014-03-12Suggest explicit lifetime parameter on some errorsKiet Tran-0/+21
2014-03-12Update last_span in replace_tokenNick Cameron-0/+1
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-51/+52
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-9/+9
2014-03-11auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwaltonbors-1/+2
2014-03-11syntax: Add support for trait bounds on procsAlex Crichton-1/+2
2014-03-12rand: deprecate `rng`.Huon Wilson-1/+1
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