summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-26/+26
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-16/+190
2013-09-24auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestingerbors-0/+61
2013-09-24Disallow char literals which should be escapedAlex Crichton-0/+61
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-1/+1
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+1
2013-09-24Correctly encode item visibility in metadataAlex Crichton-16/+190
2013-09-23test: Fix rustdoc and tests.Patrick Walton-244/+26
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-0/+9
2013-09-20auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu...bors-2/+31
2013-09-20auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brsonbors-2/+2
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-3/+3
2013-09-19auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichtonbors-0/+156
2013-09-19auto merge of #9285 : sfackler/rust/future, r=alexcrichtonbors-0/+19
2013-09-20fixed another test.Felix S. Klock II-2/+2
2013-09-20Resolves third bullet of #4691, and adds tests for it. Fix #4691.Felix S. Klock II-0/+29
2013-09-19Modernize extra::future APISteven Fackler-2/+2
2013-09-19lexer: further slight improvements to lexer errorsBenjamin Herr-1/+1
2013-09-19Removed future's destructorSteven Fackler-0/+19
2013-09-19lexer: show correct span on lexical errorsBenjamin Herr-0/+156
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-2/+2
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-3/+3
2013-09-18Renumber the lang items correctlyAlex Crichton-0/+15
2013-09-16switch Drop to `&mut self`Daniel Micay-29/+29
2013-09-15Document all of the format! related macrosAlex Crichton-4/+3
2013-09-15Reduce the amount of complexity in format!Alex Crichton-3/+5
2013-09-13Pass a more proper span to the syntax expandersAlex Crichton-0/+13
2013-09-12rustc: Fix cstack lint for default methods. Closes #8753Brian Anderson-0/+24
2013-09-12Implement a format_args!() macroAlex Crichton-0/+27
2013-09-06Remove even more usage of clownshoes in symbolsAlex Crichton-1/+1
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-3/+3
2013-09-04Improve name mangling for gdbAlex Crichton-3/+3
2013-09-04auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonwbors-0/+3
2013-09-04forbid cast as boolDaniel Micay-0/+12
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+3
2013-09-04Fixed docs and stylesFlaper Fesp-1/+1
2013-09-04Add a safe implementation of MutexArc::access* methodsFlaper Fesp-0/+26
2013-09-04Implement support for indicating the stability of items.Huon Wilson-0/+338
2013-09-03Tests for fixed issues.Huon Wilson-0/+26
2013-09-03Un-xfail/move/delete some tests.Huon Wilson-96/+12
2013-08-29Correct the sources of glob importsAlex Crichton-0/+84
2013-08-28auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichtonbors-0/+15
2013-08-28auto merge of #8718 : bblum/rust/typeof, r=pcwaltonbors-0/+35
2013-08-28Add tests for ref in closure parameter list, closes #5239Florian Hahn-0/+15
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-6/+6
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-39/+50
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-305/+6
2013-08-27auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow...bors-0/+61
2013-08-27Extend aliasability check to uncover `& &mut &mut` and the likeNiko Matsakis-0/+30
2013-08-26auto merge of #8739 : fhahn/rust/ticket_2275, r=brsonbors-0/+450