]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2015-04-23 Nick Camerontrailing newline hell fixed
2015-04-23 Nick Cameronterminating newline bug
2015-04-23 Nick CameronFix formatting in changes.rs
2015-04-23 Nick CameronTest the skip attribute
2015-04-23 Nick CameronOur first test!
2015-04-23 Nick CameronIdempotent tests and comments in function decls
2015-04-21 Nick CameronKeep comments on fn arguments
2015-04-21 Nick CameronExtract out more files
2015-04-21 Nick CameronRefactor missing spans and fix bug with trailing whitespace
2015-04-21 Nick CameronExtract some methods for functions.
2015-04-21 Nick CameronTrivial reformatting
2015-04-21 Nick CameronPull out some functionality into separate files
2015-04-21 Nick CameronWrite output to files
2015-04-21 Nick CameronSome configuration options for function layout
2015-04-20 Nick CameronBy value self in functions
2015-04-20 Nick CameronFunction visibility
2015-04-14 Nick CameronWork across multiple files
2015-04-14 Nick CameronUse strings.rs rather than local modules
2015-04-14 Nick CameronNew reformatting of fns
2015-03-22 Nick CameronMerge pull request #13 from Stebalien/fix-fkmethod
2015-03-22 Steven AllenUpdate for new FnKind::FkMethod signature
2015-03-20 Nick CameronMerge pull request #12 from djg/fix-convert-path-to...
2015-03-09 Dan GlastonburyUpdate from Path to PathBuf
2015-03-09 Nick CameronA different, more pretty printing approach.
2015-03-08 Nick CameronAdd string_buffer (not used yet)
2015-03-07 Nick CameronWorking prototype
2015-02-02 Nick CameronSave changes in the rope.
2015-01-26 Nick CameronCommit changes code using map of adjustments