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
/
test
/
pretty
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-574
/
+0
2018-12-19
Reintroduce special pretty-printing for `$crate` when it's necessary for proc...
Vadim Petrochenkov
-2
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-30
tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.
Eduard-Mihai Burtescu
-0
/
+1
2018-11-30
tests: remove ignore-stage1 where possible in proc_macro tests.
Eduard-Mihai Burtescu
-1
/
+0
2018-10-02
abolish ICE when pretty-printing async block
Zack M. Davis
-0
/
+7
2018-09-10
update result of issue 12590 test
Tinco Andringa
-1
/
+1
2018-09-10
Fixed the test to match the compiler's output.
Felix S. Klock II
-6
/
+10
2018-09-10
Correctly close indentation blocks when pretty printing non-inline module
Tinco Andringa
-1
/
+2
2018-09-10
pretty=expanded should expand mod declarations
Tinco Andringa
-0
/
+42
2018-09-10
Track whether module declarations are inline (fixes #12590)
Tinco Andringa
-0
/
+31
2018-08-23
Stabilize 'attr_literals' feature.
Sergio Benitez
-1
/
+1
2018-08-14
syntax: gensym the injected std/core extern crates in the Rust 2018 edition.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-06
Address review comments
Vadim Petrochenkov
-1
/
+1
2018-07-12
fix expected output of pretty/cast-lt and issue-4264 tests
Tinco Andringa
-4
/
+2
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-1
/
+0
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2017-12-20
Fix whitespacing issues in pretty-printing of bounds
Vadim Petrochenkov
-4
/
+4
2017-12-12
Fix fallout in tests.
Jeffrey Seyfried
-1
/
+1
2017-11-07
Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm
kennytm
-0
/
+46
2017-11-06
Update comments in cast-lt.pp
Alec Theriault
-3
/
+1
2017-11-05
Fix comments
Alec Theriault
-3
/
+1
2017-11-05
Added tests
Alec Theriault
-0
/
+50
2017-11-03
Fix unsafe auto trait pretty print.
leonardo.yvens
-0
/
+2
2017-11-03
Update pretty test for auto trait syntax.
leonardo.yvens
-3
/
+1
2017-10-08
Fix tests
Wonwoo Choi
-25
/
+25
2017-09-10
Use rvalue promotion to 'static instead of static items.
Eduard-Mihai Burtescu
-16
/
+6
2017-02-05
Update pretty test for derive attributes
Josh Driver
-51
/
+65
2017-01-17
AST/HIR: Merge ObjectSum and PolyTraitRef
Vadim Petrochenkov
-3
/
+3
2016-12-22
Pretty-print `$crate::foo::bar` as `::foo::bar`.
Jeffrey Seyfried
-1
/
+1
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-1
/
+1
2016-11-10
tests: fix fallout in pretty-printing output exact-match tests.
Eduard Burtescu
-66
/
+80
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-19
Improve `$crate`.
Jeffrey Seyfried
-1
/
+1
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-1
/
+0
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-0
/
+23
2016-06-29
Fix pretty-printing of lifetime bound
Seo Sanghyeon
-1
/
+16
2016-06-17
Pretty-print attributes on tuple structs and add tests
Erick Tryzelaar
-0
/
+51
2016-03-30
Fix fallout in tests
Jeffrey Seyfried
-36
/
+36
2016-03-25
Fix accursed issue-4264.pp
Niko Matsakis
-29
/
+29
2016-03-18
Update the not-at-all-pretty pain-o-tron-4000+264 test.
Eduard Burtescu
-29
/
+29
2016-03-16
Auto merge of #31746 - erickt:newline, r=sfackler
bors
-0
/
+20
2016-03-09
Print fn type parameters for TyFnDef.
Eduard Burtescu
-2
/
+4
2016-03-07
syntax: Always pretty print a newline after doc comments
Erick Tryzelaar
-0
/
+20
2016-01-28
libsyntax: fix pretty printing of macro with braces
Tomasz Miąsko
-0
/
+17
2016-01-25
Fix pretty_printer to print omitted type `_` marker
nxnfufunezn
-0
/
+34
2015-11-26
Added stmt_expr_attribute feature gate
Marvin Löbel
-0
/
+1
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+281
2015-09-17
Changes to tests
Nick Cameron
-4
/
+3
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-4
/
+2
[next]