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
/
test
/
ui
/
chalkify
Age
Commit message (
Expand
)
Author
Lines
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-20
Fix a bug in implied bounds
scalexm
-3
/
+3
2019-03-20
Gather region constraints not coming from unification
scalexm
-2
/
+0
2019-03-11
Update tests
Vadim Petrochenkov
-15
/
+15
2018-12-31
Improve type mismatch error messages
Yuning Zhang
-1
/
+1
2018-12-27
Add tests
scalexm
-0
/
+54
2018-12-25
Remove licenses
Mark Rousskov
-93
/
+13
2018-11-13
Implement `ProjectionEq-Normalize`
csmoe
-0
/
+1
2018-11-13
Use a dummy outlives requirement for `where Type:,` (see #53696)
scalexm
-2
/
+2
2018-11-13
Bypass ppaux for `Outlives` predicates
scalexm
-11
/
+11
2018-11-13
Provide program clauses for builtin types
scalexm
-0
/
+2
2018-11-13
Pretty print quantified goals and clauses
scalexm
-64
/
+51
2018-10-17
Add tests for `program_clauses_for_env`
scalexm
-3
/
+97
2018-10-08
Add chalk rules related to associated type defs
scalexm
-11
/
+21
2018-10-03
Remove duplicate predicates in `explicit_predicates_of`
scalexm
-4
/
+2
2018-08-31
rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor...
Eduard-Mihai Burtescu
-2
/
+11
2018-08-27
fix some anon params
Mark Mansi
-7
/
+7
2018-07-07
update tests
csmoe
-6
/
+3
2018-07-05
merge wellformed(wc)s
csmoe
-13
/
+7
2018-07-05
update test
csmoe
-0
/
+16
2018-07-02
introduce `predicates_defined_on` for traits
Niko Matsakis
-2
/
+2
2018-06-07
Add tests for `WellFormed-Type` and `FromEnv-Type` rules
scalexm
-0
/
+30
2018-06-07
Remove `FromEnv(ProjectionEq(...))` from tests
scalexm
-1
/
+1
2018-04-23
sort strings on output
Niko Matsakis
-9
/
+9
2018-04-23
first draft of `program_clauses_for_env`
Niko Matsakis
-0
/
+48
2018-04-23
in unit tests, use `note` to dump multiple program clauses
Niko Matsakis
-100
/
+38
2018-04-15
Stop duplicating where clauses from impl's.
Fabian Zaiser
-1
/
+1
2018-04-15
Implement Chalk lowering rule Normalize-From-Impl
Fabian Zaiser
-1
/
+16
2018-04-06
chalkify: Implement Rule Implied-Bound-From-Trait
Tyler Mandry
-1
/
+147
2018-03-20
Add unit test for Implemented-From-Env
varkor
-0
/
+30
2018-03-14
Address niko's nits
scalexm
-1
/
+1
2018-03-14
Add MVP for chalkification
scalexm
-0
/
+28