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_traits
/
src
/
chalk
Age
Commit message (
Expand
)
Author
Lines
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
-14
/
+14
2022-12-13
Remove chalk lowering for AliasTy
Michael Goulet
-11
/
+10
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-22
/
+29
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-8
/
+8
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-5
/
+5
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-9
/
+13
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-38
/
+50
2022-11-24
Auto merge of #103693 - HKalbasi:master, r=oli-obk
bors
-15
/
+15
2022-11-24
move some layout logic to rustc_target::abi::layout
hkalbasi
-15
/
+15
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-1
/
+5
2022-11-22
Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr
Manish Goregaokar
-0
/
+4
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
2022-11-21
Add an always-ambiguous predicate to make sure that we don't accidentlally al...
Oli Scherer
-0
/
+4
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-1
/
+1
2022-11-13
Make rustc build with new chalk
Michael Goulet
-3
/
+3
2022-11-07
Add an optional Span to BrAnon and use it to print better error for HRTB erro...
Jack Huey
-10
/
+12
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-5
/
+5
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-09-13
Address code review comments
Eric Holk
-1
/
+2
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-09-08
Remove ReEmpty
Jack Huey
-6
/
+2
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-02
Add bound_predicates_of and bound_explicit_predicates_of
Jack Huey
-15
/
+16
2022-08-02
Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors
bors
-1
/
+1
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-5
/
+3
2022-08-01
make `PlaceholderConst` not store the type of the const
Ellen
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-3
/
+3
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+3
2022-06-28
Make empty bounds lower to WellFormed and make WellFormed coinductive
Jack Huey
-2
/
+10
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-4
/
+4
2022-06-08
Folding revamp.
Nicholas Nethercote
-3
/
+4
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-20
/
+20
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-28
Remove opaque type obligation and just register opaque types as they are enco...
Oli Scherer
-4
/
+0
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-0
/
+6
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
chalk/lowering: lower generator types.
Dario Nieuwenhuis
-1
/
+4
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-3
/
+7
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-7
/
+7
2022-02-15
Remove unnecessary `RegionKind::` quals.
Nicholas Nethercote
-22
/
+18
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-8
/
+8
2022-02-11
Reverse parameter to placeholder substitution in chalk results
Matthew Jasper
-10
/
+40
[prev]
[next]