summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-11-22More Mut testsSteven Fackler-0/+38
2013-11-22Remove RcMutSteven Fackler-10/+14
2013-11-22Introduce Mut<T> to libstdSteven Fackler-0/+18
2013-11-22auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwaltonbors-0/+47
2013-11-23Put non-ascii identifiers behind a feature gate.Huon Wilson-0/+47
2013-11-22auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwaltonbors-0/+15
2013-11-22Move more of the exportation burden into privacyAlex Crichton-0/+15
2013-11-22auto merge of #10606 : huonw/rust/lint-unsafe-in-macro, r=thestingerbors-0/+9
2013-11-22test: test that the `unsafe_block` lint picks up `unsafe` blocks inHuon Wilson-0/+9
2013-11-21auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichtonbors-0/+18
2013-11-22std::rand: move TaskRng off @mut.Huon Wilson-0/+18
2013-11-21add lint for `unsafe` blocksDaniel Micay-0/+20
2013-11-18libsyntax: Remove `~fn()` from the languagePatrick Walton-15/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-45/+11
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-0/+26
2013-11-17Forbid privacy in inner functionsAlex Crichton-0/+26
2013-11-17Better error message when using vectors in staticsCorey Richardson-1/+18
2013-11-17auto merge of #10518 : huonw/rust/6911, r=alexcrichtonbors-0/+4
2013-11-17auto merge of #10509 : cmr/rust/trait_name, r=alexcrichtonbors-1/+1
2013-11-16auto merge of #10420 : sanxiyn/rust/path, r=cmrbors-0/+15
2013-11-16lint: _-prefixed variables don't get an unused-mut warning.Huon Wilson-0/+4
2013-11-16Adjust error message for method type mismatchCorey Richardson-1/+1
2013-11-16Show the name of the trait in the error messageJaemin Moon-1/+1
2013-11-14auto merge of #10018 : fhahn/rust/check-inferred-ints, r=alexcrichtonbors-2/+54
2013-11-14auto merge of #9788 : geoffhill/rust/bare-fn-cast, r=pnkfelixbors-0/+21
2013-11-13auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr...bors-8/+36
2013-11-13make missing_doc lint respect the visibility rulesDavid Creswick-8/+36
2013-11-12auto merge of #10427 : alexcrichton/rust/no-xray, r=brsonbors-5/+16
2013-11-12Check inferred integer literals for overflows, closes #4220Florian Hahn-2/+54
2013-11-12Improve error message for breaks in blocksAlex Crichton-5/+16
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-49/+0
2013-11-11Fix path parsingSeo Sanghyeon-0/+15
2013-11-08Fix pretty printer when there are multiple lifetime parametersNiko Matsakis-1/+1
2013-11-08Add new tests showing multiple lifetime parameters in useNiko Matsakis-2/+41
2013-11-08Address comments from @pnkfelix (thanks for the detailed review)Niko Matsakis-24/+63
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-75/+112
2013-11-08Move comparing of impl methods against trait from collect to check.Niko Matsakis-3/+3
2013-11-08Introduce new variance inference pass that replaces (and generalizes) oldNiko Matsakis-208/+213
2013-11-08Create a new pass to resolve named lifetimes; rscope is not onlyNiko Matsakis-0/+90
2013-11-08auto merge of #10355 : huonw/rust/deriving-field-spans, r=alexcrichtonbors-0/+83
2013-11-08auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichtonbors-0/+31
2013-11-08syntax::ext: Make type errors in deriving point to the field itself.Huon Wilson-0/+83
2013-11-07std: Make atomic types non-copyable. Closes #8380Brian Anderson-0/+31
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-0/+17
2013-11-07add `from_send` to Rc, since #9509 is fixedDaniel Micay-0/+19
2013-11-06auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r...bors-0/+127
2013-11-06fix some cfail test cases for armsh8281.kim-4/+9
2013-11-05Make TypeContents consider the type `T` to be reachable via `*T` pointersNiko Matsakis-0/+115
2013-11-05Refactor TypeContents to be more scrutable. In particular, create coarser bitsNiko Matsakis-0/+12
2013-11-04Add tests for variadic foreign functions.Luqman Aden-0/+102