index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_pos
/
symbol.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-28
/
+164
2018-04-25
Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth
bors
-0
/
+4
2018-04-23
Use FxHashMap in syntax_pos::symbol::Interner::intern.
Nicholas Nethercote
-2
/
+2
2018-04-17
Rollup merge of #49699 - zesterer:master, r=joshtriplett
Guillaume Gomez
-14
/
+13
2018-04-15
Provide better names for builtin deriving-generated attributes
James Sanderson
-0
/
+4
2018-04-11
Reenumerated symbols
Joshua Barretto
-13
/
+13
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-7
/
+1
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-1
/
+6
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-8
/
+27
2018-04-05
Merge pull request #1 from rust-lang/master
Joshua Barretto
-1
/
+5
2018-04-05
Removed 'proc' from the reserved keywords list
Joshua Barretto
-1
/
+0
2018-03-23
Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister
Alex Crichton
-1
/
+5
2018-03-17
Make Span and Symbol implement Send and Sync
John Kåre Alsaker
-1
/
+5
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-61
/
+65
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-9
/
+10
2017-12-07
Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov
bors
-0
/
+10
2017-12-07
don't print self symbol's internal index unless gensymed
Niko Matsakis
-1
/
+10
2017-12-07
remove unused test
Agustin Chiappe Berrini
-20
/
+0
2017-12-07
remove unnecessary function
Agustin Chiappe Berrini
-5
/
+1
2017-12-07
address comments
Agustin Chiappe Berrini
-18
/
+0
2017-12-06
and refactor to just move the checking
Agustin Chiappe Berrini
-0
/
+52
2017-11-13
Fix style in interner test
John-John Tedro
-1
/
+1
2017-11-03
add `auto` keyword, parse `auto trait`, lower to HIR
leonardo.yvens
-5
/
+6
2017-10-14
Implement `dyn Trait` syntax
Vadim Petrochenkov
-4
/
+5
2017-08-31
Implement From<&str> for Symbol.
Eduard-Mihai Burtescu
-0
/
+6
2017-07-30
resolve: Fix instability in import suggestions
Vadim Petrochenkov
-1
/
+1
2017-06-29
Change some terminology around keywords and reserved identifiers
petrochenkov
-64
/
+63
2017-06-29
Make `$crate` a keyword
Vadim Petrochenkov
-51
/
+52
2017-06-05
syntax_pos::Symbol should not implement Sync
Wesley Wiser
-0
/
+1
2017-05-25
Improve intercrate hygiene.
Jeffrey Seyfried
-2
/
+13
2017-05-25
Improve efficiency.
Jeffrey Seyfried
-10
/
+32
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-2
/
+2
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-0
/
+389