summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-05-13address more review commentsManish Goregaokar-1/+6
2015-05-13Merge branch 'master' into mulit-decorNick Cameron-47/+27
2015-05-12Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakisbors-35/+15
2015-05-12RebasingNick Cameron-17/+17
2015-05-12Merge branch 'master' intoNick Cameron-65/+110
2015-05-12Proper spans for for loop expansionNick Cameron-14/+52
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-12/+12
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-9/+9
2015-05-09address fallout in libsyntaxtest.Felix S. Klock II-1/+5
2015-05-08Fix CRLF line-ending parsing for comments.Lee Jeffery-24/+26
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-9/+9
2015-05-08Fallout from fixing Issue 25199.Felix S. Klock II-3/+4
2015-05-07Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonwbors-8/+45
2015-05-07Add support for registering attributes with rustc in pluginsManish Goregaokar-13/+26
2015-05-07Fix use of UFCS syntax to call methods on associated types.Sean Patrick Santos-35/+15
2015-05-05Use `empty()` instead of a special constTamir Duberstein-3/+2
2015-05-05Guard against overflow in `codemap::span_to_lines`.Felix S. Klock II-8/+45
2015-05-05Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnikManish Goregaokar-1/+1
2015-05-04Fix spelling errors in documentation.Joseph Crail-1/+1
2015-05-04Correct pretty-printing of `type Foo<T> where T: Bound = ...;`Felix S. Klock II-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-12/+12
2015-05-02Auto merge of #25027 - Manishearth:deriving_attr, r=huonwbors-31/+38
2015-05-02Rename AstBuilder::expr_int -> AstBuilder::expr_isizeManish Goregaokar-5/+8
2015-05-02Auto merge of #25028 - bluss:drain-string, r=alexcrichtonbors-8/+5
2015-05-01syntax: Avoid reallocating or copying in CodeMap::new_filemapUlrik Sverdrup-8/+5
2015-05-01Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichtonManish Goregaokar-1/+1
2015-05-01Get tests passingNick Cameron-2/+3
2015-05-01Give access to field attributes in ext::derivingManish Goregaokar-29/+33
2015-04-30Merge branch 'master' into mulit-decorNick Cameron-660/+718
2015-04-30WIP refactor expansion of decorators and move derive to MultiDecoratorNick Cameron-277/+299
2015-04-29Remove mention of 'priv'; visibility is either PUB or nothingCarol Nichols-1/+1
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-34/+218
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-34/+218
2015-04-29FalloutTamir Duberstein-18/+22
2015-04-28Register new snapshotsTamir Duberstein-6/+0
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-85/+235
2015-04-25Interpolate AST nodes in quasiquote.Geoffry Song-502/+189
2015-04-25Auto merge of #24547 - bombless:comma, r=pnkfelixbors-1/+40
2015-04-25Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichtonbors-12/+12
2015-04-25Rebasing and making MulitDecorators workNick Cameron-29/+11
2015-04-25Fix #20616York Xiang-1/+40
2015-04-24Rollup merge of #24749 - lstat:feature-gate-22820, r=nrcSteve Klabnik-2/+2
2015-04-25Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decorNick Cameron-12/+99
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-12/+12
2015-04-23Feature-gate associated constants.Sean Patrick Santos-0/+28
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-80/+128
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-4/+52
2015-04-23Structural changes for associated constantsSean Patrick Santos-3/+29
2015-04-24Add ')' in `advaced_slice_patterns` error messageLuke Gallagher-1/+1
2015-04-24Add missing '\' for `custom_derive` error messageLuke Gallagher-1/+1