about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-14/+4
2014-07-09tests: Remove uses of advance.Luqman Aden-3/+3
2014-07-09syntax: don't process string/char/byte/binary litsCorey Richardson-0/+15
2014-07-08fix hygiene for test caseJohn Clements-4/+4
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-78/+78
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-78/+78
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-25/+25
2014-07-08auto merge of #15406 : luqmana/rust/nop, r=pcwaltonbors-0/+40
2014-07-07auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581bors-29/+63
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-0/+64
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-29/+63
2014-07-07Strip empty strings from link argsSteven Fackler-0/+20
2014-07-07auto merge of #15489 : jakub-/rust/issue-15488, r=pcwaltonbors-0/+38
2014-07-07auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichtonbors-0/+55
2014-07-07Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395mitchmindtree-0/+55
2014-07-07Properly bind nested pattern bindings when there's more than oneJakub Wieczorek-0/+38
2014-07-06auto merge of #15454 : jakub-/rust/15453, r=huonwbors-0/+7
2014-07-05test: Fix tests for crate_id removalAlex Crichton-158/+1
2014-07-05Fix #15453Jakub Wieczorek-0/+7
2014-07-05auto merge of #15442 : luqmana/rust/odp, r=pnkfelixbors-0/+64
2014-07-05auto merge of #15284 : apoelstra/rust/bitv-methods, r=cmrbors-3/+3
2014-07-04librustc: Make sure to run destructors in the right order when matching on mo...Luqman Aden-0/+64
2014-07-04librustc: Accept type aliases for structures in structure literals andPatrick Walton-0/+64
2014-07-04Add tests for null pointer opt.Luqman Aden-0/+40
2014-07-04auto merge of #15405 : pcwalton/rust/delifetime, r=nick29581bors-5/+5
2014-07-04auto merge of #15388 : jakub-/rust/issue-12285, r=pcwaltonbors-0/+22
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-5/+5
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-1/+1
2014-07-04Fix #12285Jakub Wieczorek-0/+22
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-0/+103
2014-07-03auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelixbors-0/+25
2014-07-02collections::bitv: change constructors for `Bitv` and `BitvSet`Andrew Poelstra-3/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-426/+675
2014-07-02Change exhaustiveness analysis to permit multiple constructors per patternJakub Wieczorek-0/+103
2014-07-02auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brsonbors-0/+34
2014-07-02auto merge of #15085 : brson/rust/stridx, r=alexcrichtonbors-29/+11
2014-07-01librustc: Properly compare implementation method type parameter boundsPatrick Walton-0/+25
2014-07-02auto merge of #15069 : luqmana/rust/cia, r=pcwaltonbors-0/+92
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-29/+11
2014-07-01test: Add tests for issue #12223, "drop allowed while active borrowsPatrick Walton-0/+34
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/+77
2014-06-30librustc: Permit by-value-self methods to be invoked on objectsPatrick Walton-0/+77
2014-06-30Fix issue with testsAdolfo OchagavĂ­a-3/+3
2014-06-30Add `impl Show for &Show`Alex Crichton-0/+3
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-5/+5
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-253/+239
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-131/+133