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
/
lowering.rs
Age
Commit message (
Expand
)
Author
Lines
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
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-07-06
Update TypeVisitor paths
Alan Egerton
-2
/
+2
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
-3
/
+3
2022-06-08
Folding revamp.
Nicholas Nethercote
-2
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-16
/
+16
2022-02-21
chalk/lowering: lower generator types.
Dario Nieuwenhuis
-1
/
+4
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-2
/
+6
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-5
/
+5
2022-02-15
Remove unnecessary `RegionKind::` quals.
Nicholas Nethercote
-21
/
+17
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-8
/
+8
2022-02-11
Reverse parameter to placeholder substitution in chalk results
Matthew Jasper
-7
/
+36
2022-02-11
Fix more chalk lowering issues
Matthew Jasper
-1
/
+17
2022-02-11
Stop using a placeholder for empty regions in Chalk
Matthew Jasper
-36
/
+9
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-4
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+4
2022-01-17
Add term to ExistentialProjection
kadmin
-1
/
+3
2022-01-17
Update term for use in more places
kadmin
-2
/
+14
2022-01-17
Use Term in ProjectionPredicate
kadmin
-2
/
+2
2022-01-15
initial revert
Ellen
-13
/
+2
2021-12-22
Update chalk to 0.75.0
pierwill
-29
/
+29
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-21
/
+15
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-1
/
+1
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-14
/
+20
2021-10-08
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-4
/
+5
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-2
/
+12
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+4
2021-08-13
move Constness into TraitPredicate
Deadbeef
-4
/
+4
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-16
/
+17
[next]