index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cargo.lock
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Release serde_dhall version 0.6.0
Nadrieril
2020-08-05
1
-1
/
+1
|
*
Release dhall version 0.6.0
Nadrieril
2020-08-05
1
-2
/
+2
|
*
test: use errors instead of panics to signify test failure
Nadrieril
2020-06-24
1
-32
/
+28
|
*
test: write custom test harness for tests
Nadrieril
2020-06-24
1
-0
/
+255
|
*
fix: panic on remote import on wasm
Nadrieril
2020-06-24
1
-28
/
+0
|
|
|
|
Sadly we would need proper async support for that to work
*
chore: remove unused dependencies using cargo-udeps
Nadrieril
2020-06-24
1
-8
/
+0
|
*
chore: upgrade dependencies using cargo-outdated
Nadrieril
2020-06-24
1
-118
/
+57
|
*
chore: update dependencies
Nadrieril
2020-06-24
1
-330
/
+366
|
*
Release serde_dhall version 0.5.3
Nadrieril
2020-05-30
1
-1
/
+1
|
*
Release dhall version 0.5.3
Nadrieril
2020-05-30
1
-2
/
+2
|
*
ci: test wasm
Nadrieril
2020-05-30
1
-0
/
+61
|
*
Make reqwest build on wasm
Nadrieril
2020-05-30
1
-44
/
+75
|
*
test: Add some unit tests for cache
fteychene
2020-05-15
1
-0
/
+1
|
*
Release serde_dhall version 0.5.2
Nadrieril
2020-04-12
1
-1
/
+1
|
*
Release dhall version 0.5.2
Nadrieril
2020-04-12
1
-2
/
+2
|
*
Release serde_dhall version 0.5.1
Nadrieril
2020-04-09
1
-1
/
+1
|
*
Release dhall version 0.5.1
Nadrieril
2020-04-09
1
-2
/
+2
|
*
Add semantic-hash tests
Nadrieril
2020-04-05
1
-0
/
+13
|
*
Release serde_dhall version 0.5.0
Nadrieril
2020-04-05
1
-1
/
+1
|
*
Release dhall_proc_macros version 0.5.0
Nadrieril
2020-04-05
1
-2
/
+2
|
*
Release dhall version 0.5.0
Nadrieril
2020-04-05
1
-2
/
+2
|
*
Release abnf_to_pest version 0.5.0
Nadrieril
2020-04-05
1
-2
/
+2
|
*
Reorganize API and internals of serde_dhall a bit
Nadrieril
2020-03-31
1
-1
/
+1
|
*
Ensure version numbers are kept in sync
Nadrieril
2020-03-31
1
-0
/
+144
|
*
Test README code samples using doc_comment
Nadrieril
2020-03-31
1
-0
/
+7
|
*
Introduce option builder
Nadrieril
2020-03-31
1
-0
/
+2
|
*
Upgrade annotate-snippets version
Nadrieril
2020-03-31
1
-3
/
+3
|
*
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
2020-03-18
1
-6
/
+6
|
*
Cut release
Nadrieril
2020-03-18
1
-5
/
+5
|
*
Upgrade some dependencies
Nadrieril
2020-03-17
1
-5
/
+14
|
*
Update dependencies
Nadrieril
2020-03-17
1
-288
/
+204
|
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
1
-0
/
+963
|
*
Move improved_slice_patterns to its own repo
Nadrieril
2020-02-21
1
-4
/
+0
|
*
Forgot to commit Cargo.lock
Nadrieril
2020-02-21
1
-3
/
+3
|
*
Implement once nice error using annotate_snippets
Nadrieril
2020-02-01
1
-0
/
+7
|
*
Use OnceCell to enable returning &ValKind
Nadrieril
2020-01-30
1
-0
/
+7
|
*
Remove use of take_mut
Nadrieril
2020-01-30
1
-7
/
+0
|
*
release
Nadrieril
2020-01-16
1
-3
/
+3
|
*
Release new version
Nadrieril
2019-12-24
1
-3
/
+3
|
*
Update abnf dependency in the hopes of fixing a bug
Nadrieril
2019-12-22
1
-8
/
+79
|
*
Fix
Nadrieril
2019-12-21
1
-2
/
+2
|
*
Generate parser manually to make the crate publishable
Nadrieril
2019-12-21
1
-0
/
+2
|
*
Bump abnf_to_pest version
Nadrieril
2019-12-21
1
-2
/
+2
|
*
Update dependencies
Nadrieril
2019-12-20
1
-55
/
+64
|
*
Use smallvec instead of custom struct
Nadrieril
2019-12-20
1
-1
/
+7
|
*
Remove unused dependencies
Nadrieril
2019-12-20
1
-50
/
+0
|
*
Remove dhall_syntax crate
Nadrieril
2019-12-17
1
-16
/
+0
|
*
Move pest file generation to dhall/build.rs
Nadrieril
2019-12-17
1
-0
/
+1
|
*
Move contents of dhall_syntax to dhall
Nadrieril
2019-12-15
1
-1
/
+6
|
*
Merge dhall_generated_parser into dhall_syntax
Nadrieril
2019-12-13
1
-9
/
+1
|
[next]