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
2022-02-07
Bless use tree pretty print test
David Tolnay
-5
/
+11
2022-02-07
Add pretty printer test for use trees
David Tolnay
-0
/
+17
2022-02-03
Bless all pretty printer tests and ui tests
David Tolnay
-11
/
+12
2022-01-31
Bless all pretty printer tests and ui tests
David Tolnay
-2
/
+1
2022-01-30
Restore a visual alignment mode for block comments
David Tolnay
-3
/
+3
2022-01-30
Bless all pretty printer tests and ui tests
David Tolnay
-158
/
+138
2022-01-17
Emit simpler code from format_args
David Tolnay
-16
/
+2
2022-01-12
Remove pretty tests for LLVM-style inline assembly
Tomasz Miąsko
-17
/
+3
2021-12-29
Move equal sign back into head ibox
David Tolnay
-2
/
+1
2021-12-29
Fix spacing of pretty printed const item without body
David Tolnay
-11
/
+12
2021-12-28
Remove pretty printer space inside block with only outer attrs
David Tolnay
-11
/
+11
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-6
/
+8
2021-12-08
Pretty print break and continue without redundant space
David Tolnay
-6
/
+5
2021-12-05
Add pretty printer test for async blocks
David Tolnay
-0
/
+9
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-80
/
+79
2021-11-06
Don't destructure args tuple in format_args!
Cameron Steffen
-2
/
+2
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
[next]