index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2015-06-08
Fix mod ordering + formatting
Gaëtan Cassiers
-3
/
+2
2015-06-08
Use impl_enum_decodable for SeparatorTactic
Gaëtan Cassiers
-29
/
+21
2015-06-04
Remove duplicate statement in make_comments_for_list
Marcus Klaas
-2
/
+1
2015-06-04
Add macro for enum implementations of Decodable
Marcus Klaas
-32
/
+20
2015-06-04
Move vertical mode override to write_list
Marcus Klaas
-14
/
+4
2015-06-02
Implement basic enum formatting
Marcus Klaas
-40
/
+166
2015-05-31
Merge pull request #85 from cassiersg/tuple
Nick Cameron
-0
/
+42
2015-05-30
Handle tuples of length 1
Gaëtan Cassiers
-0
/
+4
2015-05-30
fix : width available
Gaëtan Cassiers
-2
/
+3
2015-05-29
Merge pull request #81 from tdudziak/issue_31
Nick Cameron
-10
/
+23
2015-05-28
Implement reformat of tuple litterals
Gaëtan Cassiers
-0
/
+37
2015-05-26
Use config!(tab_spaces) instead of hardcoded `4`.
Tomasz Dudziak
-1
/
+1
2015-05-25
Clarify indent calcs in `compute_budget_for_args`
Tomasz Dudziak
-5
/
+5
2015-05-25
Optionally put the opening paren on the previous line for args
Tomasz Dudziak
-7
/
+20
2015-05-25
Fix #79
Gaëtan Cassiers
-1
/
+15
2015-05-25
Struct literals
Nick Cameron
-4
/
+87
2015-05-25
Pref for comma on the last field
Nick Cameron
-6
/
+13
2015-05-25
Format structs
Nick Cameron
-8
/
+136
2015-05-24
Avoid dangling )
Gaëtan Cassiers
-15
/
+4
2015-05-24
syle correction
Gaëtan Cassiers
-2
/
+5
2015-05-24
Add rewrite for ExprParen
Gaëtan Cassiers
-0
/
+20
2015-05-23
Add config.rs which I forgot for the last commit
Nick Cameron
-1
/
+42
2015-05-23
Use config file for constants
Nick Cameron
-42
/
+96
2015-05-23
Add default.toml and modify the build system for it
Nick Cameron
-0
/
+2
2015-05-20
Remove old box syntax
Alex HotShot Newman
-4
/
+2
2015-05-12
Format required methods on traits
Marcus Klaas
-19
/
+90
2015-05-12
Merge pull request #48 from oli-obk/newlines
Nick Cameron
-8
/
+46
2015-05-12
Merge branch 'single-import' of https://github.com/mattyhall/rustfmt into mat...
Nick Cameron
-2
/
+26
2015-05-12
Merge pull request #68 from marcusklaas/import-breaks
Nick Cameron
-23
/
+37
2015-05-11
typo
Oliver Schneider
-1
/
+1
2015-05-04
Keep import lists on a single line when possible
Marcus Klaas
-23
/
+37
2015-05-04
prevent bogus whitespace error messages due to \r
Oliver Schneider
-1
/
+2
2015-05-04
handle windows newlines
Oliver Schneider
-7
/
+44
2015-05-04
Correctly indent use items and functions
Marcus Klaas
-38
/
+32
2015-05-02
Change import lists with one item to single import
Matthew Hall
-5
/
+27
2015-05-02
Resolved #56 -- `mut` was eaten out of `mut self` in fn args.
defyrlt
-1
/
+16
2015-05-01
split main function and test function into their own files
Oliver Schneider
-98
/
+43
2015-05-01
main.rs -> lib.rs
Oliver Schneider
-0
/
+0
2015-05-01
Trust the borrow checker.
Steven Allen
-7
/
+2
2015-05-01
Merge pull request #57 from defyrlt/issue_56
Nick Cameron
-1
/
+16
2015-05-01
Resolved #56 -- `mut` was eaten out of `mut self` in fn args.
defyrlt
-1
/
+16
2015-04-30
Spaces around in type bounds
Theodore DeRego
-5
/
+5
2015-04-30
Rename `src/mod.rs` to `src/main.rs` to adhere to the standard crate format
Tobias Bucher
-2
/
+3
2015-04-30
Merge pull request #43 from tbu-/pr_nostaticmut
Nick Cameron
-6
/
+5
2015-04-30
Merge pull request #45 from tbu-/pr_toowned
Nick Cameron
-14
/
+14
2015-04-30
Merge pull request #46 from tbu-/pr_testwarnings
Nick Cameron
-1
/
+3
2015-04-30
Use `AtomicUsize` instead of `static mut` that require `unsafe`
Tobias Bucher
-6
/
+5
2015-04-30
Change `to_string` to `to_owned` when it just creates a `String` from a `&str`
Tobias Bucher
-14
/
+14
2015-04-30
Handle pub use (fixes #23)
Manish Goregaokar
-5
/
+12
2015-04-30
Fix warnings in `cargo test`
Tobias Bucher
-1
/
+3
[next]