]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-06-04 Marcus KlaasMove vertical mode override to write_list
2015-06-02 Nick CameronMerge pull request #89 from marcusklaas/enums
2015-06-02 Marcus KlaasImplement basic enum formatting
2015-06-02 Nick CameronHighlight that we require nightly in the README
2015-05-31 Nick CameronMerge pull request #85 from cassiersg/tuple
2015-05-30 Gaëtan CassiersHandle tuples of length 1
2015-05-30 Gaëtan Cassiersfix : width available
2015-05-28 Nick CameronMerge pull request #81 from tdudziak/issue_31
2015-05-28 Gaëtan CassiersImplement reformat of tuple litterals
2015-05-26 Tomasz DudziakUse config!(tab_spaces) instead of hardcoded `4`.
2015-05-25 Nick CameronMerge pull request #80 from cassiersg/master
2015-05-25 Tomasz DudziakClarify indent calcs in `compute_budget_for_args`
2015-05-25 Tomasz DudziakOptionally put the opening paren on the previous line...
2015-05-25 Gaëtan Cassiersadd test for const fn
2015-05-25 Gaëtan CassiersFix #79
2015-05-25 Nick CameronMerge pull request #75 from nrc/structs
2015-05-25 Nick CameronStruct literals
2015-05-25 Nick CameronPref for comma on the last field
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 Cassierssyle correction
2015-05-24 Gaëtan CassiersAdd idem test for paren
2015-05-24 Gaëtan CassiersAdd rewrite for ExprParen
2015-05-23 Nick CameronAdd config.rs which I forgot for the last commit
2015-05-23 Nick CameronUse config file for constants
2015-05-23 Nick CameronAdd default.toml and modify the build system for it
2015-05-22 Nick CameronMake travis use Rust nightly
2015-05-20 Nick CameronMerge pull request #71 from posix4e/master
2015-05-20 Alex HotShot... Remove old box syntax
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 'mattyhall-single-import'
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-11 Nick CameronMerge pull request #69 from oli-obk/patch-1
2015-05-11 Oliver Schneidertypo
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 Schneiderprevent bogus whitespace error messages due to \r
2015-05-04 Oliver Schneiderhandle windows newlines
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 Nick CameronMerge pull request #63 from nicholasbishop/bishop-missi...
2015-05-02 Nicholas BishopFix a missing word in the README
2015-05-02 Matthew HallChange import lists with one item to single import
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 Oliver Schneidermain.rs -> lib.rs
2015-05-01 Nick CameronMerge pull request #58 from Stebalien/borrow
2015-05-01 Steven AllenTrust the borrow checker.
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 #44 from tbu-/pr_bin
2015-04-30 Nick CameronMerge pull request #50 from aepsil0n/patch-1
2015-04-30 Nick CameronMerge pull request #49 from oli-obk/gitignore
2015-04-30 Tobias BucherRename `src/mod.rs` to `src/main.rs` to adhere to the...
2015-04-30 Eduard BoppAdd a missing "not" to readme
2015-04-30 Oliver Schneideradd 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 Tobias BucherUse `AtomicUsize` instead of `static mut` that require...
2015-04-30 Tobias BucherChange `to_string` to `to_owned` when it just creates...
2015-04-30 Nick CameronMerge pull request #39 from Manishearth/pubuse
2015-04-30 Manish GoregaokarHandle pub use (fixes #23)
2015-04-30 Nick CameronMerge pull request #40 from Manishearth/travis
2015-04-30 Manish Goregaokartravisify
2015-04-30 Tobias BucherAdd `Cargo.lock` file, because this application is...
2015-04-30 Tobias BucherFix warnings in `cargo test`
2015-04-30 Nick CameronAdd a line about nightly builds to the readme
2015-04-30 Nick CameronAdd README.md
2015-04-29 Nick CameronUse + for type bounds
2015-04-29 Nick CameronPreserve linebreaks in doc comments
2015-04-29 Nick CameronBetter handle trait items
2015-04-29 Nick CameronBetter attribute handling
2015-04-28 Nick CameronFix trailing commas in where clauses
2015-04-28 Nick CameronTweak rules around attributes for modules
2015-04-28 Nick CameronComments on their own lines between args
2015-04-28 Nick CameronAbsolute paths
2015-04-28 Nick CameronComments after return
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 Cameronminor reformatting
next