about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-05-24Port more stuff to mark used attributesSteven Fackler-24/+43
2014-05-24First sketch of lint passSteven Fackler-4/+12
2014-05-24Add AttrId to Attribute_Steven Fackler-21/+74
2014-05-24auto merge of #14389 : Ryman/rust/14303, r=alexcrichtonbors-1/+13
2014-05-23Make most lexer errors non-fatalKevin Ballard-143/+104
2014-05-23Improve error message for lifetimes after type params.Kevin Butler-1/+13
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-248/+51
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-248/+51
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-4/+4
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-3/+3
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-5/+14
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-24/+32
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-170/+275
2014-05-22syntax: put the correct span on doc-comments inside a module.Huon Wilson-4/+4
2014-05-21auto merge of #14321 : alexcrichton/rust/ices, r=pcwaltonbors-1/+1
2014-05-21doc: Fix some broken linksAlex Crichton-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-2/+2
2014-05-21auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichtonbors-2/+16
2014-05-21std: Change hash to reexport its own WriterAlex Crichton-1/+2
2014-05-21rustc: improve error messages from wrong --pretty flowgraph use.Huon Wilson-4/+10
2014-05-20Change std inject attributes to outer attributesKevin Ballard-2/+16
2014-05-20syntax: Parse global paths in patternsAlex Crichton-1/+1
2014-05-19Reset the terminal color before the newline for diagnosticsKevin Ballard-2/+21
2014-05-19auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonwbors-7/+52
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-7/+52
2014-05-16auto merge of #14233 : pcwalton/rust/detildestr-morelibs, r=alexcrichtonbors-3/+6
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-2/+3
2014-05-16libfmt_macros: Remove all uses of `~str` from `libfmt_macros`Patrick Walton-1/+3
2014-05-16Update for BoxCorey Richardson-1/+1
2014-05-16syntax: update for libterm falloutCorey Richardson-4/+4
2014-05-15Updates with core::fmt changesAlex Crichton-9/+9
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-29/+62
2014-05-15auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichtonbors-1/+11
2014-05-15Add `EntryPat` and `NodePat` variants to ast_map.Felix S. Klock II-1/+11
2014-05-15auto merge of #14040 : hannobraun/rust/force-color-output, r=alexcrichtonbors-6/+20
2014-05-15Add compiler flag to configure output coloringHanno Braun-6/+20
2014-05-15syntax::visit: pub `walk_explicit_self` so impls can call it as defaults do.Felix S. Klock II-3/+13
2014-05-14Removed unnecessary arguments for walk_* functionsMichael Darakananda-12/+7
2014-05-13syntax: Improve --pretty normal slightlyAlex Crichton-2/+8
2014-05-13syntax: Preserve attributes in #[deriving]Alex Crichton-11/+25
2014-05-13syntax: Print suffixed token literals correctlyAlex Crichton-0/+3
2014-05-13syntax: Fix parsing << with closure typesAlex Crichton-6/+54
2014-05-13syntax: Fix printing INT64_MINAlex Crichton-12/+29
2014-05-13Touch up and rebase previous commitsAlex Crichton-29/+13
2014-05-13libsyntax: Workaround pprust `for` issueklutzy-1/+1
2014-05-13pprust: Remove unnecessary && of `print_tt`klutzy-4/+4