about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-11-03rollup merge of #18132 : P1start/more-helpAlex Crichton-8/+17
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-45/+46
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-18/+15
2014-11-03Clean-up transmutes in libsyntaxAriel Ben-Yehuda-11/+8
2014-11-03Test fixes and rebase conflictsAlex Crichton-0/+4
2014-11-03rollup merge of #18542 : jakub-/struct-inherit-feature-gateAlex Crichton-1/+1
2014-11-03rollup merge of #18537 : japaric/no-secretAlex Crichton-18/+19
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-1/+1
2014-11-03rollup merge of #18470 : alexcrichton/dash-lAlex Crichton-21/+37
2014-11-03Doc: corrects obsolete pointer syntaxgamazeps-1/+1
2014-11-03Ignore whitespace tokens when re-computing spans in save_analysisNick Cameron-17/+16
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-02Mark the `struct_inherit` feature as removedJakub Bukaj-1/+1
2014-11-02syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!`Jorge Aparicio-18/+19
2014-11-02Convert some notes to help messagesP1start-8/+17
2014-11-01collections: Remove all collections traitsAlex Crichton-14/+14
2014-10-31DSTify HashJorge Aparicio-7/+7
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-21/+37
2014-10-30Test fixes and rebase conflictsAlex Crichton-8/+8
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-25/+22
2014-10-30rollup merge of #18430 : bjz/tokenAlex Crichton-364/+360
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-8/+8
2014-10-30rollup merge of #18417 : P1start/lint-fixesAlex Crichton-0/+24
2014-10-30rollup merge of #18409 : gamazeps/issue15273Alex Crichton-0/+7
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-25/+22
2014-10-30Add a message for when a `.` follows a macro invocationP1start-0/+10
2014-10-30Improve the error message for parenthesised box expressionsP1start-0/+14
2014-10-30Formatting fixesBrendan Zabarauskas-13/+21
2014-10-30Remove Token::get_close_delimiterBrendan Zabarauskas-58/+33
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-302/+315
2014-10-29Rename fail! to panic!Steve Klabnik-89/+89
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