about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-10-29Diagnostic: resolve bare fn in expected closuregamazeps-0/+7
2014-10-28Update code with new lint namesAaron Turon-8/+8
2014-10-28Move token-to-string functions into print::pprustBrendan Zabarauskas-106/+108
2014-10-28Use an enum rather than a bool in token::IdentBrendan Zabarauskas-55/+93
2014-10-28Convert some token functions into methodsBrendan Zabarauskas-299/+293
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-987/+1029
2014-10-27rollup merge of #18362 : kevinmehall/pprint-struct-pat-shorthandAlex Crichton-3/+5
2014-10-27rollup merge of #18332 : jbcrail/fix-commentsAlex Crichton-1/+1
2014-10-27rollup merge of #18326 : sfackler/cfg-finalAlex Crichton-17/+5
2014-10-27rollup merge of #18303 : cgaebel/make-vec-match-sliceAlex Crichton-1/+1
2014-10-27rollup merge of #18256 : SimonSapin/view_item_to_stringAlex Crichton-0/+4
2014-10-27Preserve struct field pattern shorthand in the prettyprinter.Kevin Mehall-3/+5
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-10-26Update parse::test::string_to_tts_1 testBrendan Zabarauskas-113/+100
2014-10-25Finish cfg syntax transitionSteven Fackler-17/+5
2014-10-26Add a KleeneOp enum for clarityBrendan Zabarauskas-30/+42
2014-10-26Reduce the size of the TokenTreeBrendan Zabarauskas-22/+34
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-91/+91
2014-10-26Prevent some vector reallocationsBrendan Zabarauskas-11/+10
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-91/+94
2014-10-26Add Span and separate open/close delims to TTDelimBrendan Zabarauskas-88/+135
2014-10-24Make the Vec data structure layout match raw::Slice.Clark Gaebel-1/+1
2014-10-24Add a lint for not using field pattern shorthandsP1start-29/+44
2014-10-23Add syntax::print::pprint::view_item_to_stringSimon Sapin-0/+4
2014-10-22auto merge of #18141 : phildawes/rust/master, r=brsonbors-3/+49
2014-10-21Change method lookup infrastructure to use the trait methods. InsteadNiko Matsakis-0/+8
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-411/+209
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-411/+209
2014-10-19fix printing signed literal in print_literalAleksandr Koshlo-1/+10
2014-10-18Parser: Fix spans of explicit self arg identsPhil Dawes-3/+49
2014-10-18auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichtonbors-1/+1
2014-10-17auto merge of #16855 : P1start/rust/help-messages, r=brsonbors-11/+31
2014-10-17Add tests for a few fixed issuesJakub Wieczorek-1/+1
2014-10-16libsyntax: Don't accept :? as a format specifier.Luqman Aden-1/+0
2014-10-16libsyntax: Remove all uses of {:?}.Luqman Aden-22/+23
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-13rollup merge of #17927 : alexcrichton/more-constAlex Crichton-1/+3
2014-10-13auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichtonbors-2/+95
2014-10-13auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichtonbors-99/+22
2014-10-13auto merge of #17757 : gamazeps/rust/issue17709, r=alexcrichtonbors-5/+14
2014-10-12rustc: Warn about dead constantsAlex Crichton-1/+3
2014-10-12Continue cfg syntax transitionSteven Fackler-99/+22
2014-10-11Remove `virtual` structs from the languageJakub Wieczorek-59/+10
2014-10-10Move `while let` behind `while_let` feature gateJohn Gallagher-0/+5
2014-10-10Desugar `while let` into `loop { match { ... } }`John Gallagher-1/+10
2014-10-10Teach libsyntax about `while let`John Gallagher-1/+80
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-62/+82
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09syntax: Tweak the return value of bytes!()Alex Crichton-14/+9