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
/
print
Age
Commit message (
Expand
)
Author
Lines
2017-12-14
add trait aliases to AST
Alex Burka
-0
/
+21
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-3
/
+3
2017-12-12
Improve pretty printing `$crate::` paths.
Jeffrey Seyfried
-1
/
+19
2017-11-30
Implement RFC 2128 (use_nested_groups)
Pietro Albini
-28
/
+22
2017-11-10
Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov
bors
-1
/
+1
2017-11-07
Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm
kennytm
-0
/
+9
2017-11-06
Inclusive range updated to `..=` syntax
Badel2
-1
/
+1
2017-11-05
Pretty print parens around casts on the LHS of '<'
Alec Theriault
-0
/
+9
2017-11-03
Fix unsafe auto trait pretty print.
leonardo.yvens
-1
/
+1
2017-11-03
add `auto` keyword, parse `auto trait`, lower to HIR
leonardo.yvens
-1
/
+9
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+7
2017-10-24
Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko...
bors
-1
/
+4
2017-10-22
`crate` shorthand visibility modifier
Zack M. Davis
-1
/
+4
2017-10-17
Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su...
Sunjay Varma
-3
/
+4
2017-10-14
Implement `dyn Trait` syntax
Vadim Petrochenkov
-2
/
+3
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
[next]