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-06-01
rustc: replace Res in hir::Upvar with only Local/Upvar data.
Eduard-Mihai Burtescu
-2
/
+2
2019-05-31
On type inference errors use the type argument name when possible
Esteban Küber
-1
/
+22
2019-05-31
Remove ty::BrFresh and new_bound
Yuki Okushi
-1
/
+0
2019-05-28
Rollup merge of #61164 - RalfJung:scalar, r=oli-obk
Mazdak Farrokhzad
-7
/
+7
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-1
/
+1
2019-05-26
rename Scalar::Bits to Scalar::Raw and bits field to data
Ralf Jung
-7
/
+7
2019-05-25
Print types for unevaluated constants
Oliver Scherer
-2
/
+2
2019-05-25
Fix rebase fallout
Oliver Scherer
-5
/
+5
2019-05-25
Break cycle during array length printing
Oliver Scherer
-1
/
+1
2019-05-25
rustc: integrate ty::Const into ty::print as print_const.
Eduard-Mihai Burtescu
-106
/
+135
2019-05-25
Print unevaluted constants as `_` or as their source representation
Oliver Scherer
-4
/
+13
2019-05-25
Use `write_char` to skip the formatting infrastructure
Oliver Scherer
-1
/
+1
2019-05-25
Print generic args in function calls in MIR
Oliver Scherer
-2
/
+2
2019-05-25
Group common printing code during constant pretty printing
Oliver Scherer
-56
/
+73
2019-05-25
Render unresolved anon consts like closures
Oliver Scherer
-4
/
+10
2019-05-25
`u8` is printed as a number, not a character
Oliver Scherer
-2
/
+2
2019-05-25
Render const byte slices in MIR
Oliver Scherer
-21
/
+33
2019-05-25
Make `ConstValue::Slice` solely take `[u8]` and `str`
Oliver Scherer
-11
/
+17
2019-05-25
Refactor string constant printing to prep for byte string printing
Oliver Scherer
-3
/
+3
2019-05-25
Don't use `ty::Const` without immediately interning
Oliver Scherer
-1
/
+1
2019-05-25
Print const chars escaped with surrounding quotes
Oliver Scherer
-1
/
+1
2019-05-25
Merge the string printing paths of ty::Const
Oliver Scherer
-8
/
+12
2019-05-25
There's a tcx in scope, don't use the tls one
Oliver Scherer
-15
/
+11
2019-05-25
Reuse the pretty printing architecture for printing of constants
Oliver Scherer
-7
/
+52
2019-05-23
Update dylib_dependency_formats, extern_crate and reachable_non_generics
John Kåre Alsaker
-2
/
+2
2019-05-22
Restore the old behavior of the rustdoc keyword check + Fix rebase
Vadim Petrochenkov
-8
/
+8
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-1
/
+1
2019-05-21
Remove impls for `InternedString`/string equality.
Nicholas Nethercote
-4
/
+7
2019-05-20
Introduce `InternedString::intern`.
Nicholas Nethercote
-7
/
+5
2019-05-05
rustc: rename all occurences of "freevar" to "upvar".
Eduard-Mihai Burtescu
-4
/
+4
2019-05-05
rustc: replace uses of with_freevars with the freevars query.
Eduard-Mihai Burtescu
-2
/
+2
2019-05-04
rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns.
Eduard-Mihai Burtescu
-5
/
+9
2019-05-04
rustc: collapse relevant DefPathData variants into ValueNs.
Eduard-Mihai Burtescu
-2
/
+0
2019-05-04
rustc: collapse relevant DefPathData variants into TypeNs.
Eduard-Mihai Burtescu
-3
/
+1
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-1
/
+1
2019-05-01
Fix rebase from LazyConst removal
varkor
-2
/
+2
2019-04-26
Update handling of Tuple
varkor
-2
/
+3
2019-04-14
HirIdify hir::Def
ljedrz
-2
/
+2
2019-03-24
Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor`
Vadim Petrochenkov
-6
/
+5
2019-03-24
Separate variant id and variant constructor id.
David Wood
-7
/
+12
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-26
/
+9
2019-03-15
Fix rebase fallout and address some review comments.
Eduard-Mihai Burtescu
-0
/
+8
2019-03-15
rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: provide DisambiguatedDefPathData in ty::print.
Eduard-Mihai Burtescu
-33
/
+67
2019-03-15
rustc: slice substs in ty::print instead of passing the full ones.
Eduard-Mihai Burtescu
-77
/
+68
2019-03-15
rustc: let ty::print::pretty's p! macro call arbitrary methods.
Eduard-Mihai Burtescu
-35
/
+32
2019-03-15
rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt.
Eduard-Mihai Burtescu
-742
/
+657
2019-03-15
rustc: remove the ability for pretty-printers to override nesting.
Eduard-Mihai Burtescu
-66
/
+55
2019-03-15
rustc: don't thread existential projections through path_generic_args.
Eduard-Mihai Burtescu
-134
/
+180
2019-03-15
rustc: make `pretty_path_generic_args`' task as simple as possible.
Eduard-Mihai Burtescu
-78
/
+57
[prev]
[next]