about summary refs log tree commit diff
path: root/src/utils.rs
AgeCommit message (Expand)AuthorLines
2017-06-06RebasingNick Cameron-1/+1
2017-06-06Format pub(restricted) properlytopecongiro-1/+4
2017-06-06Update syntex_syntaxest31-3/+13
2017-05-25Format source codestopecongiro-2/+1
2017-05-25Remove dependency on ItertoolsNick Cameron-4/+2
2017-05-24Format source codestopecongiro-1/+2
2017-05-23Implement combining for tuple and blocktopecongiro-20/+23
2017-05-16Add methods to serialize Config to TOML.Michael Killough-2/+21
2017-05-16Switch to accessing config items via method.Michael Killough-1/+1
2017-05-08Replace 'try!' with '?'topecongiro-1/+1
2017-05-03Format fixest31-1/+1
2017-05-03Simplificationsest31-4/+4
2017-05-03Drop rustc-serialize, use serde, update toml dependencyest31-4/+20
2017-03-29Fix a typotopecongiro-1/+1
2017-03-28Remove duplicate definitionstopecongiro-0/+10
2017-03-28test falloutNick Cameron-6/+2
2017-03-28fallout - source reformattingNick Cameron-10/+15
2017-03-28Source formatting falloutNick Cameron-2/+4
2017-03-07Formatting falloutNick Cameron-1/+5
2017-02-21WIPNick Cameron-3/+3
2017-01-31Refactor indent and width into Shape structNick Cameron-8/+8
2017-01-20Update to latest SyntexNick Cameron-3/+5
2016-12-23Update to the latest syntex moduleErick Tryzelaar-4/+4
2016-11-21update Serde, etc.Nick Cameron-25/+8
2016-09-16Update to latest SyntexNick Cameron-7/+38
2016-08-29Run clippysinkuu-1/+1
2016-07-26Add `use` declaration re-ordering (#1104)Stuart Dootson-0/+7
2016-06-10Fix integer underflow in extra_offsetMarcus Klaas-2/+1
2016-05-31utils: Move codemap related utilities to a dedicated moduleKamal Marhubi-38/+1
2016-05-29Format non-statement if-else expressions on a single lineMarcus Klaas-5/+1
2016-05-28Handle pub(restricted) (#1013)Kamal Marhubi-8/+20
2016-05-05deps: Update syntex_syntax to 0.32.0Kamal Marhubi-1/+1
2016-05-02Handle new visibility types more gracefullyKamal Marhubi-6/+6
2016-05-01deps: Update syntex_syntax to 0.31.0Kamal Marhubi-2/+5
2016-04-22Change defaults and update tests and sourceNick Cameron-8/+8
2016-04-18Add option to force explicit extern ABI'sMarcus Klaas-3/+6
2016-04-15config: Rename get_variant_names to doc_hintKamal Marhubi-1/+1
2016-04-14Be careful about where we change braces in closuresNick Cameron-0/+19
2016-04-12Reviewer comments - mostly fix rewrite_guardNick Cameron-0/+7
2016-04-06use std::error instead std::outSrinivas Reddy Thatiparthy-0/+10
2016-03-28Use checked_next_power_of_two from std instead of custom methodKamal Marhubi-35/+0
2016-03-14Merge pull request #857 from kamalmarhubi/codemap-extNick Cameron-27/+35
2016-03-13utils: Add CodeMapSpanUtils trait for span_* methodsKamal Marhubi-27/+35
2016-03-02deps: Update syntex_syntax to 0.29.1Kamal Marhubi-14/+14
2016-01-12Handle more possible comment position for if elseDarkDrek-0/+8
2016-01-07Merge pull request #747 from Manishearth/clippyNick Cameron-2/+1
2016-01-07Clippy rustfmtManish Goregaokar-2/+1
2016-01-02ignore case for config enums. Fixes #738Victor M. Suarez-12/+14
2015-12-27Make fn argument formatting more resilient for complex self typesMarcus Klaas-0/+12
2015-11-25Reformat trim_newlinesKevin Yeh-6/+6