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-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-420
/
+0
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-2
/
+1
2019-11-09
move attr meta grammar to parse::validate_atr + ast_validation
Mazdak Farrokhzad
-0
/
+1
2019-11-08
Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move syntax::{parse::literal -> util::literal}
Mazdak Farrokhzad
-2
/
+0
2019-11-07
move parse::classify -> util::classify
Mazdak Farrokhzad
-1
/
+0
2019-11-07
move PResult to librustc_errors
Mazdak Farrokhzad
-10
/
+1
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-2
/
+1
2019-11-07
move unescape_error_reporting to lexer/
Mazdak Farrokhzad
-1
/
+0
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-9
/
+13
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-4
/
+4
2019-11-06
legacy_directory_ownership -> error
Mazdak Farrokhzad
-1
/
+1
2019-10-30
Do not complain about missing `fn main()` in some cases
Esteban Küber
-2
/
+2
2019-10-30
Reduce ammount of errors given unclosed delimiter
Esteban Küber
-12
/
+3
2019-10-27
syntax/attr: reduce reliance on parser
Mazdak Farrokhzad
-0
/
+21
2019-10-25
move panictry! to where it is used.
Mazdak Farrokhzad
-0
/
+17
2019-10-16
move SeqSep to parser.rs
Mazdak Farrokhzad
-25
/
+1
2019-10-16
move diagnostics.rs into parser/
Mazdak Farrokhzad
-1
/
+0
2019-10-16
move parse::attr -> parse::parser::attr
Mazdak Farrokhzad
-1
/
+0
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-2
/
+1
2019-10-15
syntax: extract sess.rs for ParseSess
Mazdak Farrokhzad
-118
/
+7
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
[next]