summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-08-03Explicitly identify autolinksSebastian Wiesner
2019-08-03Use proper style for code spansSebastian Wiesner
2019-07-30Fix compiler errorsSebastian Wiesner
2019-03-30Render strike through textSebastian Wiesner
2019-03-30Render task lists nicelySebastian Wiesner
2019-03-26Handle HTML block start and endSebastian Wiesner
2019-03-26Cover new events and tagsSebastian Wiesner
2019-03-24Fix compiler errors from CowStrSebastian Wiesner
2019-01-22Convert OsString to stringSebastian Wiesner
2019-01-22Use gethostname crateSebastian Wiesner
2019-01-20Fix clippy lintSebastian Wiesner
2019-01-12Update copyright yearsSebastian Wiesner
2018-12-24Do not add line endings after inline textSebastian Wiesner
2018-12-15Split another lifetimeSebastian Wiesner
2018-12-15Fold over eventsSebastian Wiesner
2018-12-15Split lifetimesSebastian Wiesner
2018-12-13Remove redundant warning settingSebastian Wiesner
2018-12-13Get rid of extern crateSebastian Wiesner
2018-12-13Fix formattingSebastian Wiesner
2018-12-07Fix clippy lint settingsSebastian Wiesner
2018-12-07cargo fix --edition-idiomsSebastian Wiesner
2018-12-07Reformat with rust 1.31Sebastian Wiesner
2018-11-14Run cargo fix --editionSebastian Wiesner
2018-11-13Always set hostname for file:// URLsSebastian Wiesner
2018-11-04Move read_url to iterm2 moduleSebastian Wiesner
2018-11-04Ignore unused warning for pretty_assertionsSebastian Wiesner
2018-11-03Remove unused fileSebastian Wiesner
2018-11-02Add remote resoures backSebastian Wiesner
2018-11-02Add iterm2 inline images backSebastian Wiesner
2018-11-01Don't use failure when not requiredSebastian Wiesner
2018-11-01Restore marks on iterm2Sebastian Wiesner
2018-11-01Do not build resource tests if feature is offSebastian Wiesner
2018-10-30Fix clippy lintsSebastian Wiesner
2018-10-30Make resource use optionalSebastian Wiesner
2018-10-30Refactor terminal representation againSebastian Wiesner
2018-10-27Increase lower bound to Rust stableSebastian Wiesner
2018-10-27Fix build error in testsSebastian Wiesner
2018-10-25Update all dependenciesSebastian Wiesner
2018-10-25Reformat with rustfmt 1.30Sebastian Wiesner
2018-10-04Elide unused nameSebastian Wiesner
2018-10-04Do not take ownership of terminal argumentSebastian Wiesner
2018-09-24Add hidden flag to ignore special tty formattingSebastian Wiesner
2018-09-24Always print coloursSebastian Wiesner
2018-09-14Update clippy config for stableSebastian Wiesner
2018-09-14Reformat with rust 1.29Sebastian Wiesner
2018-09-09Improve test coverageSebastian Wiesner
2018-09-09Make reqwest dependency optionalSebastian Wiesner
2018-09-09Move error module a level upSebastian Wiesner
2018-09-07Fix clippy lintsSebastian Wiesner
2018-09-07Merge branch 'master' into feature/use-ansi-term-for-windows-supportSebastian Wiesner