]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #80 from cassiersg/master
[rust.git] / tests /
2015-05-25 Nick CameronMerge pull request #80 from cassiersg/master
2015-05-25 Gaëtan Cassiersadd test for const fn
2015-05-25 Nick CameronMerge pull request #75 from nrc/structs
2015-05-25 Nick CameronStruct literals
2015-05-25 Nick CameronFormat structs
2015-05-24 Nick CameronMerge pull request #74 from cassiersg/paren-expr
2015-05-24 Gaëtan CassiersAvoid dangling )
2015-05-24 Gaëtan CassiersAdd idem test for paren
2015-05-23 Nick CameronUse config file for constants
2015-05-17 Nick CameronMerge pull request #70 from defyrlt/test_for_53
2015-05-17 defyrltAdded regression test for #53.
2015-05-13 Nick CameronMerge pull request #67 from marcusklaas/test-diff
2015-05-12 Nick CameronMerge pull request #65 from marcusklaas/required-methods
2015-05-12 Marcus KlaasFormat required methods on traits
2015-05-12 Marcus KlaasShow diffs for failing tests
2015-05-11 Nick CameronMerge pull request #48 from oli-obk/newlines
2015-05-11 Nick CameronMerge pull request #61 from oli-obk/master
2015-05-11 Nick CameronMerge branch 'single-import' of https://github.com...
2015-05-11 Nick CameronMerge pull request #68 from marcusklaas/import-breaks
2015-05-05 Oliver Schneiderdon't create a thread just for panic-isolation
2015-05-04 Marcus KlaasKeep import lists on a single line when possible
2015-05-04 Oliver Schneideraddressed comments
2015-05-04 Oliver Schneiderrustfmt dislikes tabs and some newlines
2015-05-04 Nick CameronMerge pull request #62 from marcusklaas/use-indent
2015-05-04 Marcus KlaasCorrectly indent use items and functions
2015-05-02 defyrltResolved #56 -- `mut` was eaten out of `mut self` in...
2015-05-02 Oliver Schneiderforgot newline at eof
2015-05-02 Oliver Schneiderpass single filename instead of full argument list...
2015-05-02 Oliver Schneiderfirst step to a non-panicking idem_check function
2015-05-02 Nick CameronMerge pull request #60 from oli-obk/master
2015-05-01 Oliver Schneidersplit main function and test function into their own...
2015-05-01 Nick CameronMerge pull request #57 from defyrlt/issue_56
2015-05-01 defyrltResolved #56 -- `mut` was eaten out of `mut self` in...
2015-05-01 Nick CameronMerge pull request #55 from tedsta/master
2015-05-01 Theodore DeRegoSpaces around in type bounds
2015-04-30 Nick CameronMerge pull request #49 from oli-obk/gitignore
2015-04-30 Nick CameronMerge pull request #43 from tbu-/pr_nostaticmut
2015-04-30 Nick CameronMerge pull request #45 from tbu-/pr_toowned
2015-04-30 Nick CameronMerge pull request #46 from tbu-/pr_testwarnings
2015-04-30 Nick CameronMerge pull request #47 from tbu-/pr_cargolock
2015-04-30 Nick CameronMerge pull request #39 from Manishearth/pubuse
2015-04-30 Manish GoregaokarHandle pub use (fixes #23)
2015-04-29 Nick CameronUse + for type bounds
2015-04-29 Nick CameronPreserve linebreaks in doc comments
2015-04-29 Nick CameronBetter attribute handling
2015-04-28 Nick CameronFix trailing commas in where clauses
2015-04-28 Nick CameronComments on their own lines between args
2015-04-28 Nick CameronComments in function decls and annotations/doc comments
2015-04-23 Nick CameronIndenting for modules
2015-04-23 Nick CameronArg/line length bug
2015-04-23 Nick CameronTest the skip attribute
2015-04-23 Nick CameronOur first test!