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
/
lowering.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-03
Remove chalk from the compiler
Michael Goulet
-1234
/
+0
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-8
/
+9
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-38
/
+25
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-28
/
+28
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-4
/
+4
2023-06-17
Move WF goal to clause
Michael Goulet
-4
/
+4
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+1
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-10
/
+14
2023-05-25
Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu...
Michael Goulet
-1
/
+1
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+1
2023-04-18
Don't transmute `&List<GenericArg>` <-> `&List<Ty>`
Maybe Waffle
-4
/
+16
2023-04-16
Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.
Nicholas Nethercote
-4
/
+4
2023-04-06
Remove u32 on BoundTyKind::Anon
Jack Huey
-5
/
+5
2023-04-06
Remove index from BrAnon
Jack Huey
-9
/
+10
2023-04-06
Remove expect_anon and expect_anon_placeholder in favor of var
Jack Huey
-9
/
+7
2023-04-06
Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR...
Jack Huey
-13
/
+26
2023-04-01
fix clippy::iter_kv_map
Matthias Krüger
-2
/
+1
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-4
/
+4
2023-02-24
Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`.
Nicholas Nethercote
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+3
2023-02-22
Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc
Michael Goulet
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-7
/
+12
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+4
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-10
/
+10
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-3
/
+3
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-3
/
+3
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-2
/
+2
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-2
/
+3
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-7
/
+7
2023-02-11
Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr
bors
-0
/
+4
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+4
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-0
/
+3
2023-01-30
Track bound types like bound regions
Michael Goulet
-19
/
+21
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-12
/
+12
2022-12-13
Remove chalk lowering for AliasTy
Michael Goulet
-11
/
+10
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-18
/
+24
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-6
/
+6
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-5
/
+5
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-7
/
+9
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-38
/
+50
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
/
+0
2022-11-07
Add an optional Span to BrAnon and use it to print better error for HRTB erro...
Jack Huey
-9
/
+11
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-1
/
+1
[next]