about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-11-24Remove "this"Jonas Schievink-1/+1
2015-11-23Print the macro context name on incomplete parseJonas Schievink-10/+10
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-18/+28
2015-11-18Rework the `IdVisitor` so that it only visits item contents (and doesn'tNiko Matsakis-18/+10
2015-11-18Add some unicode aliases for ".Huon Wilson-0/+17
2015-11-17Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfacklerbors-57/+57
2015-11-17Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakisbors-38/+37
2015-11-17Fix match_ref_pats flagged by ClippySeo Sanghyeon-57/+57
2015-11-17Auto merge of #29837 - Wafflespeanut:unicode_chars, r=Manishearthbors-1/+193
2015-11-17Detect confusing unicode characters and show the alternativeRavi Shankar-1/+193
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-38/+37
2015-11-16Auto merge of #29828 - sanxiyn:check-macro, r=nrcbors-49/+63
2015-11-14Check macro definition and do not expand invalid macrosSeo Sanghyeon-3/+22
2015-11-14Reindent codeSeo Sanghyeon-22/+22
2015-11-14Store TokenTree in MacroRulesMacroExpanderSeo Sanghyeon-28/+23
2015-11-13Move the panicking parse functions out of the parserKyle Mayes-50/+52
2015-11-13Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiynbors-87/+87
2015-11-12Auto merge of #29807 - nrc:op_span, r=brsonbors-1/+1
2015-11-13Fix a bad span for binopsNick Cameron-1/+1
2015-11-12Auto merge of #29780 - KyleMayes:quote-ext, r=nrcbors-1/+86
2015-11-12Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnikbors-17/+24
2015-11-12libsyntax: deny warnings in doctestsKevin Butler-17/+24
2015-11-12Add -Zinput-statsNick Cameron-1/+174
2015-11-11libsyntax: Add more quasiquoting macrosKyle Mayes-1/+86
2015-11-11Auto merge of #29744 - sanxiyn:modernize, r=nrcbors-30/+30
2015-11-11Auto merge of #29727 - alexcrichton:debug-unused-result, r=sfacklerbors-4/+21
2015-11-10Rename _nopanic methods to remove the suffix.Eli Friedman-87/+87
2015-11-10Auto merge of #29725 - aturon:lang-features, r=huonwbors-45/+59
2015-11-10Auto merge of #29714 - petrochenkov:strparse, r=nrcbors-46/+37
2015-11-10Use lifetime elisionSeo Sanghyeon-10/+10
2015-11-10Use deref coercionsSeo Sanghyeon-20/+20
2015-11-09std: Migrate to the new libcAlex Crichton-5/+8
2015-11-09Use enum ParsePub instead of bool in field parsing + typoVadim Petrochenkov-13/+26
2015-11-09Improve error messageVadim Petrochenkov-0/+2
2015-11-09syntax: Use `let _` in #[derive(Debug)]Alex Crichton-4/+21
2015-11-09Tag feature gates with issuesAaron Turon-45/+59
2015-11-09syntax: Merge parsing code for structures and variantsVadim Petrochenkov-44/+20
2015-11-06Auto merge of #29582 - oli-obk:token_tree, r=sfacklerbors-204/+214
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-204/+214
2015-11-06Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichtonbors-4/+2
2015-11-05Auto merge of #29565 - sfackler:issue-29540, r=huonwbors-24/+35
2015-11-05remove excess string allocationSteve Klabnik-4/+2
2015-11-05Auto merge of #28887 - steveklabnik:gh28851, r=alexcrichtonbors-5/+6
2015-11-05Improve error message for char literalsSteve Klabnik-5/+6
2015-11-03Don't chain method calls in #[derive(Debug)]Steven Fackler-24/+35
2015-11-03Allow indirect operands to be used as inputs for inline asmAmanieu d'Antras-2/+2
2015-11-03Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrcbors-177/+161
2015-11-02Auto merge of #29291 - petrochenkov:privacy, r=alexcrichtonbors-0/+6
2015-11-01Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichtonbors-3/+3
2015-11-01Add code formatting on PatVec docsManish Goregaokar-2/+2