about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-07-22prototype Placer protocol for unstable overloaded-box and placement-in.Felix S. Klock II-0/+114
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-2/+117
2015-07-21Assign proper span to range expressionMarcus Klaas-4/+5
2015-07-21Avoid repeated trait bounds in derived implsFlorian Hartwig-0/+11
2015-07-21Auto merge of #26816 - nrc:zero-codemap, r=@jroeschbors-113/+141
2015-07-21Use a span from the correct file for the inner span of a moduleNick Cameron-13/+25
2015-07-21Provide a filemap ctor with line infoNick Cameron-22/+19
2015-07-21Allow for space between each filemap in the codemapNick Cameron-78/+97
2015-07-21Auto merge of #27153 - alexcrichton:flaky-tests, r=brsonbors-0/+5
2015-07-20Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakisbors-3/+15
2015-07-20syntax: Suppress panic message on `fatal`Alex Crichton-0/+5
2015-07-20Auto merge of #27065 - marcusklaas:loop-label, r=nrcbors-19/+23
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-3/+15
2015-07-18Include label in the span of loopsMarcus Klaas-19/+23
2015-07-18Define and use a `print_maybe_styled!` macro in libsyntax/diagnostic.rsP1start-20/+38
2015-07-18Rollup merge of #27067 - GuillaumeGomez:patch-1, r=cmrManish Goregaokar-0/+6
2015-07-18Rollup merge of #26777 - barosl:macro-doc-escapes, r=pnkfelixManish Goregaokar-1/+1
2015-07-17Improve register_long_diagnostics macroGuillaume Gomez-0/+3
2015-07-16Improve register_diagnostics macroGuillaume Gomez-0/+3
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-10Preserve escape sequences in documentation comments on macro expansionBarosl Lee-1/+1
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