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
/
util
Age
Commit message (
Expand
)
Author
Lines
2019-12-12
Unify assoc item visitors more.
Mazdak Farrokhzad
-5
/
+1
2019-12-12
Unify associated item visitor.
Mazdak Farrokhzad
-2
/
+2
2019-12-06
Use `to_option` in various places
varkor
-1
/
+1
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-9
/
+9
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-1
/
+2
2019-11-07
move syntax::{parse::literal -> util::literal}
Mazdak Farrokhzad
-0
/
+305
2019-11-07
move syntax::parse::lexer::comments -> syntax::util::comments
Mazdak Farrokhzad
-0
/
+317
2019-11-07
move parse::classify -> util::classify
Mazdak Farrokhzad
-0
/
+25
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-1
/
+1
2019-09-06
reduce visibility
Aleksey Kladov
-1
/
+1
2019-08-24
Modifies how Arg, Arm, Field, FieldPattern and Variant are visited
Caio
-4
/
+3
2019-08-12
Bring back suggestion for splitting `<-` into `< -`
Ilija Tovilo
-0
/
+2
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-217
/
+61
2019-07-30
Unsupport the await!(..) macro.
Mazdak Farrokhzad
-1
/
+1
2019-07-20
Introduce rustc_lexer
Aleksey Kladov
-4
/
+4
2019-07-11
Emit dropped unemitted errors to aid in ICE debugging
Esteban Küber
-3
/
+3
2019-07-03
Add missing lifetime specifier
Jeremy Stucki
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-23
let_chains: Fix bugs in pretty printing.
Mazdak Farrokhzad
-0
/
+16
2019-06-23
let_chains: Add support for parsing let expressions.
Mazdak Farrokhzad
-4
/
+3
2019-06-14
Change `...` to `..=` where applicable
Aaron Kutch
-1
/
+1
2019-06-08
syntax: Move most of the `TokenKind` methods to `Token`
Vadim Petrochenkov
-3
/
+3
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
-25
/
+25
2019-06-05
Implemented for function bounds, type bounds, and named existential types.
Alexander Regueiro
-2
/
+2
2019-05-24
Remove `ObsoleteInPlace`
varkor
-10
/
+4
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-2
/
+2
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-2
/
+2
2019-05-09
Rollup merge of #60188 - estebank:recover-block, r=varkor
Mazdak Farrokhzad
-0
/
+25
2019-05-07
Implement built-in await syntax
Taylor Cramer
-0
/
+3
2019-05-06
review comments: fix typo and add comments
Esteban Küber
-1
/
+4
2019-04-29
Identify when a stmt could have been parsed as an expr
Esteban Küber
-0
/
+22
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2019-02-07
fix test
Esteban Küber
-2
/
+5
2019-02-07
libsyntax => 2018
Taiki Endo
-22
/
+23
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-21
/
+8
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+1
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-1
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-49
/
+0
2018-12-12
Remove `RcVec` and `RcSlice`.
Nicholas Nethercote
-154
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-07
Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum
kennytm
-1
/
+1
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-1
/
+1
2018-12-04
Fix test
Shotaro Yamada
-1
/
+2
2018-10-28
Provide specific label for patern parsing error
Esteban Küber
-1
/
+1
2018-09-26
Remove OneVector
ljedrz
-2
/
+2
2018-09-11
Add some unit tests for find_best_match_for_name
Philipp Hansch
-2
/
+40
2018-08-23
Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis
bors
-2
/
+2
2018-08-19
Rename `Catch` variants to `TryBlock`
Scott McMurray
-2
/
+2
[next]