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
/
src
/
librustc_traits
/
chalk_context
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Fix lint findings in librustc_traits
flip1995
-25
/
+25
2019-04-27
Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis
Mazdak Farrokhzad
-10
/
+15
2019-04-27
Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister
bors
-4
/
+3
2019-04-26
Update handling of Tuple
varkor
-10
/
+15
2019-04-25
Update trait queries
John Kåre Alsaker
-4
/
+3
2019-04-24
Add builtin impls for int and float inference vars in chalk
Tyler Mandry
-14
/
+19
2019-04-24
chalkify: Add Copy/Clone builtins
Tyler Mandry
-21
/
+149
2019-03-20
Add unsize impls for arrays
scalexm
-0
/
+88
2019-03-20
Reorganize `chalk_context::program_clauses`
scalexm
-319
/
+343
2019-03-20
Gather region constraints not coming from unification
scalexm
-28
/
+33
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-8
/
+5
2019-03-05
Handle const generics elsewhere
varkor
-1
/
+12
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-4
/
+4
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-6
/
+6
2019-02-07
Transition librustc_traits to 2018 edition
Hirokazu Hata
-6
/
+6
2019-01-05
Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis
bors
-5
/
+1
2019-01-04
Revert "add coherence future-compat warnings for marker-only trait objects"
Ariel Ben-Yehuda
-5
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-1
/
+1
2018-12-27
Add `wf_clause_for_fn_def`
scalexm
-1
/
+21
2018-12-27
Handle sub-typing in chalk-engine
scalexm
-5
/
+27
2018-12-27
Integrate chalk engine
scalexm
-31
/
+132
2018-12-27
Fix `Sized` requirement for empty tuples in `program_clauses`
scalexm
-1
/
+4
2018-12-27
Add builtin impls for `Sized` in `chalk_context::program_clauses`
scalexm
-0
/
+131
2018-12-27
Rename functions giving WF clauses for builtin types
scalexm
-21
/
+38
2018-12-27
Add utilities for creating generic types
scalexm
-51
/
+19
2018-12-27
Return an instantiated environment instead of a generic one
scalexm
-8
/
+15
2018-12-27
Fix `visit_ex_clause_with`
scalexm
-3
/
+3
2018-12-27
Implement "lifetime juggling" methods from chalk integration trait
scalexm
-8
/
+42
2018-12-27
Implement `is_coinductive`
scalexm
-3
/
+20
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-1
/
+5
2018-11-29
Implement `AggregateOps`
scalexm
-2
/
+28
2018-11-29
Implement `ResolventOps`
scalexm
-29
/
+256
2018-11-29
Handle inference variables in `nll_relate` and use it for chalk
scalexm
-17
/
+132
2018-11-24
Fix `ChalkInferenceContext::into_hh_goal`
scalexm
-1
/
+4
2018-11-24
Implement some instantiate / canonical routines
scalexm
-52
/
+113
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-8
/
+11
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-13
Instantiate all bound vars existentially
scalexm
-4
/
+3
2018-11-13
Bypass ppaux for `Outlives` predicates
scalexm
-1
/
+1
2018-11-13
Provide program clauses for builtin types
scalexm
-0
/
+970