about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-06-04syntax: Make quasiquoter use absolute pathsklutzy-69/+54
2014-06-02auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichtonbors-7/+7
2014-06-02auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichtonbors-12/+39
2014-06-02syntax: Remove use of `pub use` globsklutzy-12/+39
2014-06-02docs: Stop using `notrust`Florian Gilcher-7/+7
2014-06-02Fix deriving Encodable trait for unit structsPiotr Jawniak-0/+8
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-31syntax: Fix an accidental hyperlink in a commentAlex Crichton-1/+1
2014-05-30syntax: Prepare for Total{Eq,Ord} => {Eq,Ord}Alex Crichton-6/+7
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-16/+15
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-20/+27
2014-05-29auto merge of #14427 : alexcrichton/rust/librand, r=huonwbors-2/+3
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+3
2014-05-29auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelixbors-4/+5
2014-05-29auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfacklerbors-2/+2
2014-05-28Expand macros in patternsKeegan McAllister-5/+90
2014-05-28Add patterns to MacResultKeegan McAllister-0/+35
2014-05-28rustc: Accept PartialOrd/PartialOrdEq for Eq/OrdAlex Crichton-4/+5
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-18/+18
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-65/+65
2014-05-27std: Rename strbuf operations to stringRicho Healey-48/+48
2014-05-27std: Remove String's to_ownedRicho Healey-17/+17
2014-05-27syntax: desugar a `for` loop to a let binding to get better errorHuon Wilson-4/+32
2014-05-26syntax: Add a source field to `Local` for tracking if it comes from `let`s or...Huon Wilson-1/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-63/+63
2014-05-24Changes from feedbackSteven Fackler-29/+18
2014-05-24Port more stuff to mark used attributesSteven Fackler-0/+3
2014-05-24First sketch of lint passSteven Fackler-1/+1
2014-05-24Add AttrId to Attribute_Steven Fackler-14/+32
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-1/+0
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-1/+0
2014-05-22auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brsonbors-1/+2
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+6
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-8/+13
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-94/+147
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21std: Change hash to reexport its own WriterAlex Crichton-1/+2
2014-05-19auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonwbors-0/+2
2014-05-18auto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732, r=alexcrichtonbors-0/+3
2014-05-18Output debug info on how `#[phase] extern crate foo;` gets resolved.Felix S. Klock II-0/+3
2014-05-18Make bytes!() return 'staticKevin Ballard-6/+27
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-0/+2
2014-05-16libfmt_macros: Remove all uses of `~str` from `libfmt_macros`Patrick Walton-1/+3
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-29/+62
2014-05-13syntax: Preserve attributes in #[deriving]Alex Crichton-11/+25
2014-05-13Touch up and rebase previous commitsAlex Crichton-4/+12
2014-05-13libsyntax: Workaround pprust `for` issueklutzy-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3