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
/
librustc
/
ty
/
print
Age
Commit message (
Expand
)
Author
Lines
2019-03-15
rustc: print elided regions as '_ instead of nothing, and use a separate chec...
Eduard-Mihai Burtescu
-29
/
+27
2019-03-15
rustc: always hide defaulted generic args, even in verbose mode.
Eduard-Mihai Burtescu
-25
/
+28
2019-03-15
rustc: move ty::print::PrintConfig's fields to FmtPrinter.
Eduard-Mihai Burtescu
-161
/
+166
2019-03-15
rustc: streamline the Print/fmt::Display impls in ppaux and move them to ty::...
Eduard-Mihai Burtescu
-6
/
+303
2019-03-15
rustc: remove obsolete hacks from ppaux, relating to normalization under HRTB.
Eduard-Mihai Burtescu
-26
/
+77
2019-03-15
rustc: disconnect all the Debug functionality from ty::print.
Eduard-Mihai Burtescu
-42
/
+18
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove fields from ty::print::PrintConfig available from tcx.
Eduard-Mihai Burtescu
-23
/
+13
2019-03-15
rustc: split out the pretty-printing parts of ty::print into a separate module.
Eduard-Mihai Burtescu
-894
/
+1315
2019-03-15
rustc: move ty/print.rs to ty/print/mod.rs.
Eduard-Mihai Burtescu
-0
/
+1248
[prev]