about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-03rustc: Fix regression where jemalloc isn't usedAlex Crichton-10/+32
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/+2
2019-01-03Display `impl Sized` correctlyMatthew Jasper-0/+2
2019-01-03Fix repeated word typosWiktor Kuchta-30/+30
2019-01-03ci: Upgrade Travis to XenialAlex Crichton-4/+6
2019-01-03Add discoverable function for converting Box<T> -> Pin<Box<T>>Wim Looman-4/+14
2019-01-03Allow converting Box<T: !Sized> -> Pin<Box<T>>Wim Looman-1/+1
2019-01-03const fn no longer comming soon on const docsMendess2526-2/+2
2019-01-03use structured suggestion for method callsAndy Russell-39/+116
2019-01-03Fix bug in associated constant type annotations.David Wood-4/+106
2019-01-03Auto merge of #55517 - nikomatsakis:universes, r=scalexmbors-1777/+1563
2019-01-03Make CompileController thread-safeJohn Kåre Alsaker-3/+5
2019-01-03VaList::copy should not require a mutable refDan Robertson-1/+1
2019-01-03Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasperbors-13/+55
2019-01-03Fixed the link to the ? operatorJoseph Lyons-1/+1
2019-01-02Update src/liballoc/vec.rs Mazdak Farrokhzad-0/+4
2019-01-03Auto merge of #57282 - matthewjasper:wellformed-return-ty, r=nikomatsakisbors-2/+40
2019-01-02Fix 'be be' constructsDaniel Mueller-4/+4
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
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-15/+28
2019-01-02apply the same logic to ConcreteFailure errorsNiko Matsakis-38/+69
2019-01-02refactor highlighting to take any RegionKind, making it more generalNiko Matsakis-187/+160
2019-01-02apply the new placeholder errors even with just one placeholderNiko Matsakis-47/+90
2019-01-02introduce placeholder-placeholder errors for trait matchingNiko Matsakis-99/+273
2019-01-02add the ability to highlight placeholdersNiko Matsakis-2/+81