about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-07-16Rollup merge of #26838 - P1start:refactor-diagnostic, r=alexcrichtonManish Goregaokar-396/+392
2015-07-13Auto merge of #27000 - alexcrichton:semi-after-type, r=cmrbors-1/+1
2015-07-13Auto merge of #26947 - nagisa:unicode-escape-error, r=nrcbors-17/+27
2015-07-13Auto merge of #26750 - nrc:refactor-submod, r=sfacklerbors-68/+108
2015-07-13Tell unicode escapes can’t be used as bytes earlier/moreSimonas Kazlauskas-16/+14
2015-07-12syntax: Allow semi tokens after macro ty/pathAlex Crichton-1/+1
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-5/+5
2015-07-10Improve some of the string escape diagnostic spansSimonas Kazlauskas-6/+4
2015-07-10Improve incomplete unicode escape reportingSimonas Kazlauskas-5/+19
2015-07-10Auto merge of #26907 - nrc:save-fns, r=brsonbors-7/+6
2015-07-09Auto merge of #26904 - bluss:no-repeat, r=alexcrichtonbors-6/+4
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-6/+4
2015-07-09Auto merge of #26515 - quantheory:check_enum_recursion, r=nrcbors-1/+6
2015-07-09Fix a span bug for qualified pathsNick Cameron-4/+2
2015-07-09save-analysis: API-ify pathsNick Cameron-1/+1
2015-07-09Fix a bug where macros in expression position don't have expansion inidices i...Nick Cameron-3/+4
2015-07-08Change some free functions into methods in libsyntax/diagnostic.rsP1start-396/+392
2015-07-07Auto merge of #26747 - huonw:stability-issue, r=alexcrichtonbors-23/+45
2015-07-06rustc: implement `unstable(issue = "nnn")`.Huon Wilson-23/+45
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-17/+41
2015-07-03Auto merge of #26378 - arielb1:unused-mut, r=pnkfelixbors-1/+1
2015-07-03Refactor how the parser looks for sub-modulesNick Cameron-68/+108
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2
2015-07-01Auto merge of #26034 - Gankro:deprecate-bits, r=alexcrichtonbors-0/+3
2015-07-01fallout of bitvec/bitset deprecationAlexis Beingessner-0/+3
2015-07-01Auto merge of #26540 - oli-obk:issue11715, r=nrcbors-2/+73
2015-07-01Make the unused_mut lint smarter with respect to locals.Ariel Ben-Yehuda-1/+1
2015-06-24Added unit test for code indent of multi-line errorsOliver Schneider-1/+66
2015-06-24Indent code past the widest line numberTheo Belaire-2/+8
2015-06-23Auto merge of #26061 - Gankro:inherit-dep, r=brsonbors-3/+3
2015-06-22Fix issue #23302, ICE on recursively defined enum variant discriminant.Sean Patrick Santos-1/+6
2015-06-22fix minor indentation issuesYongqian Li-13/+13
2015-06-20Rollup merge of #26452 - michaelsproul:the-second-coming, r=pnkfelixManish Goregaokar-87/+45
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-13/+38
2015-06-20diagnostics: Resurrect the Compiler Error Index.Michael Sproul-87/+45
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-1/+38
2015-06-19Move AST Repr impls to Debug impls in libsyntax.Eduard Burtescu-11/+83
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-3/+6
2015-06-18Auto merge of #26347 - nagisa:macro-exp, r=nrcbors-72/+70
2015-06-17Remove unused emit_feature_warn functionBrian Anderson-12/+0
2015-06-17collections: Split the `collections` featureAlex Crichton-2/+4
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+2
2015-06-16Auto merge of #26280 - Marwes:deriving_discriminant, r=pcwaltonbors-42/+90
2015-06-16Remove superfluous variableSimonas Kazlauskas-2/+0
2015-06-16Fix file!(), line!() and column!() macrosSimonas Kazlauskas-72/+72
2015-06-14Replaced a comment mentioning a fixed issueMarkus Westerlind-3/+5
2015-06-14diagnostics: Allow long URLs in error explanations.Michael Sproul-2/+9
2015-06-13Utilize discriminant_value for more efficient derivingMarkus-39/+85
2015-06-11validate stability against deprecation versionAlexis Beingessner-3/+3
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-38/+38