about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-05Auto merge of #57101 - o01eg:fix-57014, r=alexcrichtonbors-21/+26
2019-01-05Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakisbors-39/+49
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-453/+815
2019-01-05Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakisbors-267/+1648
2019-01-04Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakisbors-0/+6
2019-01-04add test for #57162Ariel Ben-Yehuda-0/+7
2019-01-04add some debug logging to collectAriel Ben-Yehuda-2/+6
2019-01-04Auto merge of #56897 - euclio:parse-fatal, r=estebankbors-134/+451
2019-01-04Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakisbors-584/+486
2019-01-04Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakisbors-11/+342
2019-01-04alphabetize marker traits when printedAriel Ben-Yehuda-12/+25
2019-01-04Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakisbors-145/+309
2019-01-04Update tests changed by rebaseGeorg Semmler-4/+39
2019-01-04Auto merge of #57315 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-01-04Auto merge of #56958 - alexcrichton:upgrade-docker, r=kennytmbors-3/+5
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-90/+478
2019-01-04Revert "add coherence future-compat warnings for marker-only trait objects"Ariel Ben-Yehuda-254/+54
2019-01-04Revert "fix stupid bug"Ariel Ben-Yehuda-48/+38
2019-01-04add comment to <List<ExistentialPredicates>>::principalAriel Ben-Yehuda-1/+25
2019-01-04hack-fix to rustdocAriel Ben-Yehuda-4/+15
2019-01-04add testsAriel Ben-Yehuda-0/+41
2019-01-04fix ppauxAriel Ben-Yehuda-1/+8
2019-01-04avoid giving a principal to marker-only trait objectsAriel Ben-Yehuda-2/+8
2019-01-04add support for principal-less trait object typesAriel Ben-Yehuda-132/+203
2019-01-03Forbid impl Trait from referring to unnamable recursive typesMatthew Jasper-11/+340
2019-01-03More test deduplicationGeorg Semmler-446/+38
2019-01-03Add missing filesGeorg Semmler-127/+1008
2019-01-03Fix typoGeorg Semmler-1/+1
2019-01-03Unify testsGeorg Semmler-2723/+400
2019-01-03Update some new tests to changed error messagesGeorg Semmler-5/+5
2019-01-03Fix failing compile testsGeorg Semmler-1/+2
2019-01-03Directly check if input_ty is a type parameter and therefore aGeorg Semmler-41/+1
2019-01-03Update src/doc/unstable-book/src/language-features/re-rebalance-coherence.mdvarkor-1/+1
2019-01-03Fix tidyGeorg Semmler-4/+4
2019-01-03Add some docs about the new feature to the unstable bookGeorg Semmler-0/+23
2019-01-03Add some testsGeorg Semmler-0/+3144
2019-01-03Implement the re-rebalance coherence rfcGeorg Semmler-30/+98
2019-01-03Update cargoEric Huss-0/+0
2019-01-03Display `impl Sized` correctlyMatthew Jasper-0/+2
2019-01-03ci: Upgrade Travis to XenialAlex Crichton-3/+5
2019-01-03Auto merge of #55517 - nikomatsakis:universes, r=scalexmbors-1777/+1563
2019-01-03Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasperbors-6/+48
2019-01-02rename `type_moves_by_default` to `type_is_copy_modulo_regions`Niko Matsakis-46/+55
2019-01-02try to detect affected code and direct people to #56105Niko Matsakis-7/+48
2019-01-02track if any region constraints involved placeholdersNiko Matsakis-14/+33
2019-01-02pacify the mercilous eddyb ;)Niko Matsakis-2/+4
2019-01-02add some comments about lifetimes etcNiko Matsakis-0/+18
2019-01-02address tmandry nitsNiko Matsakis-63/+14
2019-01-02pacify the mercilous tidyNiko Matsakis-7/+9
2019-01-02improve handling for subtypeNiko Matsakis-379/+233