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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assign a unique id to each binder
Nadrieril
2020-01-17
2
-5
/
+25
*
Introduce a notion of binder
Nadrieril
2020-01-17
5
-46
/
+56
*
Implement traverse_ref for ValueKind
Nadrieril
2020-01-17
6
-2
/
+169
*
Parameterize ValueKind by its subnodes
Nadrieril
2020-01-17
4
-23
/
+29
*
Revert "Implement PartialEq manually for ValueKind"
Nadrieril
2020-01-17
1
-64
/
+1
*
Implement PartialEq manually for ValueKind
Nadrieril
2020-01-17
1
-1
/
+64
*
Construct T/Build closures in Expr space
Nadrieril
2020-01-17
3
-64
/
+58
*
Tiny clarification
Nadrieril
2020-01-17
1
-13
/
+10
*
s/TypecheckContext/TyCtx/
Nadrieril
2020-01-17
4
-30
/
+19
*
Make TypecheckContext a named struct
Nadrieril
2020-01-17
1
-9
/
+11
*
TypecheckContext doesn't need Rc
Nadrieril
2020-01-17
1
-14
/
+18
*
TypecheckContext doesn't need PartialEq
Nadrieril
2020-01-17
1
-9
/
+0
*
release
Nadrieril
2020-01-16
6
-9
/
+11
*
Merge pull request #125 from Nadrieril/improve-api
Nadrieril Feneanar
2020-01-16
5
-71
/
+296
|
\
|
*
Deserialize more types
Nadrieril
2020-01-16
5
-21
/
+210
|
*
Improve serde_dhall docs greatly
Nadrieril
2020-01-16
1
-50
/
+86
|
/
*
Update dhall-lang submodule
Nadrieril
2019-12-27
5
-23
/
+9
*
Ensure normalization respects var names on the nose
Nadrieril
2019-12-24
3
-18
/
+14
*
Ensure inferred type is always in normal form
Nadrieril
2019-12-24
4
-7
/
+19
*
Ensure the output of type inference matches the spec variable names
Nadrieril
2019-12-24
2
-9
/
+9
*
Add missing serde link to README
Nadrieril
2019-12-24
1
-1
/
+1
*
Reorder badges
Nadrieril
2019-12-24
1
-1
/
+1
*
Add badges to README
Nadrieril
2019-12-24
1
-0
/
+4
*
Release new version
Nadrieril
2019-12-24
6
-9
/
+15
*
Merge pull request #124 from Nadrieril/catchup-spec
Nadrieril Feneanar
2019-12-24
95
-362
/
+507
|
\
|
*
Note waiting for release of abnf
Nadrieril
2019-12-24
1
-1
/
+1
|
*
Extend merge to work on Optionals
Nadrieril
2019-12-24
11
-12
/
+64
|
*
Add debug output to unhandled type error message
Nadrieril
2019-12-24
79
-79
/
+79
|
*
Update dhall-lang submodule
Nadrieril
2019-12-23
2
-10
/
+18
|
*
Update dhall-lang submodule
Nadrieril
2019-12-23
2
-1
/
+1
|
*
Update dhall-lang submodule
Nadrieril
2019-12-23
4
-13
/
+22
|
*
Update dhall-lang submodule
Nadrieril
2019-12-23
2
-1
/
+7
|
*
Add two new Integer builtins
Nadrieril
2019-12-23
6
-0
/
+20
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
2
-0
/
+13
|
*
Update abnf dependency in the hopes of fixing a bug
Nadrieril
2019-12-22
5
-84
/
+129
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
2
-77
/
+42
|
*
rustfmt
Nadrieril
2019-12-22
2
-7
/
+8
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
2
-1
/
+1
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
2
-1
/
+1
|
*
Implement parsing for record completion
Nadrieril
2019-12-22
11
-8
/
+68
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
4
-6
/
+4
|
*
Update dhall-lang submodule
Nadrieril
2019-12-22
6
-1
/
+15
|
*
Put test builders in a vec
Nadrieril
2019-12-22
1
-79
/
+33
|
/
*
Merge pull request #122 from Nadrieril/publish
Nadrieril Feneanar
2019-12-22
14
-89
/
+82
|
\
|
*
Fix
Nadrieril
2019-12-21
1
-2
/
+2
|
*
Merge remote-tracking branch 'origin/master' into publish
Nadrieril
2019-12-21
1
-10
/
+56
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #121 from Nadrieril/Nadrieril-readme
Nadrieril Feneanar
2019-12-21
1
-10
/
+56
|
\
\
|
*
|
Update README.md
Nadrieril Feneanar
2019-12-21
1
-10
/
+56
|
/
/
|
*
Bump dhall version
Nadrieril
2019-12-21
3
-3
/
+3
|
*
Generate parser manually to make the crate publishable
Nadrieril
2019-12-21
5
-6
/
+39
[next]