summary refs log tree commit diff
path: root/src/librustc/middle/traits
AgeCommit message (Expand)AuthorLines
2015-05-13Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakisbors-2/+4
2015-05-13Fix binder skippingNick Cameron-5/+26
2015-05-13RebasingNick Cameron-4/+5
2015-05-13eddyb's changes for DST coercionsNick Cameron-23/+307
2015-05-12Create a FreshFloatTy separate from FreshIntTyAriel Ben-Yehuda-2/+4
2015-05-12Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakisbors-67/+103
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-4/+4
2015-05-07Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakisbors-3/+12
2015-05-07Select projections over impls in case of ambiguity. Fixes #23336.Ariel Ben-Yehuda-67/+103
2015-05-07Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelixSteve Klabnik-1/+1
2015-05-06improve commentAriel Ben-Yehuda-2/+4
2015-05-06Fix #25076Ariel Ben-Yehuda-3/+10
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-4/+4
2015-04-30address review commentsAriel Ben-Yehuda-1/+1
2015-04-30Use hash-tables in trait selectionAriel Ben-Yehuda-31/+20
2015-04-30Stop using Rc in TraitRef and TraitDefAriel Ben-Yehuda-24/+19
2015-04-30rustc: Improve misleading error message for E0282Ruud van Asseldonk-1/+1
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-7/+5
2015-04-24Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelixbors-1/+3
2015-04-23Structural changes for associated constantsSean Patrick Santos-7/+5
2015-04-19Call skolemize_late_bound_regions only after fast rejectionAriel Ben-Yehuda-27/+20
2015-04-18Rather than storing the relations between free-regions in a globalNiko Matsakis-1/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-3/+3
2015-04-12Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelixbors-1/+1
2015-04-09Don't use skolemized parameters but rather fresh variables inNiko Matsakis-50/+21
2015-04-06Fix diverging closuresSeo Sanghyeon-1/+1
2015-04-06If we find a blanket impl for `Trait` but we're matching on an objectNiko Matsakis-0/+12
2015-04-02Remove *most* mentions of phantom fns and variance on traits. Leave someNiko Matsakis-13/+4
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-11/+24
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-04-01Implement the changes to coherence such that we consider a type to beNiko Matsakis-85/+259
2015-03-31Add a "match" relation that can be used to make recursion check duringNiko Matsakis-1/+13
2015-03-31Port over type inference to using the new type relation stuffNiko Matsakis-0/+1
2015-03-31Switch to FnvHashMapNiko Matsakis-4/+4
2015-03-31Combine `try` and `commit_if_ok` and make some details of inferenceNiko Matsakis-6/+6
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-6/+6
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-6/+6
2015-03-27rollup merge of #23486: nikomatsakis/issue-23485Alex Crichton-5/+31
2015-03-27When testing whether a default method predicates are satisfiable,Niko Matsakis-5/+31
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-22/+22
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-137/+273
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+1
2015-03-26update everything to use Entry defaultsAlexis-5/+2
2015-03-26Refactor object-safety test to use def-ids onlyNiko Matsakis-11/+55
2015-03-26Refactor how binders are handled in trait selectionNiko Matsakis-122/+162
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-7/+59
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-22/+22
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-6/+7