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
/
print
Age
Commit message (
Expand
)
Author
Lines
2017-09-22
Add information about the syntax used in ranges
Badel2
-2
/
+3
2017-09-22
Add support for `..=` syntax
Alex Burka
-0
/
+2
2017-09-06
pprust: fix parenthesization of exprs
Stuart Pernsteiner
-65
/
+82
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-26
/
+26
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+2
2017-07-29
Add Span to ast::WhereClause
topecongiro
-0
/
+2
2017-07-28
Remove support for `gen arg`
Alex Crichton
-3
/
+0
2017-07-28
Fix printing
John Kåre Alsaker
-5
/
+3
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+15
2017-07-11
Make a few functions non-public
Mark Simulacrum
-9
/
+4
2017-07-11
Refactor cur_cmnt_and_lit away.
Mark Simulacrum
-46
/
+38
2017-07-11
Refactor methods onto Printer struct.
Mark Simulacrum
-316
/
+311
2017-07-10
Store all generic arguments for method calls in AST
Vadim Petrochenkov
-10
/
+6
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-2
/
+2
2017-06-29
Make `$crate` a keyword
Vadim Petrochenkov
-2
/
+2
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-1
/
+1
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-1
/
+0
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-1
/
+1
2017-06-12
Add a sig module to save-analysis
Nick Cameron
-7
/
+20
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-1
/
+1
2017-05-25
Refactor out `ast::MacroDef`.
Jeffrey Seyfried
-1
/
+1
2017-05-16
(hopefully) fix pprust error
Andre Bogus
-1
/
+3
2017-05-15
adressed comments by @kennytm and @petrochenkov
Andre Bogus
-1
/
+1
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-165
/
+144
2017-05-07
fix the easy features in libsyntax
ubsan
-1
/
+1
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-3
/
+10
2017-04-15
update print_visibility for new pub(restricted) syntax
Alex Burka
-8
/
+6
2017-04-15
Implementation of the `vis` macro matcher.
Daniel Keep
-0
/
+5
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+5
2017-04-02
Introduce `TyErr` independent from `TyInfer`
Esteban Küber
-0
/
+3
2017-03-19
Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc
bors
-41
/
+59
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-41
/
+59
2017-03-11
Temporarily prefix catch block with do keyword
Taylor Cramer
-1
/
+1
2017-03-11
Add catch expr to AST and disallow catch as a struct name
Taylor Cramer
-0
/
+5
2017-03-10
Avoid using `Mark` and `Invocation` for macro defs.
Jeffrey Seyfried
-1
/
+1
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-1
/
+10
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-12
/
+12
2017-02-28
Remove `Token::MatchNt`.
Jeffrey Seyfried
-1
/
+0
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-14
/
+0
2017-02-06
A few documentation improvements for `syntax::print::pp`
bjorn3
-78
/
+89
2017-02-04
Auto merge of #36320 - GuillaumeGomez:rustdoc_test_info, r=alexcrichton
bors
-2
/
+3
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+0
2017-02-03
Switch logic to Span instead of HashMap
Guillaume Gomez
-2
/
+3
2017-01-25
Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis
bors
-3
/
+6
2017-01-20
Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc
Alex Crichton
-15
/
+6
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-3
/
+6
2017-01-17
Auto merge of #39110 - petrochenkov:sum, r=eddyb
bors
-10
/
+8
2017-01-17
Give the `StringReader` a `sess: &ParseSess`.
Jeffrey Seyfried
-15
/
+6
[next]