about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-55/+114
2015-02-07Use path helper macros in derivingKeegan McAllister-28/+38
2015-02-07Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat...bors-8/+20
2015-02-07Fix handling of parse errors when using `include!()`.Leo Testard-2/+6
2015-02-07Fix libsyntax so we can bootstrap even with move out of array restriction.Felix S. Klock II-2/+2
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-105/+103
2015-02-06librustdoc has been updatedGuillaumeGomez-7/+7
2015-02-07Rollup merge of #22005 - nagisa:obsolete-ctx, r=alexcrichtonManish Goregaokar-3/+3
2015-02-06Remove word syntax from obsolete syntax messagesSimonas Kazlauskas-3/+3
2015-02-06Fix infinite loop errorGuillaumeGomez-1/+1
2015-02-06Remove getenv warningGuillaumeGomez-4/+3
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-46/+46
2015-02-06Libsyntax has been updatedGuillaumeGomez-118/+90
2015-02-06Update HEAD:masterGuillaumeGomez-1/+1
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-104/+123
2015-02-06Add Str trait to InternedString, set get method deprecatedGuillaumeGomez-0/+8
2015-02-06Rollup merge of #21958 - brson:stable-features, r=alexcrichtonManish Goregaokar-5/+10
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-2/+2
2015-02-06Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonwManish Goregaokar-10/+48
2015-02-06Auto merge of #21947 - bluss:full-range-syntax, r=brsonbors-22/+15
2015-02-06make `for PAT in ITER_EXPR { ... }` a terminating-scope for ITER_EXPR.Felix S. Klock II-8/+20
2015-02-05make codemap more robust in face of ill-formed spans.Felix S. Klock II-10/+48
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-62/+62
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-3/+1
2015-02-04Add a lint for writing `#[feature]` for stable features, warn by default.Brian Anderson-5/+10
2015-02-04Fix for misspelled comments.Joseph Crail-2/+2
2015-02-04register snapshotsJorge Aparicio-5/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-23/+23
2015-02-04Implement `..` syntax for RangeFull as expressionUlrik Sverdrup-19/+14
2015-02-04Add QPath construction to ExtCtxt for UFCS support.Hugo van der Wijst-0/+56
2015-02-04Auto merge of #21499 - P1start:issue-8706, r=huonwbors-23/+58
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+4
2015-02-03rollup merge of #21910: Manishearth/missing_stabilityAlex Crichton-0/+6
2015-02-03rollup merge of #21899: nikomatsakis/closure-unify-anyhowAlex Crichton-61/+51
2015-02-04Replace `be` with `become`Andrea Canciani-1/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+4
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-04Add unmarked_api feature (fixes #21884)Manish Goregaokar-0/+6
2015-02-03Update for new snapshot after rebasing.Niko Matsakis-1/+1
2015-02-03Correct one case where the inference was detecting a looser result than theNiko Matsakis-1/+1
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-60/+50
2015-02-04Compute widths properly when displaying spans in error messagesP1start-23/+58
2015-02-02rollup merge of #21845: Potpourri/import-syntaxAlex Crichton-3/+8
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-2/+2
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-151/+149
2015-02-02rollup merge of #21825: kmcallister/ttdelim-spanAlex Crichton-1/+24
2015-02-02rollup merge of #21817: edwardw/symmetric-binopAlex Crichton-0/+14
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-8/+8
2015-02-02rollup merge of #21754: semarie/openbsd-rebasedAlex Crichton-2/+4
2015-02-02rollup merge of #21710: alfie/libsyntaxAlex Crichton-142/+142