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
/
parse
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-13
token: extract Nonterminal::to_tokenstream to parser.
Mazdak Farrokhzad
-4
/
+134
2019-10-02
Add support for 'extern const fn'
Aaron Hill
-0
/
+2
2019-09-23
Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank
bors
-1
/
+1
2019-09-21
Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril
Mazdak Farrokhzad
-2
/
+0
2019-09-17
Privatize DiagnosticBuilder constructors
Mark Rousskov
-1
/
+1
2019-09-12
Box `DiagnosticBuilder`.
Nicholas Nethercote
-0
/
+7
2019-09-11
Stabilize `param_attrs` in Rust 1.39.0
Caio
-2
/
+0
2019-09-07
Rollup merge of #64226 - alexreg:rush-pr-3, r=centril
Mazdak Farrokhzad
-26
/
+27
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
Alexander Regueiro
-26
/
+27
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-4
/
+0
2019-08-20
Use dedicated type for spans in pre-expansion gating.
Mazdak Farrokhzad
-14
/
+18
2019-08-17
initial implementation of or-pattern parsing
Dan Robertson
-0
/
+3
2019-08-16
Feature gate 'yield ?' pre-expansion.
Mazdak Farrokhzad
-0
/
+3
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-1
/
+1
2019-08-15
syntax_pos: Remove the duplicate global edition
Vadim Petrochenkov
-1
/
+2
2019-08-02
Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrum
bors
-292
/
+4
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-292
/
+4
2019-08-02
Fix typos in doc comments.
Bruce Mitchener
-1
/
+1
2019-07-27
Move standard library injection into libsyntax_ext
Vadim Petrochenkov
-1
/
+4
2019-07-21
move unescape module to rustc_lexer
Aleksey Kladov
-1
/
+0
2019-07-06
Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2019-07-04
cleanup lexer constructors
Aleksey Kladov
-1
/
+1
2019-07-03
Add separate 'async_closure' feature gate.
Mazdak Farrokhzad
-0
/
+3
2019-06-23
let_chains: Move feature gating to pre-expansion.
Mazdak Farrokhzad
-1
/
+4
2019-06-12
Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
bors
-0
/
+2
2019-06-12
Rollup merge of #61654 - Electron-libre:use_slice_patterns_in_rustc, r=oli-ob...
Mazdak Farrokhzad
-37
/
+27
2019-06-09
Allow attributes in formal function parameters
Caio
-0
/
+2
2019-06-08
syntax: Remove `Deref` impl from `Token`
Vadim Petrochenkov
-2
/
+2
2019-06-08
fix libsyntax test
Cedric
-4
/
+4
2019-06-08
cast vec to slices
Cedric
-5
/
+5
2019-06-08
use default binding mode in match clauses
Cedric
-5
/
+5
2019-06-08
fix bad style for structs
Cedric
-8
/
+8
2019-06-08
improve style
Cedric
-13
/
+10
2019-06-08
use pattern matching for slices destructuring
Cedric
-31
/
+24
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
-6
/
+13
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-7
/
+7
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-19
/
+12
2019-06-06
syntax: Use `Token` in `Parser`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-15
/
+16
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
-1
/
+1
2019-05-24
Fix rebase
Esteban Küber
-4
/
+6
2019-05-24
review comments
Esteban Küber
-3
/
+3
2019-05-24
Tweak macro parse errors when reaching EOF during macro call parse
Esteban Küber
-4
/
+8
2019-05-22
Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=micha...
Mazdak Farrokhzad
-0
/
+17
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-12
/
+15
2019-05-21
Fix tidy: remove a trailing whitespace
topecongiro
-1
/
+1
2019-05-21
Add doc comment
topecongiro
-0
/
+10
2019-05-21
Add stream_to_parser_with_base_dir
topecongiro
-0
/
+7
[next]