about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-02-21Test nested `proc` can access outer owned dataFlavio Percoco-0/+20
2014-02-21auto merge of #12326 : bjz/rust/integer, r=alexcrichtonbors-0/+1
2014-02-21auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichtonbors-0/+17
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-0/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+3
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-0/+73
2014-02-20auto merge of #12405 : kud1ing/rust/backticks, r=huonwbors-6/+6
2014-02-20auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakisbors-8/+12
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-1/+70
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-0/+85
2014-02-20rustc: avoid compiler generated `unsafe` blocks leaking.Huon Wilson-0/+17
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-44/+54
2014-02-20Resolve the vtables for method calls to generic Drop impls with trait bounds.Eduard Burtescu-8/+12
2014-02-19adjust to currently used stylekud1ing-6/+6
2014-02-19auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brsonbors-0/+22
2014-02-19auto merge of #12375 : FlaPer87/rust/issue-7660, r=cmrbors-0/+24
2014-02-19Tweak how preference factors into linkageAlex Crichton-0/+85
2014-02-19debuginfo: Re-enable test case that should have worked all along.Michael Woerister-1/+0
2014-02-19debuginfo: Move test case from run-pass to debug-info directory so it does no...Michael Woerister-0/+0
2014-02-19debuginfo: Add support for simd typesMichael Woerister-0/+70
2014-02-19auto merge of #12349 : edwardw/rust/debug-expansion, r=huonwbors-0/+18
2014-02-19Change the format_args! macro expansion for temporariesEdward Wang-0/+18
2014-02-19auto merge of #12370 : rcxdude/rust/macro_fix, r=alexcrichtonbors-0/+19
2014-02-19rustdoc: Fix json output and inputAlex Crichton-0/+29
2014-02-18auto merge of #12245 : nick29581/rust/priv2, r=alexcrichtonbors-0/+281
2014-02-19Make priavcy checking aware that a `use` directive can point to two defintion...Nick Cameron-0/+281
2014-02-18Fix staticlib outputs linking to blank archivesAlex Crichton-0/+22
2014-02-18Regression test closes #7660Flavio Percoco-0/+24
2014-02-18auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichtonbors-26/+0
2014-02-18auto merge of #12330 : nick29581/rust/glue, r=huonwbors-0/+24
2014-02-18Avoid returning original macro if expansion fails.Douglas Young-0/+19
2014-02-18auto merge of #12351 : kud1ing/rust/backticks, r=alexcrichtonbors-3/+3
2014-02-18Test ordering of glue_drop and glue_takew in self-re-assignment. Closes #3290.Nick Cameron-0/+24
2014-02-17auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichtonbors-9/+3
2014-02-17auto merge of #12146 : gentlefolk/rust/issue-2404, r=alexcrichtonbors-0/+45
2014-02-17Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif...gentlefolk-0/+45
2014-02-17backticks for syntax elementskud1ing-3/+3
2014-02-17Remove the compile-fail test that's now obsoleteKevin Ballard-26/+0
2014-02-17Forbid use of generics with foreign functions. Closes #10353.Nick Cameron-0/+15
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-1/+60
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-9/+3
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-2/+2
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-1/+1
2014-02-15auto merge of #12301 : FlaPer87/rust/issue-8893, r=alexcrichtonbors-0/+19
2014-02-16Add test and close #8893Flavio Percoco-0/+19
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-436/+426
2014-02-15auto merge of #12270 : bstrie/rust/pnoise, r=huonwbors-65/+49
2014-02-15Clean up the Perlin noise benchmarkBen Striegel-65/+49
2014-02-15std: clean up ptr a bitCorey Richardson-68/+21
2014-02-14extern mod => extern crateAlex Crichton-426/+426