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
/
attr
Age
Commit message (
Expand
)
Author
Lines
2019-06-12
Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
bors
-1
/
+1
2019-06-09
Allow attributes in formal function parameters
Caio
-1
/
+1
2019-06-08
syntax: Move most of the `TokenKind` methods to `Token`
Vadim Petrochenkov
-3
/
+2
2019-06-07
parser: `self.span` -> `self.token.span`
Vadim Petrochenkov
-2
/
+2
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-3
/
+6
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-5
/
+5
2019-06-06
syntax: Use `Token` in some more places
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-5
/
+5
2019-06-06
syntax: Add some helper methods to `Token`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-19
/
+18
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-2
/
+2
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-11
/
+11
2019-05-31
Remove GlobalArenas and use Arena instead
John Kåre Alsaker
-3
/
+3
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-1
/
+9
2019-05-24
Tweak macro parse errors when reaching EOF during macro call parse
Esteban Küber
-1
/
+8
2019-05-23
syntax: Return named errors from literal parsing functions
Vadim Petrochenkov
-2
/
+2
2019-05-22
Restore the old behavior of the rustdoc keyword check + Fix rebase
Vadim Petrochenkov
-2
/
+2
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-4
/
+4
2019-05-17
Avoid unnecessary interning in `Ident::from_str()` calls.
Nicholas Nethercote
-3
/
+3
2019-05-13
Return a `Symbol` from `name_or_empty` functions.
Nicholas Nethercote
-49
/
+46
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-11
/
+11
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-26
/
+17
2019-05-11
Move literal parsing code into a separate file
Vadim Petrochenkov
-99
/
+0
2019-05-11
Simplify conversions between tokens and semantic literals
Vadim Petrochenkov
-46
/
+58
2019-05-11
Eliminate `comments::Literal`
Vadim Petrochenkov
-3
/
+4
2019-05-11
Keep the original token in `ast::Lit`
Vadim Petrochenkov
-25
/
+37
2019-05-11
Turn `ast::Lit` into a struct
Vadim Petrochenkov
-6
/
+6
2019-04-23
Add rustc_allow_const_fn_ptr
Taylor Cramer
-4
/
+14
2019-04-15
Make check_name generic
John Kåre Alsaker
-24
/
+12
2019-04-15
Use a proc macro to declare preallocated symbols
John Kåre Alsaker
-0
/
+21
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-30
/
+30
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-59
/
+48
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-25
/
+25
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-90
/
+81
2019-02-27
Mention `unwind(aborts)` in diagnostics for `#[unwind]`
Vadim Petrochenkov
-31
/
+17
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-2
/
+2
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov
Mazdak Farrokhzad
-60
/
+69
2019-02-12
Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
bors
-1
/
+1
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-12
New return types for str::escape_* that impl Display and Iterator<char>
Simon Sapin
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-6
/
+6
2019-02-07
libsyntax => 2018
Taiki Endo
-28
/
+31
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-27
/
+33
2019-02-05
allow shorthand syntax for deprecation reason
Andy Russell
-60
/
+69
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-1
/
+4
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-3
/
+3
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-2
/
+9
2019-01-20
Auto merge of #57651 - JohnTitor:give-char-type, r=estebank
bors
-0
/
+1
[next]