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
/
middle
/
traits
Age
Commit message (
Expand
)
Author
Lines
2016-02-23
Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon"
Niko Matsakis
-462
/
+205
2016-01-17
add fixme number into code
Niko Matsakis
-1
/
+1
2016-01-16
Document `ObligationForest` better.
Niko Matsakis
-1
/
+1
2016-01-16
Pacify tidy.
Niko Matsakis
-1
/
+2
2016-01-16
Implement a hacky version of the DAG support we ultimately want, leaving
Niko Matsakis
-6
/
+52
2016-01-16
Detect cycles and specialize error reporting for Sized. It is important
Niko Matsakis
-7
/
+187
2016-01-16
Permit coinductive match only for purely OIBIT backtraces.
Niko Matsakis
-11
/
+38
2016-01-16
Fix bug in new stall checking code, it should consider integer variables
Niko Matsakis
-1
/
+1
2016-01-16
fallout from removing the `errors_will_be_reported` flag
Niko Matsakis
-8
/
+23
2016-01-16
only insert global predicates into the global cache once we've
Niko Matsakis
-36
/
+27
2016-01-16
enable coinductive reasoning for structural traits, this is
Niko Matsakis
-0
/
+13
2016-01-14
switch the fulfillment context to use the new obligation forest;
Niko Matsakis
-129
/
+90
2016-01-14
modify trait checker to track the variables on which trait resolution is
Niko Matsakis
-46
/
+69
2016-01-08
Change error scheme so that if projection fails we generate `A::B` instead of...
Niko Matsakis
-5
/
+20
2016-01-08
Remove ErrorCandidate in favor of just generating an ambiguous result
Niko Matsakis
-11
/
+11
2016-01-08
Make coherence more tolerant of error types.
Niko Matsakis
-1
/
+4
2016-01-07
Rename fold_subitems_with to super_fold_with
Jeffrey Seyfried
-17
/
+17
2016-01-07
Refactor away extension traits RegionEscape and HasTypeFlags
Jeffrey Seyfried
-9
/
+6
2016-01-07
Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and...
Jeffrey Seyfried
-74
/
+48
2016-01-05
Annotate the compiler with information about what it is doing when.
Niko Matsakis
-1
/
+18
2016-01-03
Refactor candidate selection
Florian Hahn
-11
/
+12
2016-01-02
Use for_each_impl
Florian Hahn
-24
/
+15
2016-01-02
Manually check trait implementations
Florian Hahn
-12
/
+31
2016-01-02
Limit displaying relevant trait impls to 4
Florian Hahn
-22
/
+34
2016-01-01
Show similar trait implementations if no matching impl is found
Florian Hahn
-0
/
+20
2015-12-31
Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brson
bors
-4
/
+4
2015-12-30
use structured errors
Nick Cameron
-61
/
+87
2015-12-28
Rename ExplicitSelfCategory's variants and stop re-exporting them.
Ms2ger
-4
/
+4
2015-12-18
Make RFC 1214 warnings into errors, and rip out the "warn or err"
Niko Matsakis
-108
/
+46
2015-12-16
Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis
bors
-1
/
+2
2015-12-16
Provide overlapping types for coherence errors
Aaron Turon
-16
/
+16
2015-12-15
Ensure borrows of fn/closure params do not outlive invocations.
Felix S. Klock II
-1
/
+2
2015-11-28
Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix
bors
-6
/
+6
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
Use the TypeOrigin variants qualified.
Ms2ger
-15
/
+15
2015-11-20
Change TraitRef subtyping checks to equality
Aaron Turon
-20
/
+19
2015-11-19
Fix the fallout
Vadim Petrochenkov
-6
/
+6
2015-11-15
address review comments
Ariel Ben-Yehuda
-1
/
+3
2015-11-15
fix remaining bugs
Ariel Ben-Yehuda
-49
/
+74
2015-11-15
add a global evaluation cache
Ariel Ben-Yehuda
-1
/
+9
2015-11-15
introduce evaluate_obligation_conservatively and use it
Ariel Ben-Yehuda
-0
/
+32
2015-11-15
evaluate projections outside the outer probe in recursive evaluation
Ariel Ben-Yehuda
-156
/
+46
2015-11-15
put projections in RFC447 order
Ariel Ben-Yehuda
-8
/
+16
2015-11-15
simplify and reduce the size of EvaluationResult
Ariel Ben-Yehuda
-56
/
+99
2015-11-05
remove excess string allocation
Steve Klabnik
-1
/
+1
2015-10-27
project: add a recursion limit to "tail-recursive" projections
Ariel Ben-Yehuda
-2
/
+3
2015-10-24
Auto merge of #29259 - arielb1:supertrait-self-2, r=eddyb
bors
-10
/
+3
2015-10-24
object_safety: check whether a supertrait contains Self even without being it
Ariel Ben-Yehuda
-10
/
+3
2015-10-22
distinguish projections from the env/obj-types vs those from
Niko Matsakis
-12
/
+62
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-2
/
+2
[next]