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
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-9
/
+9
2019-08-25
pprust: Do not print spaces before some tokens
Vadim Petrochenkov
-1
/
+13
2019-08-17
initial implementation of or-pattern parsing
Dan Robertson
-35
/
+12
2019-08-17
Initial implementation of or patterns
varkor
-2
/
+31
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-3
/
+3
2019-08-15
Remove `Spanned` from `{ast,hir}::FieldPat`
Vadim Petrochenkov
-4
/
+4
2019-08-15
Remove `Spanned` from `ast::Mac`
Vadim Petrochenkov
-7
/
+7
2019-08-14
Merge Variant and Variant_
Caio
-5
/
+6
2019-08-06
Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov
Mazdak Farrokhzad
-3
/
+2
2019-08-05
Drop span argument from mk_list_item
Mark Rousskov
-3
/
+2
2019-08-05
add unknown token
Aleksey Kladov
-0
/
+1
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-08-03
Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov
Mazdak Farrokhzad
-2
/
+2
2019-08-03
Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril
bors
-5
/
+9
2019-08-03
Rollup merge of #63212 - Centril:param-attrs-pretty, r=davidtwco
Mazdak Farrokhzad
-10
/
+9
2019-08-02
Print outer attributes on formal params.
Mazdak Farrokhzad
-0
/
+3
2019-08-02
Cleanup 'print_generic_params'.
Mazdak Farrokhzad
-10
/
+6
2019-08-02
Replace "existential" by "opaque"
varkor
-5
/
+9
2019-08-02
Remove some more `cfg(test)`s
Vadim Petrochenkov
-20
/
+16
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-57
/
+56
2019-07-31
Remove span argument from mk_attr_{inner,outer}
Mark Rousskov
-2
/
+2
2019-07-31
Remove AttrId from Attribute constructors
Mark Rousskov
-2
/
+2
2019-07-30
Unsupport the await!(..) macro.
Mazdak Farrokhzad
-11
/
+3
2019-07-28
Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov
Mazdak Farrokhzad
-47
/
+9
2019-07-28
Adjust pretty printing accordingly.
Mazdak Farrokhzad
-47
/
+8
2019-07-28
Add 'ast::PatKind::Rest'.
Mazdak Farrokhzad
-0
/
+1
2019-07-27
Move standard library injection into libsyntax_ext
Vadim Petrochenkov
-2
/
+1
2019-07-15
pprust: Support `macro` macros
Vadim Petrochenkov
-8
/
+23
2019-07-15
pprust: Fix formatting regressions from the previous commits
Vadim Petrochenkov
-10
/
+13
2019-07-15
pprust: Do not convert attributes into `MetaItem`s for printing
Vadim Petrochenkov
-15
/
+11
2019-07-15
pprust: Remove the box from `print_tts`
Vadim Petrochenkov
-2
/
+4
2019-07-15
pprust: Use `print_mac_common` for delimited token groups
Vadim Petrochenkov
-27
/
+33
2019-07-15
pprust: Use `print_mac_common` for attributes
Vadim Petrochenkov
-4
/
+18
2019-07-15
pprust: Use `print_mac_common` for `macro_rules` definitions
Vadim Petrochenkov
-26
/
+16
2019-07-15
pprust: Move some methods to the `PrintState` trait
Vadim Petrochenkov
-135
/
+132
2019-07-12
Use snippet instead of pprinting statement
Esteban Küber
-2
/
+1
2019-07-11
Address review comments
Vadim Petrochenkov
-9
/
+10
2019-07-11
pretty-print: Merge `print_tts` and `print_tts_ext`
Vadim Petrochenkov
-10
/
+6
2019-07-11
pretty-print: Do not lose the `$crate` printing flag in `print_tt`
Vadim Petrochenkov
-1
/
+1
2019-07-10
File is now short enough for tidy
Mark Rousskov
-2
/
+0
2019-07-10
Remove writer function from PrintState
Mark Rousskov
-37
/
+32
2019-07-10
Use constant instead of magic number
Mark Rousskov
-1
/
+1
2019-07-10
Remove needless indent arguments
Mark Rousskov
-11
/
+8
2019-07-10
Move pp::Printer helpers to direct impl
Mark Rousskov
-45
/
+49
2019-07-10
Rename is_bol -> is_beginning_of_line
Mark Rousskov
-10
/
+9
2019-07-10
Remove needless indirection in bclose
Mark Rousskov
-6
/
+2
2019-07-10
Drop length from Token::String
Mark Rousskov
-12
/
+15
2019-07-10
Rename pretty_print_* to scan_* to follow naming in the paper
Mark Rousskov
-11
/
+11
2019-07-10
Remove is_begin/is_end functions from PrintState
Mark Rousskov
-16
/
+4
[next]