about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
2014-03-10syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of...Dmitry Promsky-14/+58
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-31/+0
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-2/+2
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-12/+12
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-92/+50
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-0/+75
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-556/+551
2014-03-04auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichtonbors-16/+16
2014-03-04auto merge of #12671 : nick29581/rust/expand, r=sfacklerbors-6/+15
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-16/+16
2014-03-04Expand nested items within a backtrace.Nick Cameron-6/+15
2014-03-04auto merge of #12697 : thestinger/rust/vec, r=huonwbors-0/+1
2014-03-04mark the `map` method on Vec<T> as deprecatedDaniel Micay-0/+1
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-47/+21
2014-03-02auto merge of #12662 : sfackler/rust/unexported-type, r=cmrbors-7/+6
2014-03-02Make visible types public in rustcSteven Fackler-7/+6
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-306/+550
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-979/+934
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-2/+2
2014-03-01auto merge of #12627 : alexcrichton/rust/issue-12623, r=brsonbors-104/+116
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-23/+49
2014-02-28rustdoc: Capture all output from rustc by defaultAlex Crichton-1/+5