summary refs log tree commit diff
path: root/src/libsyntax_pos/symbol.rs
AgeCommit message (Expand)AuthorLines
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-28/+164
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-0/+4
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-15Provide better names for builtin deriving-generated attributesJames Sanderson-0/+4
2018-04-11Reenumerated symbolsJoshua Barretto-13/+13
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-8/+27
2018-04-05Merge pull request #1 from rust-lang/masterJoshua Barretto-1/+5
2018-04-05Removed 'proc' from the reserved keywords listJoshua Barretto-1/+0
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-1/+5
2018-03-17Make Span and Symbol implement Send and SyncJohn Kåre Alsaker-1/+5
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-61/+65
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-9/+10
2017-12-07Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkovbors-0/+10
2017-12-07don't print self symbol's internal index unless gensymedNiko Matsakis-1/+10
2017-12-07remove unused testAgustin Chiappe Berrini-20/+0
2017-12-07remove unnecessary functionAgustin Chiappe Berrini-5/+1
2017-12-07address commentsAgustin Chiappe Berrini-18/+0
2017-12-06and refactor to just move the checkingAgustin Chiappe Berrini-0/+52
2017-11-13Fix style in interner testJohn-John Tedro-1/+1
2017-11-03add `auto` keyword, parse `auto trait`, lower to HIRleonardo.yvens-5/+6
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-4/+5
2017-08-31Implement From<&str> for Symbol.Eduard-Mihai Burtescu-0/+6
2017-07-30resolve: Fix instability in import suggestionsVadim Petrochenkov-1/+1
2017-06-29Change some terminology around keywords and reserved identifierspetrochenkov-64/+63
2017-06-29Make `$crate` a keywordVadim Petrochenkov-51/+52
2017-06-05syntax_pos::Symbol should not implement SyncWesley Wiser-0/+1
2017-05-25Improve intercrate hygiene.Jeffrey Seyfried-2/+13
2017-05-25Improve efficiency.Jeffrey Seyfried-10/+32
2017-05-25Hygienize `librustc_resolve`.Jeffrey Seyfried-2/+2
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-0/+389