]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/main-wrong-type.rs
Update compile fail tests to use isize.
[rust.git] / src / test / compile-fail / main-wrong-type.rs
2015-01-08 Huon WilsonUpdate compile fail tests to use isize.
2013-07-19 borsauto merge of #7856 : brson/rust/no-thread-per-core...
2013-07-13 borsauto merge of #7734 : alexcrichton/rust/issue-3395...
2013-07-12 Daniel MicayMerge pull request #7679 from alexcrichton/consume...
2013-07-12 borsauto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton
2013-07-11 borsauto merge of #7455 : nikomatsakis/rust/issue-7336...
2013-07-11 borsauto merge of #7632 : gavinb/rust/7484_manpages, r=cmr
2013-07-11 borsauto merge of #7683 : alexcrichton/rust/issue-7625...
2013-07-10 borsauto merge of #7698 : nikomatsakis/rust/issue-2951...
2013-07-10 borsauto merge of #7658 : excepttheweasel/rust/mut_default_...
2013-07-10 borsauto merge of #7637 : pnkfelix/rust/fsk-guard-against...
2013-07-10 borsauto merge of #7265 : brson/rust/io-upstream, r=brson
2013-07-09 borsauto merge of #7657 : thestinger/rust/rollup, r=thestinger
2013-07-09 Alex CrichtonRequire `extern "Rust" fn main()` exactly
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 borsauto merge of #5630 : erickt/rust/serial, r=erickt
2013-03-30 borsauto merge of #5631 : brson/rust/abiset, r=brson,brson
2013-03-30 Niko MatsakisAdd AbiSet and integrate it into the AST.
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltontest: Fix tests.
2013-01-14 Brian AndersonMerge remote-tracking branch 'mneumann/f-serialize'
2013-01-13 Tim ChevalierMerge pull request #4411 from wting/4203_rename_memcpy
2013-01-09 Niko MatsakisA collection of refactorings that I found it hard/tires...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-08-13 Patrick Waltontest: Modify error messages in some compile-fail tests...
2012-07-03 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-07-02 Brian AndersonMerge branch 'doc-comments'
2012-07-02 Brian AndersonMerge remote-tracking branch 'Dretch/prettydocs'
2012-06-30 Gareth Daniel Smithchange the test suite `//! kind` syntax to `//~ kind...
2012-06-26 Graydon HoareChange 'native' and 'crust' to 'extern'.
2012-03-12 Tim ChevalierImprove a typechecker error message (wrong type for...
2012-01-16 Marijn HaverbekeWhen pretty-printing fn types, leave off arg modes...
2012-01-13 Niko Matsakismake "native fn" the type for bare functions, remove...
2011-12-28 Graydon HoareOn second thought, re-land pull request #1385 with...
2011-12-28 Graydon HoareMerge pull request #1385 from Lenny222/quotes
2011-12-25 Lenny222Use singlequotes in the typechecker too, to distinguish...
2011-08-20 Brian AndersonReformat
2011-08-11 Brian AndersonLowercase the "wrong type in main fn" error
2011-08-03 Brian AndersonRemove all xfail-stage0 directives
2011-08-02 Marijn HaverbekeMove ppaux::ty_to_str to new record syntax
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-14 Tim ChevalierMake resolve and the typechecker check for a main fn...