about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-07-03librustc: Have the kind checker check sub-bounds in trait casts.Patrick Walton-0/+39
2014-07-03Fix ICE with nested macro_rules!-style macrosKevin Ballard-0/+34
2014-07-03auto merge of #15199 : michaelwoerister/rust/cross-crate-stability, r=luqmanabors-0/+333
2014-07-03auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelixbors-0/+136
2014-07-02auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichtonbors-0/+74
2014-07-02Change exhaustiveness analysis to permit multiple constructors per patternJakub Wieczorek-5/+117
2014-07-02auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brsonbors-0/+72
2014-07-02debuginfo: Make names of types in debuginfo reliable and omit source location...Michael Woerister-0/+333
2014-07-02auto merge of #15085 : brson/rust/stridx, r=alexcrichtonbors-23/+21
2014-07-01librustc: Properly compare implementation method type parameter boundsPatrick Walton-0/+136
2014-07-02auto merge of #15069 : luqmana/rust/cia, r=pcwaltonbors-0/+92
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-23/+21
2014-07-01librustc: Fix `expr_use_visitor` (and, transitively, the borrow check)Patrick Walton-0/+74
2014-07-01test: Add tests for issue #12223, "drop allowed while active borrowsPatrick Walton-0/+72
2014-07-01relicense shootout-mandelbrot.rsGuillaume Pinot-8/+39
2014-07-01auto merge of #15281 : alexcrichton/rust/show-for-show, r=kballardbors-0/+3
2014-07-01auto merge of #15242 : pcwalton/rust/self-in-trait-methods, r=alexcrichtonbors-0/+128
2014-06-30librustc: Permit by-value-self methods to be invoked on objectsPatrick Walton-0/+128
2014-06-30Fix issue with testsAdolfo OchagavĂ­a-3/+3
2014-06-30Add `impl Show for &Show`Alex Crichton-0/+3
2014-06-30auto merge of #15262 : zecozephyr/rust/15620, r=luqmanabors-0/+19
2014-06-29librustc: Don't ICE on binding same field multiple times in structJonathan Bailey-0/+19
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-6/+10
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-923/+944
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-1/+1
2014-06-29librustc: Allow coercions through arrays.Luqman Aden-0/+92
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-199/+201
2014-06-28Rename all raw pointers as necessaryAlex Crichton-199/+201
2014-06-28auto merge of #15191 : pcwalton/rust/variance-in-trait-matching, r=huonwbors-14/+88
2014-06-28librustc: Match trait self types exactly.Patrick Walton-14/+88
2014-06-28Add test for issue #12552Piotr Jawniak-0/+21
2014-06-28auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmrbors-21/+54
2014-06-27simplified test caseJohn Clements-5/+6
2014-06-27added unit and standalone test for 15221, extra debugging outputJohn Clements-0/+22
2014-06-27make tests hygienic...John Clements-8/+18
2014-06-27replaced ignore-pretty with no-pretty-expandedJohn Clements-13/+13
2014-06-27librustc: Schedule cleanups properly when coercing to a &Trait.Luqman Aden-0/+38
2014-06-27auto merge of #15212 : huonw/rust/struct-paren-lint, r=alexcrichtonbors-0/+23
2014-06-27Add test for #11677Piotr Jawniak-0/+24
2014-06-27rustc: update the unnecessary parens lint for struct literals.Huon Wilson-0/+23
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-0/+26
2014-06-26auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brsonbors-0/+53
2014-06-26rustrt: Reorganize task usageAlex Crichton-0/+53
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-2/+2
2014-06-26auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclementsbors-13/+80
2014-06-25more loops to be ignored by pretty-rpassJohn Clements-0/+8
2014-06-25work around 15189 in test casesJohn Clements-0/+38
2014-06-25added compile-fail test for 15167John Clements-0/+21
2014-06-25tidy macro just a bitJohn Clements-13/+13
2014-06-25auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brsonbors-21/+36