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_ty_utils
Age
Commit message (
Expand
)
Author
Lines
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-1
/
+2
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-2
/
+0
2022-09-17
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
Dylan DPC
-1
/
+1
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-11
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-13
rebase
b-naber
-11
/
+0
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-09-12
Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726
bors
-1
/
+2
2022-09-11
Apply formatting fixes
Andrew Cann
-4
/
+4
2022-09-11
implement Copy/Clone for generators
Andrew Cann
-1
/
+4
2022-09-09
rename `codegen_fulfill_obligation`
lcnr
-4
/
+2
2022-09-09
`resolve_instance`: remove `BoundVarsCollector`
lcnr
-108
/
+3
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+1
2022-09-02
Box `PatKind::Range`.
Nicholas Nethercote
-1
/
+1
2022-09-02
Clean up THIR patterns.
Nicholas Nethercote
-1
/
+1
2022-09-01
tracing::instrument cleanup
Oli Scherer
-2
/
+0
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-08-29
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Matthias Krüger
-1
/
+1
2022-08-26
Migrate rustc_ty_utils to use SessionDiagnostic
Peter Medus
-94
/
+159
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-6
/
+9
2022-08-17
implied_bounds: clarify our assumptions
lcnr
-0
/
+62
2022-08-07
Built-in implementation of Tuple trait
Michael Goulet
-1
/
+2
2022-08-03
Add bound_impl_subject and bound_return_ty
Jack Huey
-3
/
+1
2022-08-03
Change sized_constraints to return EarlyBinder
Jack Huey
-1
/
+2
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-8
/
+0
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-17
/
+8
2022-08-01
Remove visibility from AssocItem.
Camille GILLOT
-8
/
+2
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-8
/
+8
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-4
/
+8
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-3
/
+4
2022-07-22
Do not resolve associated const when there is no provided value
Michael Goulet
-0
/
+5
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-14
Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr
Dylan DPC
-2
/
+397
2022-07-14
Fix overlapping impls
kadmin
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-2
/
+397
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+2
2022-07-04
remove an unused `DefId`
lcnr
-1
/
+1
2022-06-30
Recover when failing to normalize closure signature.
Camille GILLOT
-2
/
+2
2022-06-29
Improve doc comment of destructure_const
Dominik Stolz
-2
/
+2
2022-06-28
Address code review comments
Dominik Stolz
-63
/
+56
2022-06-28
Make consts mod private
Dominik Stolz
-1
/
+1
2022-06-28
Improve pretty printing of valtrees for references
Dominik Stolz
-0
/
+86
[prev]
[next]