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_traits
/
src
/
chalk
/
db.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-3
/
+3
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+2
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-1
/
+1
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-10
/
+6
2023-01-30
Track bound types like bound regions
Michael Goulet
-1
/
+1
2023-01-28
Rename `is_object_safe` to `check_is_object_safe` to hint side effects
Gary Guo
-1
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-15
Remove bound_{explicit,}_item_bounds
Michael Goulet
-8
/
+7
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-4
/
+3
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-2
/
+2
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-4
/
+5
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-2
/
+2
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-2
/
+4
2022-11-24
move some layout logic to rustc_target::abi::layout
hkalbasi
-15
/
+15
2022-11-13
Make rustc build with new chalk
Michael Goulet
-0
/
+3
2022-11-07
Add an optional Span to BrAnon and use it to print better error for HRTB erro...
Jack Huey
-1
/
+1
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-4
/
+4
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-08-02
Add bound_predicates_of and bound_explicit_predicates_of
Jack Huey
-15
/
+16
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-5
/
+3
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
2022-05-13
Add bound_impl_trait_ref
Jack Huey
-5
/
+5
2022-05-13
Add bound_type_of
Jack Huey
-1
/
+4
2022-05-10
Introduce EarlyBinder
Jack Huey
-13
/
+14
2022-03-23
make rustc work again
Michael Goulet
-10
/
+37
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-9
/
+9
2022-02-22
chalk/db: use correct debrujin index when replacing opaque type.
Dario Nieuwenhuis
-15
/
+40
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-2
/
+2
2022-02-15
Remove unnecessary `RegionKind::` quals.
Nicholas Nethercote
-1
/
+1
2022-02-11
Fix more chalk lowering issues
Matthew Jasper
-15
/
+5
2022-02-11
Stop using a placeholder for empty regions in Chalk
Matthew Jasper
-11
/
+1
2022-01-07
Add `trait_item_def_id` to `AssocItem`
Matthew Jasper
-13
/
+3
2021-12-31
Auto merge of #91929 - anuvratsingh:remove_in_band_lifetimes_compiler_rustc_t...
bors
-1
/
+1
2021-12-30
Removed `in_band_lifetimes` from `rustc_traits`
Anuvrat
-1
/
+1
2021-12-22
Update chalk to 0.75.0
pierwill
-45
/
+47
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-20
/
+18
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-18
/
+20
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-1
/
+4
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-1
/
+1
2021-02-02
Update Chalk
Jack Huey
-2
/
+2
[next]