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
/
src
/
librustc_traits
/
lowering.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-09
Change wording
scalexm
-20
/
+22
2018-07-07
extend where clauses
csmoe
-15
/
+18
2018-07-06
refactor
csmoe
-35
/
+32
2018-07-05
merge wellformed(wc)s
csmoe
-25
/
+17
2018-07-05
split IntoWellFormedGoal
csmoe
-4
/
+4
2018-07-05
wellformed wc
csmoe
-22
/
+80
2018-07-02
introduce `predicates_defined_on` for traits
Niko Matsakis
-4
/
+2
2018-07-02
use `ty::TraitRef::identity` where possible
Niko Matsakis
-5
/
+1
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for associated type bindings in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-27
move into `provide` methods
Niko Matsakis
-0
/
+9
2018-06-07
Add rules for type well-formedness
scalexm
-3
/
+73
2018-06-04
Refactor the chalkify lowering process
scalexm
-64
/
+72
2018-05-24
implement the chalk traits, albeit with many placeholders
Niko Matsakis
-1
/
+1
2018-05-21
rustc: use intern_* instead of mk_* where possible.
Eduard-Mihai Burtescu
-4
/
+4
2018-04-23
sort strings on output
Niko Matsakis
-7
/
+16
2018-04-23
eliminate the `Lrc` of a slice and just return the slice
Niko Matsakis
-21
/
+16
2018-04-23
first draft of `program_clauses_for_env`
Niko Matsakis
-18
/
+70
2018-04-23
in unit tests, use `note` to dump multiple program clauses
Niko Matsakis
-6
/
+19
2018-04-23
rustfmt lowering.rs
Niko Matsakis
-50
/
+59
2018-04-15
Rebase and fix conflicts.
Fabian Zaiser
-5
/
+7
2018-04-15
Stop duplicating where clauses from impl's.
Fabian Zaiser
-9
/
+7
2018-04-15
Rebase and update code.
Fabian Zaiser
-2
/
+6
2018-04-15
Improve function name.
Fabian Zaiser
-3
/
+5
2018-04-15
Implement Chalk lowering rule Normalize-From-Impl
Fabian Zaiser
-4
/
+61
2018-04-12
traits: Implement interning for Goal and Clause
Tatsuyuki Ishi
-19
/
+23
2018-04-06
chalkify: Implement Rule Implied-Bound-From-Trait
Tyler Mandry
-4
/
+65
2018-04-02
Fix comment
Alexandre Martin
-1
/
+1
2018-03-30
Tweak `Clause` definition and HRTBs
scalexm
-25
/
+27
2018-03-20
Implement Rule Implemented-From-Env
varkor
-0
/
+32
2018-03-20
Improve comments for Rule Implemented-From-Impl
varkor
-4
/
+13
2018-03-15
Fix tidy
Alexandre Martin
-1
/
+1
2018-03-15
add xref to rust-guide
Niko Matsakis
-0
/
+4
2018-03-14
Add documentation
scalexm
-0
/
+12
2018-03-14
Move code into librustc_traits
scalexm
-0
/
+168