about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-112/+115
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-112/+115
2014-07-08auto merge of #15521 : nick29581/rust/type, r=pcwaltonbors-55/+55
2014-07-08auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfacklerbors-0/+38
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-0/+38
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-55/+55
2014-07-08auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichtonbors-4/+4
2014-07-08auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581bors-4/+23
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-74/+127
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-2/+83
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-4/+4
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-74/+127
2014-07-07librustc: Disallow modules and types from having the same name.Patrick Walton-4/+23
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-06Add a test case for #12187, which appears to have been fixedJakub Wieczorek-0/+36
2014-07-06auto merge of #15454 : jakub-/rust/15453, r=huonwbors-0/+7
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-7/+10
2014-07-05Test fixes and rebase conflictsAlex Crichton-2/+4
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-6/+22
2014-07-05test: Fix tests for crate_id removalAlex Crichton-311/+144
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-0/+102
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-2/+83
2014-07-04Add tests for null pointer opt.Luqman Aden-0/+40
2014-07-04auto merge of #15405 : pcwalton/rust/delifetime, r=nick29581bors-8/+8
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-8/+8
2014-07-04auto merge of #15356 : pcwalton/rust/wrong-implementor, r=alexcrichtonbors-0/+78
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-5/+5
2014-07-04Fix #12285Jakub Wieczorek-0/+22
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-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-5/+191
2014-07-03auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelixbors-0/+136
2014-07-02librustc: Take the parameter space into account when combining typePatrick Walton-0/+78
2014-07-02auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichtonbors-0/+74
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-1195/+1754
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