about summary refs log tree commit diff
path: root/src/libsyntax_pos
AgeCommit message (Expand)AuthorLines
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-3/+7
2018-05-18Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakisbors-8/+164
2018-05-18Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+7
2018-05-18Auto merge of #50566 - nnethercote:bump, r=petrochenkovbors-0/+10
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-13/+7
2018-05-17Turn some functions from `token.rs` into methods on `Ident`Vadim Petrochenkov-1/+62
2018-05-17Add two keywords specific to editions 2015 and 2018 respectivelyVadim Petrochenkov-7/+11
2018-05-17Add edition to expansion infoVadim Petrochenkov-1/+14
2018-05-17Move definition of `Edition` from libsyntax to libsyntax_posVadim Petrochenkov-0/+84
2018-05-17Rollup merge of #50610 - estebank:fmt-str, r=KimundiMark Simulacrum-0/+7
2018-05-14Hyperlink DOI against preferred resolverKatrin Leinweber-1/+1
2018-05-14Remove `StringReader::col`.Nicholas Nethercote-0/+9
2018-05-13Inline `char_at()` and `record_width`.Nicholas Nethercote-0/+1
2018-05-13Fix impl PartialOrd for InternedStringJohn Kåre Alsaker-1/+1
2018-05-12Rollup merge of #50607 - Zoxc:symbol-arena, r=michaelwoeristerMark Simulacrum-8/+34
2018-05-10Improve format string errorsEsteban Küber-0/+7
2018-05-10Allocate Symbol strings from an arenaJohn Kåre Alsaker-8/+34
2018-05-09Inline `Span` methods.Nicholas Nethercote-0/+3
2018-05-03Always inline simple BytePos and CharPos methods.Nicholas Nethercote-0/+10
2018-04-28Rollup merge of #50192 - bobtwinkles:libsyntax_extensions, r=jseyfriedkennytm-0/+49
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-28/+164
2018-04-26Fix review nitsbobtwinkles-6/+6
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-0/+4
2018-04-23Implement a least upper bound for marks.bobtwinkles-0/+27
2018-04-23Implement parent() on `syntax_pos::Span`bobtwinkles-0/+6
2018-04-23Add documentation for SyntaxContext::remove_markbobtwinkles-0/+16
2018-04-23Use FxHashMap in syntax_pos::symbol::Interner::intern.Nicholas Nethercote-2/+2
2018-04-17Rollup merge of #49699 - zesterer:master, r=joshtriplettGuillaume Gomez-14/+13
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-2/+2
2018-04-15Provide better names for builtin deriving-generated attributesJames Sanderson-0/+4
2018-04-12Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakisbors-0/+2
2018-04-11Reenumerated symbolsJoshua Barretto-13/+13
2018-04-10Add ok-wrapping to catch blocks, per RFCScott McMurray-0/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-1/+0
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-7/+1
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-1/+6
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-12/+77
2018-04-05Merge pull request #1 from rust-lang/masterJoshua Barretto-5/+11
2018-04-05Removed 'proc' from the reserved keywords listJoshua Barretto-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-2/+0
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-2/+10
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-2/+9
2018-03-17Make Span and Symbol implement Send and SyncJohn Kåre Alsaker-2/+10
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-2/+9
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-61/+65
2018-03-15Make FileMap thread-safeJohn Kåre Alsaker-30/+37
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-24/+41