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
2019-05-20
Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov
bors
-2
/
+20
2019-05-20
Introduce `LocalInternedString::intern`.
Nicholas Nethercote
-1
/
+12
2019-05-20
Introduce `InternedString::intern`.
Nicholas Nethercote
-1
/
+8
2019-05-19
Stop using gensyms in HIR lowering
Matthew Jasper
-0
/
+7
2019-05-17
Avoid unnecessary interning in `DefPathData::as_interned_str()`.
Nicholas Nethercote
-0
/
+7
2019-05-17
Avoid unnecessary interning in `Ident::from_str()` calls.
Nicholas Nethercote
-0
/
+2
2019-05-17
Change `rustc::util::common::FN_OUTPUT_NAME` to a `Symbol`.
Nicholas Nethercote
-0
/
+1
2019-05-15
Move `box` from the stable keyword to unstable keywords list
Pulkit Goyal
-1
/
+1
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-6
/
+0
2019-05-13
Rename `syntax::symbol::symbols` as `syntax::symbol::sym`.
Nicholas Nethercote
-3
/
+4
2019-05-13
Add lots of static `Symbols`.
Nicholas Nethercote
-4
/
+384
2019-05-11
Auto merge of #60700 - petrochenkov:preintern, r=nnethercote
bors
-9
/
+10
2019-05-10
syntax_pos: Optimize symbol interner pre-filling slightly
Vadim Petrochenkov
-9
/
+10
2019-05-10
Reduce `Symbol`'s interface slightly.
Nicholas Nethercote
-5
/
+1
2019-05-10
Remove the `From<InternedString> for String` impl.
Nicholas Nethercote
-6
/
+0
2019-05-10
Add various comments.
Nicholas Nethercote
-9
/
+43
2019-05-10
Avoid recursion in de-gensym functions.
Nicholas Nethercote
-2
/
+5
2019-05-10
Add `InternedString::with2`.
Nicholas Nethercote
-2
/
+11
2019-05-07
Implement built-in await syntax
Taylor Cramer
-0
/
+1
2019-04-15
Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping
John Kåre Alsaker
-10
/
+121
2019-04-15
Use colon for keyword defs
John Kåre Alsaker
-61
/
+61
2019-04-15
Move modules outside the proc macro
John Kåre Alsaker
-0
/
+28
2019-04-15
Make check_name generic
John Kåre Alsaker
-1
/
+2
2019-04-15
Use a proc macro to declare preallocated symbols
John Kåre Alsaker
-125
/
+88
2019-04-14
Add missing backtick to Symbol documentation.
krk
-1
/
+1
2019-03-31
Fix lifetime on LocalInternedString::get function
John Kåre Alsaker
-1
/
+5
2019-03-19
Do not encode gensymed imports in metadata
Vadim Petrochenkov
-0
/
+4
2019-03-16
syntax: Introduce `Ident::can_be_raw`
Vadim Petrochenkov
-4
/
+9
2019-02-10
rustc: doc comments
Alexander Regueiro
-6
/
+6
2019-02-04
libsyntax_pos => 2018
Taiki Endo
-24
/
+25
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-2
/
+2
2019-01-13
remove extern_in_paths.
Mazdak Farrokhzad
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk
kennytm
-22
/
+39
2018-12-12
Bump to 1.33.0
Alex Crichton
-1
/
+1
2018-12-12
Use a `newtype_index!` within `Symbol`.
Nicholas Nethercote
-22
/
+39
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-21
/
+24
2018-12-06
Auto merge of #56392 - petrochenkov:regensym, r=oli-obk
bors
-1
/
+5
2018-12-04
Address review comments
Vadim Petrochenkov
-4
/
+4
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-6
/
+6
2018-12-04
syntax: `dyn` is a used keyword now
Vadim Petrochenkov
-5
/
+13
2018-12-02
Delay gensym creation for "underscore items" until name resolution
Vadim Petrochenkov
-1
/
+5
2018-12-01
Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis
kennytm
-0
/
+4
2018-11-29
Use `Cow` in `Token::String`.
Nicholas Nethercote
-0
/
+4
2018-11-27
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-2
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-11
/
+3
2018-09-16
Treat `dyn` as a keyword in the 2018 edition
varkor
-10
/
+9
2018-08-23
Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis
bors
-9
/
+11
2018-08-19
Put `try` in the reserved list, not the in-use list
Scott McMurray
-12
/
+5
2018-08-19
Add `try` to syntax_pos as an edition-2018-only keyword
Scott McMurray
-10
/
+19
[next]