summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2014-02-24Remove some obsolete ignored testsFlorian Hahn-150/+0
2014-02-24Gate default type parameter overrides.Eduard Burtescu-5/+4
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-3/+5
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-3/+5
2014-02-23auto merge of #12328 : nick29581/rust/abi, r=alexcrichtonbors-4/+4
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-4/+4
2014-02-23Make break and continue hygienicEdward Wang-0/+78
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-4/+7
2014-02-22auto merge of #11863 : erickt/rust/hash, r=acrichtobors-0/+104
2014-02-22auto merge of #12366 : aepsil0n/rust/feature/unnecessary_parens_around_assign...bors-0/+3
2014-02-22auto merge of #12441 : kud1ing/rust/backticks, r=brsonbors-2/+2
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-0/+3
2014-02-22auto merge of #12437 : alexcrichton/rust/travis-yml, r=brsonbors-0/+1
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+104
2014-02-21auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichtonbors-0/+17
2014-02-21backtickskud1ing-2/+2
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+3
2014-02-20Add a Travis-CI configuration for the repoAlex Crichton-0/+1
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-0/+45
2014-02-20auto merge of #12405 : kud1ing/rust/backticks, r=huonwbors-6/+6
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-0/+59
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-18/+42
2014-02-19adjust to currently used stylekud1ing-6/+6
2014-02-19Tweak how preference factors into linkageAlex Crichton-0/+59
2014-02-19auto merge of #12370 : rcxdude/rust/macro_fix, r=alexcrichtonbors-0/+19
2014-02-18auto merge of #12245 : nick29581/rust/priv2, r=alexcrichtonbors-0/+157
2014-02-19Make priavcy checking aware that a `use` directive can point to two defintion...Nick Cameron-0/+157
2014-02-18auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichtonbors-26/+0
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-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-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-116/+116
2014-02-15std: clean up ptr a bitCorey Richardson-3/+1
2014-02-14extern mod => extern crateAlex Crichton-116/+116
2014-02-14Test fixes and rebase conflicts from rollupsAlex Crichton-1/+5
2014-02-14Ensure an error is raised on infinite recursionFlavio Percoco-0/+24
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-4/+4
2014-02-13Remove obsolete warnings for `extern mod`Flavio Percoco-5/+0
2014-02-13Replace `extern mod` with `extern crate`Flavio Percoco-0/+28
2014-02-12auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichtonbors-44/+13
2014-02-12Reenable some ignored test casesFlorian Hahn-44/+13
2014-02-12auto merge of #12190 : alexcrichton/rust/fix-snap-again, r=brsonbors-5/+5
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-1/+1