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
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-9
/
+3
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-9
/
+3
2022-09-12
Rename some variants
Michael Goulet
-3
/
+2
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-2
/
+7
2022-09-12
Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726
Dylan DPC
-8
/
+1
2022-09-10
Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk
bors
-9
/
+1
2022-09-09
Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr
bors
-3
/
+5
2022-09-09
Adjust pretty printing of RPITITs
Michael Goulet
-1
/
+7
2022-09-08
Remove ReEmpty
Jack Huey
-9
/
+1
2022-09-08
We can print futures with {integer} too
Michael Goulet
-1
/
+1
2022-09-08
Generator return doesn't need to be a lang item
Michael Goulet
-2
/
+4
2022-09-05
Pack `Term` in the same way as `GenericArg`.
Nicholas Nethercote
-12
/
+8
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-1
/
+1
2022-08-27
interpret: make read-pointer-as-bytes *always* work in Miri
Ralf Jung
-1
/
+1
2022-08-26
Suggest returning closure as impl Fn
Michael Goulet
-0
/
+37
2022-08-19
use <[u8]>::escape_ascii instead of core::ascii::escape_default
KaDiWa
-8
/
+1
2022-08-09
fix
b-naber
-0
/
+4
2022-07-27
Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obk
Guillaume Gomez
-1
/
+1
2022-07-26
Add `Self: ~const Trait` to traits with `#[const_trait]`
Deadbeef
-1
/
+1
2022-07-26
Allow try_to_raw_bytes on u8 array
Michael Goulet
-1
/
+1
2022-07-22
Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...
Dylan DPC
-1
/
+1
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-2
/
+3
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-1
/
+2
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-4
/
+4
2022-07-19
feat: omit suffixes in const generics (e.g. `1_i32`)
Artur Sinila
-1
/
+1
2022-07-16
Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...
Matthias Krüger
-6
/
+6
2022-07-17
avoid some `Symbol` to `String` conversions
Takayuki Maeda
-6
/
+6
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-4
/
+4
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-4
/
+0
2022-07-06
Update TypeVisitor paths
Alan Egerton
-2
/
+2
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+2
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-3
/
+3
2022-06-28
Improve pretty printing of valtrees for references
Dominik Stolz
-11
/
+7
2022-06-24
Use write! instead of p! to avoid having to use weird scoping
Michael Goulet
-25
/
+12
2022-06-24
Fix printing impl trait under binders
Michael Goulet
-113
/
+133
2022-06-24
Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e...
Yuki Okushi
-1
/
+1
2022-06-22
Remove (transitive) reliance on sorting by DefId in pretty-printer
Aaron Hill
-11
/
+10
2022-06-21
Improve suggestion for calling closure on type mismatch
Michael Goulet
-1
/
+1
2022-06-19
Move RegionKind to rustc_type_ir
Jack Huey
-17
/
+9
2022-06-14
rebase
b-naber
-11
/
+3
2022-06-14
address review
b-naber
-1
/
+3
2022-06-14
address review
b-naber
-3
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-71
/
+54
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-8
/
+8
2022-06-08
dedup diagnostics default params handling
lcnr
-53
/
+13
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+4
2022-06-04
Fix pretty printing named bound regions under -Zverbose
Jack Huey
-24
/
+30
2022-05-29
Stop pretty-printing anonymous lifetimes.
Camille GILLOT
-43
/
+28
2022-05-14
Add bound_explicit_item_bounds and bound_item_bounds
Jack Huey
-6
/
+4
[next]