chiark / gitweb /
nailing-cargo.git
2020-05-06 Ian Jacksonnailing-cargo: Fixes etc.
2020-05-06 Ian Jacksonnailing-cargo: Fixes etc.
2020-05-06 Ian Jacksonnailing-cargo: Can build a thing
2020-05-06 Ian Jacksonnailing-cargo: Bugfixes etc.
2020-05-06 Ian Jacksonnailing-cargo: Use TOML::Tiny::Faithful
2020-05-06 Ian Jacksonnailing-cargo: Try TOML::Tiny
2020-05-06 Ian JacksonMerge commit 'fd2a22d3d98dc195d27c4825e2ac28879e230b9f...
2020-05-06 Ian JacksonTOML::Tiny::Faithful: Test local datetimes
2020-05-06 Ian JacksonTOML::Tiny::Faithful: Use ISO8601 for parsing
2020-05-06 Ian JacksonTOML::Tiny::Faithful: Provide own DateTime formatter
2020-05-06 Ian JacksonTOML::Tiny::Faithful: Add a test for the types that...
2020-05-06 Ian JacksonTOML::Tiny::Faithful: New module
2020-05-05 Ian JacksonTOML::Tiny: Provide hook for formatting DateTime objects
2020-05-05 Ian JacksonTOML::Tiny: Try to be more faithful for small decimals
2020-05-05 Ian JacksonTOML::Tiny: Provide no_string_guessing
2020-05-03 Ian JacksonAdd 'TOML-Tiny/' from commit 'dab92c92905923c50929c14cc...
2020-05-03 Ian Jacksonnailing-cargo: Flailings with TOML, *sigh*
2020-05-03 Ian Jacksonnailing-cargo: Bugfixes etc.
2020-05-03 Ian Jacksonnailing-cargo: Delete old shell code from end of file
2020-05-03 Ian Jacksonnailing-cargo: Bugfixes
2020-05-03 Ian Jacksonnailing-cargo: Remainder converted to Perl..., runs...
2020-05-03 Ian Jacksonnailing-cargo: Remainder converted to Perl..., wip
2020-05-03 Ian Jacksonnailing-cargo: Partially converted to Perl..., now...
2020-05-03 Ian Jacksonnailing-cargo: Partially converted to Perl...
2020-03-30 Jeff Oberv0.06
2020-03-30 Jeff OberFix broken OO interface
2020-03-13 Ian Jacksonnailing-cargo: skip dependencies with path already...
2020-03-12 Ian JacksonMake path = be absolute
2020-02-28 Ian Jacksonsource Cargo.nail-env to allow setting RUSTFLAGS etc.
2020-01-21 Jeff OberPerformance improvements in next_token
2020-01-21 Jeff OberRemove deprecated option
2020-01-21 Jeff Oberv0.05
2020-01-21 Jeff OberDocument options differing from TOML module in DIFFEREN...
2020-01-21 Jeff OberFix POD in TOML::Tiny::Grammar
2020-01-21 Jeff Oberv0.04
2020-01-21 Jeff OberMove unused dependency to test deps
2020-01-18 Jeff Oberv0.03
2020-01-18 Jeff OberRemove automatic upgrade of numerical types
2020-01-17 Jeff Oberv0.02
2020-01-17 Jeff OberAdd manifest.skip to keep author scripts from being...
2020-01-17 Jeff Oberv0.01
2020-01-17 Jeff OberDoc fixup
2020-01-17 Jeff OberRemove copy of toml.abnf
2020-01-17 Jeff OberTokenizer no longer keeps copy of every token
2020-01-17 Jeff OberMinor speedups here and there
2020-01-17 Jeff OberSignificant speedup by breaking apart primary regex...
2020-01-17 Jeff OberUpdate grammar pod
2020-01-17 Jeff OberRemove ad hoc tokenization tests in favor of generated...
2020-01-17 Jeff OberDoc updates
2020-01-17 Jeff OberImport cleanup and update cpanfile
2020-01-17 Jeff OberRemove documentation for annotations
2020-01-17 Jeff OberRemove annotation support
2020-01-17 Jeff OberUpdate docs
2020-01-17 Jeff OberMake tokenization for extremely simple matches much...
2020-01-17 Jeff OberSet min version of Math::BigInt to ensure existence...
2020-01-17 Jeff OberMove more regexps to state vars to spend less time...
2020-01-17 Jeff OberFix use of non-scalar state vars in older perls, move...
2020-01-17 Jeff OberFix bug in generation of quoted keys containing quotes...
2020-01-17 Jeff OberFix bug in generation of nested table-arrays
2020-01-17 Jeff OberRemove debug module imported into tokens/string.t
2020-01-17 Jeff OberFix the fix in the prior fix for nested empty arrays...
2020-01-17 Jeff OberAdd script to build perl tests from BurntSush/toml...
2020-01-16 Jeff OberBegin incorporating toml-test tests into perl tests
2020-01-16 Jeff OberMinor fixups
2020-01-16 Jeff OberFloat optimizations
2020-01-15 Jeff OberAnother round of performance improvements with a focus...
2020-01-14 Jeff OberFirst pass on low hanging fruit identified with nytprof
2020-01-14 Jeff OberMinor performance fixes for grammar regexp
2020-01-14 Jeff OberAdd nytprof files to gitignore
2020-01-13 Jeff Oberfixup
2020-01-13 Jeff OberDocs fixup
2020-01-13 Jeff OberAdd acknowledgements section to pod
2020-01-13 Jeff OberAdd ABSTRACT for all modules, document TOML::Tiny:...
2020-01-13 Jeff OberFinish front module docs
2020-01-13 Jeff OberFlesh out docs, object API
2020-01-13 Jeff OberStart docs
2020-01-13 Jeff OberAdd script to perform encoder tests from BurntSushi...
2020-01-10 Jeff OberRemove to-toml test script while I try to decide if...
2020-01-10 Jeff OberAll parsing tests pass with new option, strict_arrays...
2020-01-10 Jeff OberIntegers apparently may not have double, leading, or...
2020-01-10 Jeff OberRemove debug code
2020-01-10 Jeff OberRemove invalid test cases for inline tables with newlin...
2020-01-10 Jeff OberApparently inline tables are forbidden to have newlines...
2020-01-10 Jeff OberDisallow invalid escapes, parse error on invalid unicod...
2020-01-10 Jeff OberSet minimum perl version to 5.18 (macos system perl...
2020-01-10 Jeff OberAll positive path parsing tests from 'toml-test' are...
2020-01-09 Jeff OberSupport for bigint/bignum in toml output
2020-01-09 Jeff OberMove toml-test scripts out of bin/ for dzil compat
2020-01-09 Jeff OberFix support for 64-bit int/float
2020-01-09 Jeff OberFix bug in type-annotated output
2020-01-09 Jeff OberStart testing with BurntSushi toml tests
2020-01-08 Jeff OberUpdate todos
2020-01-08 Jeff OberAdd support for generating TOML from a data structure
2020-01-08 Jeff OberRemove debug imports, tail recursion in root-level...
2020-01-08 Jeff OberRewrite tokenizer/parser, test for equivalence with...
2020-01-06 Jeff OberShow line number in tokenizer error messages
2020-01-03 Jeff OberInitial commit
2019-03-03 Ian Jacksonadd url of github cargo issue
2019-03-03 Ian Jacksoncopyright licence
2019-03-03 Ian Jacksonbowderise script name too
next