summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-261/+261
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-4/+4
2014-03-28Rename Pod into CopyFlavio Percoco-94/+94
2014-03-27auto merge of #13108 : pongad/rust/lintraw, r=huonwbors-0/+35
2014-03-27Fix fallout of removing default boundsAlex Crichton-6/+7
2014-03-27Added lint for #[deriving] structs and enums with unsafe pointers. #13032.Michael Darakananda-0/+35
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-2/+2
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-2/+2
2014-03-26rustc: Relax restriction on privacy for fieldsAlex Crichton-21/+1
2014-03-25auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko...bors-0/+7
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-245/+10
2014-03-24test: Update all tests with the sync changesAlex Crichton-245/+10
2014-03-24rustc: Completely forbid borrows of unsafe staticsFlavio Percoco-0/+7
2014-03-24auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichtonbors-1/+29
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-99/+14
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-1/+1
2014-03-22test: Fix fallout of removing get()Alex Crichton-4/+4
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-99/+14
2014-03-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-1/+29
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-30/+5
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-192/+104
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-127/+107
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-4/+4
2014-03-20Added new attribute syntax with backward compatibility.Daniel Fagnan-0/+14
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-50/+73
2014-03-20Allow static items that don't fulfill `Freeze`Flavio Percoco-24/+0
2014-03-20Forbid borrow of static items with unsafe interiorFlavio Percoco-0/+47
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-26/+26
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-18auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichtonbors-0/+62
2014-03-18rustc: test: don't silently ignore bad benchesCorey Richardson-0/+36
2014-03-18rustc: disallow duplicate methods in trait implsCorey Richardson-0/+26
2014-03-18test: Fix android testsAlex Crichton-3/+2
2014-03-17auto merge of #12935 : lbonn/rust/nullenum, r=alexcrichtonbors-4/+54
2014-03-17auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats...bors-0/+16
2014-03-17auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r...bors-2/+0
2014-03-17rustc: disallow trailing parentheses for nullary enum variantsLaurent Bonnans-4/+54
2014-03-16auto merge of #12937 : sinistersnare/rust/method-error-message, r=huonwbors-0/+34
2014-03-16Remove AtomicFlagCadence Marseille-2/+0
2014-03-16Asked if missing (), then asks about an anonymous function. Also added test.Davis Silverman-0/+34
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-102/+102
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-63/+4
2014-03-14Added support for type placeholders (explicit requested typeMarvin Löbel-0/+191
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+23
2014-03-13auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichtonbors-0/+41
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+23
2014-03-13Fix and improve inline assembly.Piotr Czarnecki-0/+41
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-14/+14