about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-05-21auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichtonbors-2/+16
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-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
2014-05-13pprust: Print `&&e` instead of `& &e`klutzy-5/+0
2014-05-13pprust: Fix asm outputklutzy-14/+19
2014-05-13pprust: Add parentheses to some Exprklutzy-3/+45
2014-05-12Cleanup some ugly variable names, now that we have `let`-hygiene.Paul Stansifer-14/+14
2014-05-12Add some long-overdue documentation on the INTERPOLATED helper macros.Paul Stansifer-1/+6
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-14/+14
2014-05-09Register new snapshotsAlex Crichton-8/+2
2014-05-08auto merge of #13985 : alexcrichton/rust/libfmt, r=brsonbors-16/+7
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-16/+7
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-555/+670
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-27/+19
2014-05-07std: Modernize the local_data apiAlex Crichton-27/+19
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-24/+25
2014-05-07core: Inherit possible string functionalityAlex Crichton-5/+0
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-83/+124
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-6/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-83/+124
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-24/+25
2014-05-05auto merge of #13936 : Armavica/rust/lint_check-range, r=kballardbors-1/+1