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
2021-09-21
Use ZST for fmt unsafety
Cameron Steffen
-39
/
+27
2021-09-09
Revert "Add test for pretty printing anonymous types"
Felix S. Klock II
-24
/
+0
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-27
/
+39
2021-07-27
Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix
bors
-2
/
+2
2021-07-03
rustc_ast_pretty: Don't print space after `$`
Noah Lev
-6
/
+6
2021-06-29
Rollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum
Yuki Okushi
-3
/
+20
2021-06-26
Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov
bors
-2
/
+2
2021-06-23
Use HTTPS links where possible
Smitty
-2
/
+2
2021-06-23
fix pretty print for `loop` in mir and hir
klensy
-3
/
+20
2021-06-22
Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r...
bors
-7
/
+18
2021-05-24
Add test for pretty printing anonymous types
jedel1043
-0
/
+24
2021-05-15
Remove some unncessary spaces from pretty-printed tokenstream output
Aaron Hill
-4
/
+4
2021-05-11
Updates to tests.
Felix S. Klock II
-7
/
+18
2021-05-03
parser: Remove support for inner attributes on non-block expressions
Vadim Petrochenkov
-50
/
+39
2021-04-28
Be stricter about rejecting LLVM reserved registers in asm!
Amanieu d'Antras
-2
/
+2
2021-04-23
Remove unstable `--pretty` flag
Joshua Nelson
-2
/
+2
2021-02-25
Update test/pretty output for edition preludes.
Mara Bos
-6
/
+6
2021-02-13
Fix pretty printing of generic associated type constraints
Matthew Jasper
-0
/
+2
2021-02-08
Fix pretty printer macro_rules with semicolon.
Eric Huss
-0
/
+19
2021-01-11
test for issue 80832
Jeremy Fitzhardinge
-0
/
+20
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+1
2020-11-12
fix pretty print for qpath
thiolliere
-0
/
+16
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-28
/
+28
2020-08-02
tests: add regression test for #74745
David Wood
-0
/
+5
2020-08-02
pprust: adjust mixed comment printing
David Wood
-2
/
+0
2020-07-17
Make fmt::Arguments::as_str() return a 'static str.
Mara Bos
-21
/
+21
2020-07-12
pprust: support multiline comments within lines
David Wood
-0
/
+34
2020-06-15
asm: Allow multiple template strings; interpret them as newline-separated
Josh Triplett
-0
/
+17
2020-06-13
pretty/asm.rs should only be tested for x86_64 and not AArch64
Yerkebulan Tulibergenov
-0
/
+2
2020-05-18
Add tests for asm!
Amanieu d'Antras
-0
/
+44
2020-03-26
Update tests to use llvm_asm!
Amanieu d'Antras
-8
/
+8
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-1
/
+1
2020-03-18
Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkov
Mazdak Farrokhzad
-6
/
+5
2020-03-18
Rollup merge of #69838 - Centril:expand-module, r=petrochenkov
Mazdak Farrokhzad
-0
/
+1
2020-03-18
use pretty-compare-only in a test
Mazdak Farrokhzad
-0
/
+1
2020-03-17
Update pretty tests
Guillaume Gomez
-6
/
+5
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-22
/
+22
2020-03-04
Extent pretty-print test
Aaron Hill
-0
/
+9
2020-03-04
Permit attributes on 'if' expressions
Aaron Hill
-0
/
+28
2020-02-21
print vis & defaultness for nested items
Mazdak Farrokhzad
-26
/
+47
2020-02-13
parser: unify item list parsing.
Mazdak Farrokhzad
-0
/
+7
2020-02-07
add regression test
Mikhail Babenko
-0
/
+42
2020-02-02
pretty: print attrs in struct expr
Mazdak Farrokhzad
-0
/
+16
2020-01-24
Remove unused ignore-license directives
Tomasz Miąsko
-5
/
+0
2019-12-20
ast_stmt_expr_attr -> pretty & ui tests
Mazdak Farrokhzad
-0
/
+175
2019-12-18
Add more tests for raw_ref_op
Matthew Jasper
-0
/
+12
2019-12-07
Print the visibility in `print_variant`.
Mazdak Farrokhzad
-0
/
+8
2019-11-02
Merge branch 'master' into format-temporaries
Jon Gjengset
-1
/
+1
2019-10-28
Fix a previously forgotten pretty-printing test after a change to the pretty-...
Patryk Wychowaniec
-1
/
+1
2019-09-28
Update pretty-print test with new format! impl
Jon Gjengset
-26
/
+30
[next]