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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_pos
Age
Commit message (
Expand
)
Author
Lines
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
-10
/
+5
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-05-13
Rename `syntax::symbol::symbols` as `syntax::symbol::sym`.
Nicholas Nethercote
-4
/
+5
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
Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obk
bors
-0
/
+5
2019-05-10
Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.
Mazdak Farrokhzad
-0
/
+5
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
/
+3
2019-04-22
Promote rust comments to rustdoc
Alexey Shmalko
-3
/
+3
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+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
/
+91
2019-04-14
Add missing backtick to Symbol documentation.
krk
-1
/
+1
2019-04-14
Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkov
bors
-101
/
+88
2019-04-14
Rollup merge of #59735 - matklad:deadcode, r=sanxiyn
Mazdak Farrokhzad
-12
/
+1
2019-04-11
Auto merge of #59227 - Zoxc:fix-get, r=eddyb
bors
-1
/
+5
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-12
/
+1
2019-04-05
Increase `Span` from 4 bytes to 8 bytes.
Nicholas Nethercote
-101
/
+88
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-04-03
Tweak `Span` encoding.
Nicholas Nethercote
-3
/
+3
2019-03-31
Fix lifetime on LocalInternedString::get function
John Kåre Alsaker
-1
/
+5
2019-03-26
bump bootstrap; adjust stage0 uses in libsyntax_pos
Mazdak Farrokhzad
-1
/
+0
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-26
update scoped_tls to 1.0
Marcel Hellwig
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-31
/
+31
2019-02-12
Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov
bors
-5
/
+10
2019-02-11
Parallel rustc needs synchronizing smart pointer cloning
Oliver Scherer
-2
/
+2
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-3
/
+5
2019-02-11
Ease the transition to requiring features by just warning if there's no featu...
Oliver Scherer
-1
/
+4
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-5
/
+5
2019-02-10
rustc: doc comments
Alexander Regueiro
-31
/
+31
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-04
libsyntax_pos => 2018
Taiki Endo
-60
/
+51
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-4
/
+4
2019-01-21
Fix typo
varkor
-1
/
+1
2019-01-21
Fix typo
varkor
-1
/
+1
2019-01-20
Use is_dummy instead of comparing against DUMMY_SP
Esteban Küber
-2
/
+2
2019-01-20
Remove unnecessary dummy span checks
Esteban Küber
-0
/
+10
[prev]
[next]