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
/
build.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
Run clippy
Nadrieril
1
-2
/
+5
2020-03-17
Circumvent weird rustfmt inconsistency
Nadrieril
1
-2
/
+5
2020-03-12
Upstream the `with` grammar tweak
Nadrieril
1
-13
/
+0
2020-03-10
Upstream all local tests
Nadrieril
1
-5
/
+3
2020-03-10
Add support for `with` keyword
Nadrieril
1
-1
/
+14
2020-03-05
Implement conservative sanity checking
Nadrieril
1
-2
/
+0
2020-03-05
Cache imports correctly
Nadrieril
1
-3
/
+0
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
1
-5
/
+2
2020-03-05
Implement remote `as Location` resolution
Nadrieril
1
-5
/
+10
2020-03-05
Implement `as Text` imports
Nadrieril
1
-11
/
+7
2020-03-05
Implement `missing` and `env:VAR` imports
Nadrieril
1
-11
/
+2
2020-03-05
Add a lot of import tests
Nadrieril
1
-1
/
+15
2020-03-05
Implement `as Location` imports
Nadrieril
1
-0
/
+1
2020-03-05
Add a bunch of `as Location` unit tests
Nadrieril
1
-0
/
+2
2020-03-05
Allow some slow tests to only be run in release mode
Nadrieril
1
-25
/
+36
2020-03-05
Implement some normalization simplifications
Nadrieril
1
-9
/
+2
2020-03-02
Enable ProjectionByType tests
Basile Henry
1
-8
/
+1
2020-02-20
Update dhall-lang submodule
Nadrieril
1
-0
/
+3
2020-02-20
Add support for dotted field syntax
Nadrieril
1
-20
/
+0
2020-02-20
Add support for duplicate record fields
Nadrieril
1
-0
/
+20
2020-02-15
Desugar Completion during resolution
Nadrieril
1
-3
/
+0
2020-02-09
Track error output of parsing and binary decoding tests
Nadrieril
1
-2
/
+2
2020-02-09
Remove distinction between failure and error tests
Nadrieril
1
-28
/
+0
2020-02-09
Move ui outputs to a sensible place
Nadrieril
1
-8
/
+8
2020-02-09
Massively deduplicate test harness
Nadrieril
1
-19
/
+44
2020-02-09
Track output of import errors
Nadrieril
1
-0
/
+16
2020-02-06
Implement some record simplifications
Nadrieril
1
-11
/
+6
2020-02-05
Normalize toMap
Nadrieril
1
-4
/
+0
2020-02-05
Typecheck record completion
Nadrieril
1
-13
/
+0
2020-02-05
Typecheck projection by type
Nadrieril
1
-10
/
+0
2020-02-04
Implement typechecking of toMap
Nadrieril
1
-25
/
+0
2020-02-02
Add local test files on top of dhall-lang tests
Nadrieril
1
-46
/
+56
2020-01-30
Move parser files to syntax/
Nadrieril
1
-2
/
+2
2020-01-29
Fix more bugs
Nadrieril
1
-0
/
+4
2020-01-28
Thread env through nztion to fix Foo/build closures
Nadrieril
1
-7
/
+0
2020-01-24
Postpone fixing Foo/build builtins
Nadrieril
1
-0
/
+7
2019-12-27
Update dhall-lang submodule
Nadrieril
1
-13
/
+0
2019-12-24
Ensure normalization respects var names on the nose
Nadrieril
1
-0
/
+1
2019-12-24
Note waiting for release of abnf
Nadrieril
1
-1
/
+1
2019-12-24
Extend merge to work on Optionals
Nadrieril
1
-3
/
+13
2019-12-23
Update dhall-lang submodule
Nadrieril
1
-0
/
+8
2019-12-23
Update dhall-lang submodule
Nadrieril
1
-1
/
+7
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-0
/
+13
2019-12-22
Update abnf dependency in the hopes of fixing a bug
Nadrieril
1
-6
/
+4
2019-12-22
Implement parsing for record completion
Nadrieril
1
-0
/
+16
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-6
/
+1
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-0
/
+3
2019-12-22
Put test builders in a vec
Nadrieril
1
-79
/
+33
2019-12-21
Generate parser manually to make the crate publishable
Nadrieril
1
-2
/
+26
2019-12-17
Move pest file generation to dhall/build.rs
Nadrieril
1
-2
/
+96
[next]