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
/
compiler
/
rustc_middle
/
src
/
ty
/
print
Age
Commit message (
Expand
)
Author
Lines
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
2022-05-13
Add bound_impl_trait_ref
Jack Huey
-4
/
+4
2022-05-13
Add bound_fn_sig
Jack Huey
-1
/
+1
2022-05-13
Add bound_type_of
Jack Huey
-8
/
+11
2022-05-10
Introduce EarlyBinder
Jack Huey
-7
/
+10
2022-05-07
Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...
bors
-1
/
+1
2022-05-06
remove all usages of hir().def_kind
Miguel Guarniz
-1
/
+1
2022-05-03
Hide InlineConst's generic arg during print
Gary Guo
-0
/
+4
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-4
/
+4
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-8
/
+6
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-8
/
+6
2022-04-17
Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot
bors
-3
/
+7
2022-04-09
avoid accessing the interner by comparing the Symbol directly
Miguel Guarniz
-1
/
+1
2022-04-08
remove ItemLikeVisitor impls and add fast paths using DefKind
Miguel Guarniz
-2
/
+5
2022-04-08
Refactor HIR item-like traversal (part 1)
Miguel Guarniz
-1
/
+2
2022-04-08
Avoid looking at the internals of Interned directly
Oli Scherer
-102
/
+76
2022-04-07
Document and rename the new wrapper type
Oli Scherer
-5
/
+8
2022-03-31
Move stable hash from TyS into a datastructure that can be shared with other ...
Oli Scherer
-15
/
+34
2022-03-31
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Dylan DPC
-3
/
+3
2022-03-30
Restore `impl Future<Output = Type>` to async blocks
Michael Goulet
-7
/
+20
2022-03-30
Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
bors
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-3
/
+3
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-1
/
+1
2022-03-28
Remove opaque type obligation and just register opaque types as they are enco...
Oli Scherer
-3
/
+0
[prev]
[next]