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
Age
Commit message (
Expand
)
Author
Lines
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
-11
/
+8
2022-02-19
Adopt let else in more places
est31
-3
/
+3
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-15
Overhaul `PredicateInner` and `Predicate`.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-11
Reverse parameter to placeholder substitution in chalk results
Matthew Jasper
-10
/
+40
2022-02-11
Fix more chalk lowering issues
Matthew Jasper
-16
/
+22
2022-02-11
Stop using a placeholder for empty regions in Chalk
Matthew Jasper
-60
/
+14
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-8
/
+0
2022-02-09
Avoid clone.
Camille GILLOT
-4
/
+4
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-4
/
+4
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+8
2022-01-28
Remove generalization over projection
kadmin
-1
/
+4
2022-01-19
⬆ chalk to 0.76.0
pierwill
-3
/
+3
2022-01-18
Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk
bors
-3
/
+17
2022-01-18
Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr
Matthias Krüger
-4
/
+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
2022-01-12
Canonicalize const variables correctly
Michael Goulet
-4
/
+4
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
-10
/
+9
2021-12-30
Removed `in_band_lifetimes` from `rustc_traits`
Anuvrat
-10
/
+9
2021-12-23
Auto merge of #92167 - pierwill:chalk-update, r=jackh726
bors
-84
/
+85
2021-12-22
Update chalk to 0.75.0
pierwill
-84
/
+85
2021-12-13
get rid of normalize_generic_arg... queries
b-naber
-18
/
+2
2021-12-13
normalize_generic_arg_after in terms of try version
b-naber
-34
/
+11
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-44
/
+35
2021-12-01
implement version of normalize_erasing_regions that doesn't assume value is n...
b-naber
-0
/
+40
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-21
/
+24
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-14
/
+20
2021-11-08
Make select_* methods return Vec for TraitEngine
Deadbeef
-3
/
+3
2021-10-15
Move some outlives bounds things from rustc_trait_selection to rustc_typeck
jackh726
-1
/
+1
2021-10-15
Move push_outlives_components to rustc_infer
jackh726
-2
/
+2
2021-10-08
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2021-09-27
Improve cause information for NLL higher-ranked errors
Aaron Hill
-9
/
+4
2021-09-24
Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis
Jubilee
-2
/
+3
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-15
Remove ToPredicate impls that use Binder::dummy
jackh726
-2
/
+3
2021-08-27
Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth
bors
-15
/
+35
2021-08-26
Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis
Manish Goregaokar
-15
/
+35
2021-08-26
make unevaluated const substs optional
lcnr
-4
/
+5
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-2
/
+12
2021-08-23
handle ascription type op in NLL HRTB diagnostics
Rémy Rakic
-15
/
+35
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
[next]