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
2018-11-14
Clean up some non-mod-rs stuff.
Eric Huss
-4
/
+0
2018-11-04
Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebank
bors
-8
/
+42
2018-11-02
implement existing parser fns in terms of fallible fns
QuietMisdreavus
-14
/
+4
2018-11-01
buffer errors from initial tokenization when parsing
QuietMisdreavus
-2
/
+46
2018-10-29
Rename other occs of (Code/File)Map to Source(Map/File) #51574
David Lavati
-4
/
+4
2018-10-26
Avoid unnecessary allocations in `float_lit` and `integer_lit`.
Nicholas Nethercote
-4
/
+19
2018-10-21
Fix a few tests with target-specific output
Vadim Petrochenkov
-1
/
+1
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-3
/
+3
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-4
/
+4
2018-08-21
Rollup merge of #53521 - alexcrichton:optimize-lit-token, r=michaelwoerister
kennytm
-6
/
+4
2018-08-20
syntax: Optimize some literal parsing
Alex Crichton
-6
/
+4
2018-08-19
fix tidy errors
Donato Sciarra
-2
/
+3
2018-08-19
mv codemap source_map
Donato Sciarra
-2
/
+2
2018-08-19
mv codemap() source_map()
Donato Sciarra
-5
/
+5
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv filemap source_file
Donato Sciarra
-14
/
+14
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-4
/
+4
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-5
/
+5
2018-07-23
dump lints _after_ parsing macros
mark
-3
/
+3
2018-07-23
Extend ParseSess to support buffering lints
mark
-2
/
+21
2018-07-14
Remove some tests using AST comparisons, fix other tests
Vadim Petrochenkov
-204
/
+26
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-3
/
+3
2018-06-23
Auto merge of #51580 - cramertj:async-await, r=eddyb
bors
-5
/
+8
2018-06-22
Re-reexport some items that were recently made crate-private.
Tim Kuehn
-1
/
+1
2018-06-21
Parse async fn header.
Without Boats
-5
/
+8
2018-06-09
Crate-ify and delete unused code in syntax::parse
Mark Simulacrum
-20
/
+37
2018-05-20
lexer: Fix span override for the first token in a string
Vadim Petrochenkov
-2
/
+1
2018-05-18
Make `Directory::path` a `Cow`.
Nicholas Nethercote
-2
/
+3
2018-05-09
Optimize string handling in lit_token().
Nicholas Nethercote
-6
/
+17
2018-05-03
Remove parse::escape_default().
Nicholas Nethercote
-6
/
+2
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-19
Avoid allocating when parsing \u{...} literals.
Nicholas Nethercote
-2
/
+10
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-9
/
+8
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-1
/
+1
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-7
/
+3
2018-03-28
Make ParseSess thread-safe
John Kåre Alsaker
-9
/
+8
2018-03-27
libsyntax: Remove obsolete.rs
Vadim Petrochenkov
-1
/
+0
2018-03-23
Merge branch 'master' of https://github.com/Lymia/rust into rollup
Alex Crichton
-9
/
+15
2018-03-22
Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank
kennytm
-2
/
+0
2018-03-18
Feature gate raw identifiers.
Lymia Aluysia
-0
/
+4
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-9
/
+11
2018-03-17
Cleanup import parsing
Vadim Petrochenkov
-1
/
+1
2018-03-17
remove FIXME(#8372) since for-loops wont support borrowing iterators
Niv Kaminer
-2
/
+0
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-287
/
+322
2018-03-08
Move REGISTERED_DIAGNOSTICS to a ParseSess field
John Kåre Alsaker
-1
/
+5
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-10
/
+10
2018-02-18
Fix up tests and typos
Seiichi Uchida
-2
/
+2
2018-02-18
Replace dummy spans with empty spans
Seiichi Uchida
-1
/
+1
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-1
/
+1
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-2
/
+2
[next]