]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/fn-compare-mismatch.rs
Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton
[rust.git] / src / test / compile-fail / fn-compare-mismatch.rs
2015-03-31 borsAuto merge of #23678 - richo:check-flightcheck, r=alexc...
2015-03-31 borsAuto merge of #23549 - aturon:stab-num, r=alexcrichton
2015-03-31 Manish GoregaokarRollup merge of #23874 - cmr:no-compiler-docs, r=alexcr...
2015-03-31 Manish GoregaokarRollup merge of #23866 - alexcrichton:switch-some-order...
2015-03-31 Manish GoregaokarRollup merge of #23862 - jviereck:fix_23713_v2, r=steve...
2015-03-31 Manish GoregaokarRollup merge of #23859 - pnkfelix:fsk-lesser-box, r...
2015-03-31 Manish GoregaokarRollup merge of #23852 - cmr:missing_doc, r=Manishearth
2015-03-31 Manish GoregaokarRollup merge of #23846 - rayglover:patch-rustdoc-stderr...
2015-03-31 Manish GoregaokarRollup merge of #23839 - tyrion:patch-1, r=alexcrichton
2015-03-31 Manish GoregaokarRollup merge of #23836 - Hoverbear:patch-1, r=steveklabnik
2015-03-31 Manish GoregaokarRollup merge of #23826 - richo:note-print-macro, r...
2015-03-31 Manish GoregaokarRollup merge of #23813 - steveklabnik:gh19733, r=cmr
2015-03-31 Manish GoregaokarRollup merge of #23558 - steveklabnik:explain_elision...
2015-03-30 borsAuto merge of #23861 - Manishearth:rollup, r=Manishearth
2015-03-30 borsAuto merge of #23673 - nikomatsakis:issue-23319-binops...
2015-03-30 Niko MatsakisFallout in tests: largely changes to error messages.
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-01-22 borsauto merge of #11500 : jhasse/rust/patch-rlib, r=alexcr...
2014-01-21 borsauto merge of #11486 : Matthias247/rust/doc, r=cmr
2014-01-19 borsauto merge of #11311 : hdima/rust/vim-syntax-spell...
2014-01-17 borsauto merge of #11479 : khodzha/rust/peekable_empty...
2014-01-14 borsauto merge of #11485 : eddyb/rust/sweep-old-rust, r...
2014-01-14 borsauto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichton
2014-01-13 borsauto merge of #11506 : brson/rust/androidfixes, r=cmr
2014-01-12 borsauto merge of #11495 : kud1ing/rust/backticks, r=huonw
2014-01-12 kud1ingmore backticks
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-12-05 Brian AndersonMerge remote-tracking branch 'rntz/tuple-iterbytes'
2012-11-20 Graydon HoareMerge pull request #4001 from jesse99/features/docs
2012-11-19 Patrick Waltonrustc: Implement explicit self for Eq and Ord. r=graydon
2012-11-18 Brian AndersonMerge remote-tracking branch 'brson/codemap'
2012-11-16 Tim ChevalierUpdate error messages and un-xfail
2012-08-31 Graydon HoareFix some more test breakage.
2012-08-31 Patrick Waltontest: Fix compile-fail tests
2012-08-30 Patrick Waltonrustc: Make `<` and `=` into traits
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-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-11-18 Marijn HaverbekeUpdate stdlib, compiler, and tests to new kind system
2011-10-07 Marijn HaverbekeAdd pass-by-ref annotation to the tests to make them...
2011-08-20 Brian AndersonReformat
2011-08-03 Brian AndersonRemove all xfail-stage0 directives
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-06-26 Brian AndersonAdd a test for mismatched types when comparing functions