summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-13Merge remote-tracking branch 'refs/remotes/nabijaczleweli/master'Pierre-Henri Symoneaux
2016-09-13Updated atty version to ^0.2Pierre-Henri Symoneaux
2016-09-13Merge pull request #37 from phsym/unicode_separatorsPierre-Henri Symoneaux
2016-09-12Add tests for CSVnabijaczleweli
2016-09-12Removed the "fork me" ribbon from documentationPierre-Henri Symoneaux
2016-09-12Fixed github forkme ribbon position in docPierre-Henri Symoneaux
2016-09-12Added UT for unicode separatorsPierre-Henri Symoneaux
2016-09-12Fixed wrong formatting of unicode separatorsPierre-Henri Symoneaux
2016-09-12Implement saving and loading from CSVnabijaczleweli
2016-09-11Updated rust version to 1.11.0 in appveyor scriptPierre-Henri Symoneaux
2016-09-11Windows specific newlines is now a default featurePierre-Henri Symoneaux
2016-08-21Merge pull request #31 from mohamedhayibor/masterPierre-Henri Symoneaux
2016-08-21Fix minor typosMohamed Hayibor
2016-08-21Remove extraneous return statementsMohamed Hayibor
2016-08-02Merge pull request #30 from matthiasbeyer/cleanupPierre-Henri Symoneaux
2016-08-02Updated rust version to 1.10 in appveyor scriptPierre-Henri Symoneaux
2016-08-02Replace match with mappingMatthias Beyer
2016-08-02Replace matches with Option::and_then()Matthias Beyer
2016-08-02Replace match with mappingMatthias Beyer
2016-08-02Remove unneeded return statementsMatthias Beyer
2016-04-22Bumped versionof lazy_static to 0.2. Updated crate version to 0.6.2 before re...Pierre-Henri Symoneaux
2016-04-21Improvements to #27 (for #25)Pierre-Henri Symoneaux
2016-04-21Merge pull request #27 from Firstyear/masterPierre-Henri Symoneaux
2016-03-25Add some iters for use with rows to make formatting cells a bit easierWilliam Brown
2016-03-18Fixes #26pierresy
2016-02-15Added github forkme ribbon to rustdocpierresy
2016-02-15Updated version to 0.6.1 in Cargo.tomlpierresy
2016-02-15Merge pull request #23 from phsym/detect_ttyPierre-Henri Symoneaux
2016-02-15Merge pull request #24 from phsym/final_cell_no_fillPierre-Henri Symoneaux
2016-02-14Added a note in the docstring about skipping right fillingpierresy
2016-02-14Don't fill the right part of final cell in a row when there is no right borer...pierresy
2016-02-14Fixed typopierresy
2016-02-14Implemented print_tty method, with capability to force colorization even with...pierresy
2016-02-14Detect if attached to a tty standard output when calling Table.printstd().pierresy
2016-01-20Merge pull request #18 from phsym/ascription_fixPierre-Henri Symoneaux
2016-01-20Merge branch 'master' into ascription_fixpierresy
2016-01-20Updated version to v0.6.0 in cargo.toml and readmepierresy
2016-01-20Merge pull request #19 from phsym/refactor_formatPierre-Henri Symoneaux
2016-01-20Added a global secured env variable to travis filepierresy
2016-01-20Travis : Don't allow failures on nightly rustpierresy
2016-01-19Added a section in README about formattingpierresy
2016-01-19Added an formatting example filepierresy
2016-01-18Started Builder implementationpierresy
2016-01-17Implemented padding customizationpierresy
2016-01-17Implemented Default for TableFormat and LineSeparatorpierresy
2016-01-17Merge branch 'master' into ascription_fixpierresy
2016-01-17Removed some deprecated methodspierresy
2016-01-17Started format API refactoringpierresy
2016-01-15Removed from readme the notice about macros failing in nightlypierresy
2016-01-15Changed token for cell stylepierresy