about summary refs log tree commit diff
path: root/src/libsyntax_ext/assert.rs
AgeCommit message (Expand)AuthorLines
2019-08-23Audit uses of `apply_mark` in built-in macrosVadim Petrochenkov-1/+1
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-6/+3
2019-08-13syntax: Remove `DummyResult::expn_only`Vadim Petrochenkov-1/+1
2019-08-04Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkovbors-0/+1
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-1/+0
2019-07-30Point at type ascription before macro invocation on expansion parse errorEsteban Küber-0/+1
2019-07-19Adjust other names after the `Mark` renamingVadim Petrochenkov-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-06-07parser: `self.span` -> `self.token.span`Vadim Petrochenkov-2/+2
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-1/+2
2019-06-06syntax: Switch function parameter order in `TokenTree::token`Vadim Petrochenkov-1/+1
2019-06-06syntax: Use `Token` in `Parser`Vadim Petrochenkov-1/+1
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-1/+1
2019-06-06syntax: Rename `Token` into `TokenKind`Vadim Petrochenkov-2/+2
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-2/+2
2019-05-23syntax: Turn `token::Lit` into a structVadim Petrochenkov-9/+6
2019-04-25Handle common assert! misusesAlexey Shmalko-14/+60
2019-04-17Make assert! ensure the macro is parsed completelyAlexey Shmalko-2/+9
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-04libsyntax_ext => 2018Taiki Endo-2/+3
2019-01-02make `panictry!` private to libsyntaxAndy Russell-24/+44
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04emit error with span for empty assertsAndy Russell-0/+8
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-1/+1
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+1
2018-05-06Fix assertion message generationShotaro Yamada-57/+4
2018-04-06Remove more duplicated spansVadim Petrochenkov-1/+2
2018-04-06Use `Span::apply_mark` where possibleVadim Petrochenkov-1/+1
2018-03-14Escape stringified expressionShotaro Yamada-5/+63
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-0/+64