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
/
src
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-4
/
+4
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+2
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-1
/
+2
2024-11-23
no more Reveal :(
lcnr
-5
/
+6
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-5
/
+1
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-1
/
+1
2024-10-30
Merge HostPolarity and BoundConstness
Michael Goulet
-1
/
+1
2024-10-24
Be better at enforcing that const_conditions is only called on const items
Michael Goulet
-6
/
+7
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+9
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-05-16
Rename ToPredicate for Upcast
Michael Goulet
-2
/
+2
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-1
/
+1
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-04-30
Give items related to issue 33140 a more meaningful name
León Orell Valerian Liehr
-15
/
+17
2024-04-16
Fail candidate assembly for erroneous types
Gurinder Singh
-2
/
+2
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+2
2024-03-18
address nits
Lukas Markeffsky
-7
/
+4
2024-03-14
clean up ADT sized constraint computation
Lukas Markeffsky
-70
/
+67
2024-03-14
make `Representability::Infinite` carry `ErrorGuaranteed`
Lukas Markeffsky
-2
/
+2
2024-03-07
Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`
Yoshitomo Nakanishi
-3
/
+2
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-7
/
+3
2024-02-12
Stop calling `impl_polarity` when `impl_trait_ref` was also called
Oli Scherer
-3
/
+4
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-1
/
+3
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-20
Reduce exposure of some items.
Nicholas Nethercote
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-5
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-20
Adjust imports
Michael Goulet
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-10
/
+24
2023-09-29
a small wf and clause cleanup
lcnr
-5
/
+4
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-7
/
+1
2023-09-21
Record asyncness span in HIR
Michael Goulet
-2
/
+5
2023-09-20
remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat...
Ziru Niu
-8
/
+5
2023-08-01
Fix a comment
Michael Goulet
-1
/
+2
2023-08-01
don't create a predicate for just a comparison
Michael Goulet
-4
/
+10
2023-08-01
Convert adt_sized_constraint to early-binder, use list
Michael Goulet
-4
/
+7
2023-07-31
Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino
Matthias Krüger
-2
/
+4
2023-07-31
We don't need impl_trait_in_trait_parent_fn anymore
Michael Goulet
-2
/
+4
2023-07-30
Don't install default projection bound for RPITITs
Michael Goulet
-1
/
+3
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-77
/
+1
2023-07-17
Rename arg_iter to iter_instantiated
Michael Goulet
-2
/
+2
2023-07-17
Remove `instance_def_size_estimate` query.
Nicholas Nethercote
-17
/
+0
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-15
/
+13
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-8
/
+2
[next]