]> git.wincent.com - docvim.git/shortlog
docvim.git
2016-06-12  Greg HurrellDon't use Werror 0.3.0.0
2016-06-12  Greg HurrellUpdate CHANGELOG prior to 0.3.0.0 release
2016-06-12  Greg HurrellAdd bin/get and bin/put for updating integration tests...
2016-06-12  Greg HurrellRemove useless script
2016-06-12  Greg HurrellFix explicit links to GitHub headings
2016-06-12  Greg HurrellGet rid of ugly ast, ast2, ast3 etc bindings
2016-06-11  Greg HurrellFix indent
2016-06-11  Greg HurrellRemove redundant integration tests
2016-06-11  Greg HurrellAdd parser tests to integration tests
2016-06-11  Greg HurrellUpdate changelog
2016-06-11  Greg HurrellFilter out Empty nodes
2016-06-11  Greg HurrellAdd file meant to be included in previous commit
2016-06-11  Greg HurrellPartial implementation of pruning empty paths
2016-06-11  Greg HurrellFix jumbled sections
2016-06-11  Greg HurrellFix style by camel-casing
2016-06-11  Greg HurrellFix case for Vim help plugin header
2016-06-11  Greg HurrellCenter plugin header
2016-06-11  Greg HurrellDRY
2016-06-10  Greg HurrellDRY up the integration tests
2016-06-10  Greg HurrellAdd Vim help integration tests
2016-06-10  Greg HurrellIndentation
2016-06-10  Greg HurrellAdd (Markdown) integration tests
2016-06-10  Greg HurrellAdd integration test files
2016-06-10  Greg HurrellMore misguided refactoring
2016-06-10  Greg HurrellStart refactoring golden tests to support end-to-end...
2016-06-10  Greg HurrellShow compiled AST when debug flag is set
2016-06-10  Greg HurrellRemove a stale comment
2016-06-10  Greg HurrellFix remaining lint about duplication
2016-06-10  Greg HurrellMake linter happier about duplication
2016-06-10  Greg HurrellAdd bin/clean script
2016-06-10  Greg HurrellAdd bin/build script and use it
2016-06-10  Greg HurrellFix remaining warnings
2016-06-10  Greg HurrellFurther improve type annotations
2016-06-10  Greg HurrellImprove Parse.hs type signatures
2016-06-10  Greg HurrellFix a bunch of warnings from -W -Wall
2016-06-10  Greg HurrellBack out -Werror
2016-06-10  Greg HurrellRemove some over-zealous indentation
2016-06-10  Greg HurrellTurn on -Wall -Werror -W
2016-06-10  Greg HurrellCut back on explicit imports as per the GHC style guide
2016-06-10  Greg HurrellSilence build complaints about tasty other-modules...
2016-06-09  Greg HurrellMove under Text.* namespace
2016-06-09  Greg Hurrelldoc: add CHANGELOG.md
2016-06-09  Greg Hurrelldoc: update README
2016-06-09  Greg HurrellPrepare for 0.0.0.2 release 0.2.0.0
2016-06-09  Greg HurrellFix ordering within links in TOC 0.1.0.0
2016-06-09  Greg HurrellDon't hardwrap inside fenced codeblocks
2016-06-09  Greg HurrellAdd source-repository info to docvim.cabal
2016-06-09  Greg HurrellTry to make `toc` more readable
2016-06-09  Greg HurrellPrint TOC in Vim output
2016-06-09  Greg HurrellMake sure generated headings appear in TOC node
2016-06-09  Greg HurrellMostly-working TOC generation for AST
2016-06-08  Greg HurrellRemove unused type declaration
2016-06-08  Greg HurrellUse function application operator as reducer
2016-06-08  Greg HurrellImprove ordering in the compiler
2016-06-08  Greg HurrellFix options parsing when no default value is provided
2016-06-08  Greg HurrellPrefer named imports
2016-06-08  Greg HurrellInject other kinds of headings
2016-06-08  Greg HurrellDRY up injection
2016-06-08  Greg HurrellAuto-inject @commands annotation when necessary
2016-06-08  Greg HurrellFix lints
2016-06-08  Greg HurrellMore elegant solution for state passthrough
2016-06-08  Greg HurrellAvoid unwanted intermediate list in `cosmosOf uniplate`
2016-06-07  Greg HurrellUse mapM_ rather than mapM in the Section visitor
2016-06-07  Greg HurrellAdd Section visitor
2016-06-07  Greg HurrellTry to trick linter about duplication
2016-06-07  Greg HurrellAdd @option headings to Markdown printer
2016-06-07  Greg HurrellAdd a target for |:Command| links in Markdown
2016-06-07  Greg HurrellRemove unnecessary explicit anchors in headings
2016-06-07  Greg HurrellDo some linkification in the Markdown printer
2016-06-07  Greg HurrellTeach Markdown printer about @mapping and @command
2016-06-07  Greg HurrellAdd @mapping support to Vim printer
2016-06-07  Greg HurrellGet @command annotation working
2016-06-07  Greg HurrellMake wrapping aware of concealed characters
2016-06-06  Greg HurrellKill a stray comment
2016-06-06  Greg HurrellUse worktree as issue tracker
2016-06-06  Greg HurrellFix misplaced whitespace in output
2016-06-06  Greg HurrellAdd test showing @option output
2016-06-06  Greg HurrellPrint options
2016-06-06  Greg HurrellFix lints
2016-06-06  Greg HurrellUse actual max int rather than hard-coded constant
2016-06-06  Greg HurrellHandle overlength headings
2016-06-06  Greg HurrellFix duplicate content
2016-06-06  Greg HurrellInitial cut at @mapping, @command, @option, @function
2016-06-06  Greg HurrellMake Vim headings work by colocating link targets on...
2016-06-06  Greg HurrellAdd entries to symbol table for generated headings
2016-06-06  Greg HurrellAutogen headings in Vim printer too
2016-06-06  Greg HurrellAdd auto-generated headings to Markdown printer
2016-06-06  Greg HurrellAdd basic support for @options, @functions and @command...
2016-06-05  Greg HurrellOverhaul testing and compilation
2016-06-05  Greg HurrellAdd a missing type annotation
2016-06-05  Greg HurrellDon't rely on transformers
2016-06-05  Greg HurrellKill off an out-of-date comment
2016-06-05  Greg HurrellFix copy pasta error
2016-06-05  Greg HurrellDRY up other visitors
2016-06-05  Greg HurrellMore simplification
2016-06-05  Greg HurrellTrim down imports
2016-06-05  Greg HurrellMore DRYing
2016-06-05  Greg HurrellFurther visitor DRYing
2016-06-05  Greg HurrellTidy indentation
2016-06-05  Greg HurrellFix lints
next