about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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-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-01Give access to field attributes in ext::derivingManish Goregaokar-29/+33
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-25Fix #20616York Xiang-1/+40
2015-04-24Rollup merge of #24749 - lstat:feature-gate-22820, r=nrcSteve Klabnik-2/+2
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
2015-04-24Do not include attributes in trait item spans.Nick Cameron-5/+4
2015-04-23Auto merge of #24683 - P1start:help-suggestions, r=nrcbors-3/+8
2015-04-22Auto merge of #24685 - nrc:span-pred, r=huonwbors-3/+3
2015-04-22Fix spans for predicates in where clausesNick Cameron-3/+3
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-13/+20
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-13/+20
2015-04-21syntax: Copy unstable str::char_at into libsyntaxErick Tryzelaar-22/+39
2015-04-21syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32Erick Tryzelaar-6/+4
2015-04-21syntax: Remove #[feature(path_ext)]Erick Tryzelaar-3/+3
2015-04-21syntax: replace Vec::push_all with stable Vec::extendErick Tryzelaar-9/+14
2015-04-21syntax: Replace Vec::map_in_place with stable mut iteratorErick Tryzelaar-9/+11
2015-04-21syntax: Replace [].tail with the stable [1..] syntaxErick Tryzelaar-1/+1
2015-04-21syntax: Replace String::from_str with the stable String::fromErick Tryzelaar-9/+9
2015-04-21syntax: remove #[feature(quote, unsafe_destructor)]Erick Tryzelaar-6/+43
2015-04-21syntax: Don't use unstable fn to convert single element to a sliceErick Tryzelaar-1/+4
2015-04-21syntax: Remove use of TraitObject in pretty printerErick Tryzelaar-13/+8
2015-04-21syntax: remove uses of `.into_cow()`Erick Tryzelaar-5/+4
2015-04-21syntax: Remove uses of #[feature(slice_patterns)]Erick Tryzelaar-47/+73
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-46/+44
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-4/+0
2015-04-21Change a few error messages to give code suggestionsP1start-3/+8
2015-04-18Rollup merge of #24542 - michaelsproul:rollup, r=alexcrichtonManish Goregaokar-0/+21
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-8/+7