summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-05-17Allow #[derive()] to generate unsafe methodsManish Goregaokar-1/+23
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-106/+107
2015-05-16Auto merge of #25462 - alexcrichton:favicon-https, r=nrcbors-1/+1
2015-05-16Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelixbors-34/+78
2015-05-16Auto merge of #25487 - P1start:extern-crate-unexpected-error, r=huonwbors-5/+1
2015-05-16Clarify the error message for malformed `extern crate` statementsP1start-5/+1
2015-05-16Fix the spans of `move` closuresP1start-4/+5
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-15Permit token trees, identifiers, and blocks to be following byNiko Matsakis-34/+78
2015-05-15Auto merge of #25219 - Eljay:fix-comment-parsing, r=alexcrichtonbors-24/+39
2015-05-15syntax: Unquoting some statements requires trailing semicolonsErick Tryzelaar-3/+11
2015-05-15syntax: Add unquoting ast::{Generics,WhereClause}Erick Tryzelaar-13/+38
2015-05-15syntax: Allow pretty printing more interpolated itemsErick Tryzelaar-13/+13
2015-05-14Fix stupid mistake from previous commitLee Jeffery-2/+5
2015-05-14Make BytePos calculation same as originalLee Jeffery-1/+2
2015-05-14syntax: abstract over the file loading mechanism.Eduard Burtescu-15/+58
2015-05-14syntax::parse: optimize file_to_filemap to read a string directly.Eduard Burtescu-21/+7
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-18/+12
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-44/+41
2015-05-14Move tracking of the next NodeId from syntax's ParseSess to rustc's Session.Eduard Burtescu-20/+1
2015-05-13Added test to check that newlines are stripped from commentsLee Jeffery-0/+9
2015-05-13Fix byte offset and error message inconsistenciesLee Jeffery-3/+3
2015-05-13make diagnostic message clearer when called from cargoMathieu Rochette-1/+1
2015-05-13Auto merge of #25318 - nrc:for-expn, r=sfacklerbors-14/+52
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