about summary refs log tree commit diff
path: root/src/libsyntax_pos
AgeCommit message (Expand)AuthorLines
2018-06-28Fix rebaseVadim Petrochenkov-0/+5
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-22/+1
2018-06-28Use `Ident`s for lifetimes in HIRVadim Petrochenkov-0/+4
2018-06-27syntax_pos: Store multibyte char size as u8 instead of u32.Michael Woerister-2/+2
2018-06-27Add comments to analzye_filemap().Michael Woerister-0/+2
2018-06-27Add SSE2 accelerated version of FileMap analysis.Michael Woerister-68/+444
2018-06-27Use u32 instead of usize of encoding byte count of multi-byte chars.Michael Woerister-3/+17
2018-06-27Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable.Michael Woerister-70/+88
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+3
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-2/+2
2018-06-25Fix typoBerkus Karchebnyy-1/+1
2018-06-23hygiene: Merge `NameAndSpan` into `ExpnInfo`Vadim Petrochenkov-52/+41
2018-06-23hygiene: Make sure transparency of `Mark::root()` is an implementation detail...Vadim Petrochenkov-0/+2
2018-06-23hygiene: Rename `MarkKind` to `Transparency`Vadim Petrochenkov-19/+51
2018-06-23hygiene: Make sure expansion info is set at most once for a given `Mark`Vadim Petrochenkov-1/+8
2018-06-23hygiene: Give `Debug` impls to hygiene structuresVadim Petrochenkov-2/+4
2018-06-21async await desugaring and testsTaylor Cramer-0/+2
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-0/+5
2018-06-14Fix comment on editionsManish Goregaokar-1/+1
2018-06-09Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)'Havvy-22/+18
2018-06-07Add existential type definitonsOliver Schneider-0/+5
2018-06-04Add doc keyword supportGuillaume Gomez-0/+11
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