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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
print
Age
Commit message (
Expand
)
Author
Lines
2021-03-12
Split pretty printer logic for scalar int and scalar ptr
Oli Scherer
-46
/
+67
2021-02-20
Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk
Guillaume Gomez
-9
/
+12
2021-02-20
fn ptr pretty printing: fall back to raw ptr printing
Ralf Jung
-3
/
+2
2021-02-17
remove useless ?s (clippy::needless_question_marks)
Matthias Krüger
-2
/
+2
2021-02-16
fix MIR fn-ptr pretty-printing
Ralf Jung
-8
/
+12
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-5
/
+3
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-0
/
+1
2021-01-18
Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...
LeSeulArtichaut
-4
/
+3
2021-01-18
Move a few more types to `rustc_type_ir`
LeSeulArtichaut
-18
/
+8
2021-01-16
More review comments
Jack Huey
-4
/
+0
2021-01-16
Review changes
Jack Huey
-15
/
+15
2021-01-16
Cleanup
Jack Huey
-1
/
+1
2021-01-16
Cleanup
Jack Huey
-1
/
+1
2021-01-16
Remove PredicateKind
Jack Huey
-1
/
+1
2021-01-16
Intermediate formatting and such
Jack Huey
-3
/
+2
2021-01-16
Remove PredicateKind::Atom
Jack Huey
-1
/
+0
2021-01-01
adjust const generics defaults FIXMEs to the new feature gate
Rémy Rakic
-1
/
+1
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-5
/
+5
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-9
/
+9
2020-12-11
Move binder for dyn to each list item
Jack Huey
-57
/
+102
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-1
/
+1
2020-11-09
Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis
Dylan DPC
-1
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-9
/
+9
2020-11-04
Use packed struct instead of manually packing into an array
oli
-3
/
+5
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-33
/
+24
2020-10-30
Fix query cycle when tracing explicit_item_bounds
Matthew Jasper
-1
/
+1
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-1
/
+1
2020-10-30
TypeVisitor: use `std::ops::ControlFlow` instead of `bool`
LeSeulArtichaut
-2
/
+2
2020-10-22
Prefer to use `print_def_path`
Yuki Okushi
-2
/
+2
2020-10-21
Lift: take self by value
Bastian Kauschke
-1
/
+1
2020-10-16
map_bound_ref -> rebind
Jack Huey
-1
/
+1
2020-10-16
Review comments
Jack Huey
-1
/
+1
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-4
/
+3
2020-10-15
Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...
bors
-29
/
+17
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-10-11
Replace tuple of infer vars for upvar_tys with single infer var
Roxane
-29
/
+17
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-2
/
+3
2020-10-06
Split bounds from predicates
Matthew Jasper
-2
/
+2
2020-10-05
Auto merge of #77171 - VFLashM:better_sso_structures, r=oli-obk
bors
-3
/
+3
2020-10-03
fixed going over 100 chars in line
Jake Vossen
-1
/
+3
2020-10-02
made multiline macro calls into single line
Jake Vossen
-18
/
+6
2020-09-30
cargo fmt
Jake Vossen
-10
/
+2
2020-09-30
fixed merge conflicts
Jake Vossen
-43
/
+0
2020-09-30
updated p! macro to accept literals
Jake Vossen
-0
/
+43
2020-09-30
Fixed more write literals after master merge
Jake Vossen
-11
/
+11
2020-09-30
updated p! macro to accept literals
Jake Vossen
-81
/
+92
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-72
/
+54
2020-09-26
MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap
Valerii Lashmanov
-3
/
+3
[next]