about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-8/+8
2014-08-09Helper method for `pprust::State` for printing instances of `ast_map::Node`.Felix S. Klock II-0/+29
2014-08-09refactored pprust::State constructor methods out from `pprust::print_crate`.Felix S. Klock II-24/+51
2014-08-09ast_map: Added iterator over all node id's that match a path suffix.Felix S. Klock II-1/+132
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-3/+3
2014-08-07Rename `Share` to `Sync`Alex Crichton-3/+3
2014-08-07Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,Niko Matsakis-48/+149
2014-08-07auto merge of #16306 : pnkfelix/rust/fsk-ast-refactor-PatWild, r=alexcrichtonbors-14/+23
2014-08-06auto merge of #16291 : nham/rust/byte_literals, r=alexcrichtonbors-2/+2
2014-08-06AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.Felix S. Klock II-14/+23
2014-08-06Use byte literals in libsyntaxnham-2/+2
2014-08-05syntax: Handle \r\n in byte string literalsAlex Crichton-18/+38
2014-08-05Fixes missing overflow lint for i64 #14269Falco Hirschenberger-67/+97
2014-08-01Fix misspelled comments.Joseph Crail-6/+6
2014-08-01auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichtonbors-5/+8
2014-07-31auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakisbors-304/+429
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-2/+4
2014-07-31rustrt: Make begin_unwind take a single file/line pointerBrian Anderson-5/+8
2014-07-31Fix trailing whitespaceMichael Neumann-1/+1
2014-07-30auto merge of #15915 : erickt/rust/master, r=alexcrichtonbors-1/+1
2014-07-30auto merge of #16037 : erickt/rust/quote_arm, r=acrichtobors-75/+151
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-1/+1
2014-07-29syntax: add support for quoting armsErick Tryzelaar-25/+40
2014-07-29Fix a bug pretty printing `match { 5i } { _ => { } }`Erick Tryzelaar-48/+53
2014-07-29syntax: promote a comment on PatEnum into a docstringErick Tryzelaar-2/+4
2014-07-29syntax: allow quasiquoter to inline `Vec<Stmt>`sErick Tryzelaar-0/+2
2014-07-29syntax: add some more extension helper methodsErick Tryzelaar-0/+52
2014-07-29libsyntax: Don't ICE on macro invocation in count expr of fixed array type.Luqman Aden-2/+5
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-2/+4
2014-07-29Add a few more derivings to AST typesMarvin Löbel-10/+10
2014-07-29Refactored syntax::fold.Marvin Löbel-294/+419
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-183/+208
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-97/+7
2014-07-24librustc: Make bare functions implement the `FnMut` trait.Patrick Walton-1/+7
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-13/+16
2014-07-23Parser: Global single-segment paths should be represented as PatEnumJakub Wieczorek-1/+1
2014-07-22auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwaltonbors-1/+6
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+4
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-22Refactoring: Only use `MacroExpander` for expanding outside ofMarvin Löbel-26/+13
2014-07-21Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx`Marvin Löbel-201/+213
2014-07-21Allow merging of statics generated by format!()Björn Steinbrink-1/+6
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-21syntax: Join consecutive string literals in format strings togetherroot-10/+33
2014-07-21repair macro docsJohn Clements-12/+9
2014-07-20auto merge of #15808 : jakub-/rust/use-mod, r=alexcrichtonbors-25/+49
2014-07-20auto merge of #15805 : Sawyer47/rust/issue-8709, r=alexcrichtonbors-3/+5
2014-07-20auto merge of #15814 : kvark/rust/ast, r=huonwbors-2/+6
2014-07-20Implement new mod import sugarJakub Wieczorek-25/+49
2014-07-20auto merge of #15785 : treeman/rust/fix-15780, r=alexcrichtonbors-2/+11