summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-30Remove old dictionary builderSam Truzjan
2013-09-30Add new dictionary buildersSam Truzjan
2013-09-29Hide type synonims from the main APISam Truzjan
2013-09-29Move rarely used predicated to Types moduleSam Truzjan
2013-09-29Fix warningsSam Truzjan
2013-09-29Rename decode and encode to mimic Binary packageSam Truzjan
2013-09-29Add module headerSam Truzjan
2013-09-29Hide internals from main APISam Truzjan
2013-09-29Add documentationSam Truzjan
2013-09-29Move types to separate moduleSam Truzjan
2013-09-29Add module headerSam Truzjan
2013-09-29Eliminate toAscList in builderSam Truzjan
2013-09-29Code styleSam Truzjan
2013-09-29Eliminate list conversion in parsingSam Truzjan
2013-09-29Introduce BDictMapSam Truzjan
2013-09-28Rename BEncoding to BEncodeSam Truzjan
2013-09-28Rename BEncode to BValueSam Truzjan
2013-09-28Remove overlapping instancesSam Truzjan
2013-09-28Minor changesSam Truzjan
2013-09-28Add Int{8,16,32,64} instances.Sam Truzjan
2013-09-28Use generic integral codersSam Truzjan
2013-09-28Added generic integral codersSam Truzjan
2013-09-28Code styleSam Truzjan
2013-09-28Fix typoSam Truzjan
2013-09-28Minor refactoringSam Truzjan
2013-09-28Remove some excessive SPECIALIZE pragmasSam Truzjan
2013-09-28Remove duplicated LANGUAGE pragmaSam Truzjan
2013-09-28Guarantee zero overhead for native typesSam Truzjan
2013-09-28Do not unpack BStringSam Truzjan
2013-09-28BInteger = Integer; to conform specificationSam Truzjan
2013-09-28Add type synonyms.Sam Truzjan
2013-09-27Change license to BSD3Sam Truzjan
2013-08-26~ Fix qualified names.Sam T
2013-08-26+ Document generics.Sam T
2013-08-26+ Drop `_` prefix in selector names.Sam T
2013-08-26~ Move instance for NFData to library.Sam T
2013-08-26+ Document rest of module.Sam T
2013-08-26+ Documentation to the dictionary extraction sectionSam T
2013-08-26~ Simplify dictionary building.Sam T
2013-08-26~ Document the Predicates section.Sam T
2013-08-26+ Document dictionay builders.Sam T
2013-08-26+ Added tests for generic decode & record selectors.Sam T
2013-08-26+ Added generic decode.Sam T
2013-08-26- Remove unused extensions.Sam T
2013-08-26+ Add generics support.Sam T
2013-08-26~ Obey 80 columns rule.Sam T
2013-06-28~ Use older bytestring.Sam T
2013-06-02~ Prettify section headings.Sam T
2013-06-02~ Use pretty package instead of ansi-wl-pprint.Sam T
2013-05-20~ Avoid backtracking in list and integer parsing.Sam T