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
/
dhall
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use dhall::Value more in serde
Nadrieril
2020-03-31
1
-1
/
+1
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
8
-45
/
+32
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
11
-101
/
+101
*
Limit dependency on Normalized
Nadrieril
2020-03-31
2
-84
/
+42
*
Remove Normalized and friends from public API
Nadrieril
2020-03-31
3
-31
/
+20
*
Add new Value type in API
Nadrieril
2020-03-31
2
-6
/
+62
*
Add SimpleType to mirror SimpleValue
Nadrieril
2020-03-31
3
-3
/
+103
*
Add SimpleValue type to facilitate deserialization
Nadrieril
2020-03-31
3
-2
/
+71
*
Fix indexing for spans that go to the end of the input
Nadrieril
2020-03-31
1
-5
/
+7
*
Upgrade annotate-snippets version
Nadrieril
2020-03-31
2
-12
/
+4
*
Add coverage gathering with grcov
Nadrieril
2020-03-20
1
-7
/
+17
*
Remove more unnecessary parens in printer
Nadrieril
2020-03-20
3
-10
/
+35
*
Commit output of printer
Nadrieril
2020-03-20
1
-23
/
+23
*
Parse RFC3986 URLs
Nadrieril
2020-03-20
2
-2
/
+22
*
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
2020-03-18
1
-1
/
+0
*
Cut release
Nadrieril
2020-03-18
1
-1
/
+1
*
Remove never_type feature
Nadrieril
2020-03-17
4
-19
/
+19
*
Run clippy
Nadrieril
2020-03-17
16
-126
/
+172
*
Implement record puns
Nadrieril
2020-03-11
4
-1
/
+9
*
Add support for `with` keyword
Nadrieril
2020-03-10
3
-1
/
+44
*
Implement conservative sanity checking
Nadrieril
2020-03-05
3
-56
/
+77
*
Cache imports correctly
Nadrieril
2020-03-05
3
-21
/
+21
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
9
-117
/
+185
*
Implement remote `as Location` resolution
Nadrieril
2020-03-05
2
-2
/
+13
*
Implement `as Text` imports
Nadrieril
2020-03-05
2
-4
/
+22
*
Refactor resolve a bit
Nadrieril
2020-03-05
1
-80
/
+76
*
Implement `missing` and `env:VAR` imports
Nadrieril
2020-03-05
3
-8
/
+20
*
Add a lot of import tests
Nadrieril
2020-03-05
1
-1
/
+1
*
Run tests from repo root as specified in spec
Nadrieril
2020-03-05
1
-1
/
+7
*
Implement `as Location` imports
Nadrieril
2020-03-05
3
-59
/
+102
*
Implement some normalization simplifications
Nadrieril
2020-03-05
2
-77
/
+81
*
Normalization for ProjectionByExpr
Basile Henry
2020-03-02
2
-4
/
+35
*
Cut release
Nadrieril
2020-02-21
1
-1
/
+1
*
Add support for dotted field syntax
Nadrieril
2020-02-20
2
-2
/
+14
*
Add support for duplicate record fields
Nadrieril
2020-02-20
4
-21
/
+46
*
Expose fewer pub things
Nadrieril
2020-02-19
5
-48
/
+13
*
Avoid re-typechecking after import
Nadrieril
2020-02-19
7
-15
/
+26
*
Discard import headers while we don't use them
Nadrieril
2020-02-18
3
-13
/
+10
*
Remove useless `normalize` option from ToExprOptions
Nadrieril
2020-02-18
3
-26
/
+6
*
Borrow relevant Hir from Tir
Nadrieril
2020-02-18
4
-40
/
+50
*
Remove spans from Nir
Nadrieril
2020-02-17
1
-15
/
+7
*
Rename Value to Nir
Nadrieril
2020-02-17
12
-401
/
+377
*
Rename TyExpr to Tir
Nadrieril
2020-02-17
5
-31
/
+29
*
Remove some unused code
Nadrieril
2020-02-17
1
-24
/
+0
*
Factor out desugaring from resolve
Nadrieril
2020-02-17
1
-22
/
+31
*
Extract resolve-relevant envs together
Nadrieril
2020-02-17
4
-112
/
+118
*
Move hir and resolve into a module
Nadrieril
2020-02-17
5
-2
/
+6
*
Avoid recomputing universes in tck
Nadrieril
2020-02-16
3
-55
/
+73
*
Oops, leftover #![allow(dead_code)]
Nadrieril
2020-02-16
1
-17
/
+1
*
Start requiring Universe to build a Type
Nadrieril
2020-02-16
4
-176
/
+213
[prev]
[next]