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
...
|
*
Implement remote `as Location` resolution
Nadrieril
2020-03-05
24
-12
/
+52
|
*
Implement `as Text` imports
Nadrieril
2020-03-05
7
-16
/
+33
|
*
Refactor resolve a bit
Nadrieril
2020-03-05
1
-80
/
+76
|
*
Implement `missing` and `env:VAR` imports
Nadrieril
2020-03-05
7
-20
/
+25
|
*
Add a lot of import tests
Nadrieril
2020-03-05
54
-4
/
+99
|
*
Run tests from repo root as specified in spec
Nadrieril
2020-03-05
12
-13
/
+19
|
*
Implement `as Location` imports
Nadrieril
2020-03-05
6
-60
/
+105
|
*
Run tests from dhall dir
Nadrieril
2020-03-05
11
-12
/
+12
|
*
Add a bunch of `as Location` unit tests
Nadrieril
2020-03-05
36
-1
/
+51
|
*
Make script more robust to missing folders
Nadrieril
2020-03-05
1
-5
/
+8
|
*
Update dhall-lang submodule
Nadrieril
2020-03-05
4
-3
/
+15
|
*
Add a bunch of tests
Nadrieril
2020-03-05
50
-23
/
+70
|
*
Prepare test buffer
Nadrieril
2020-03-05
1
-28
/
+23
|
*
Enable script to add new tests
Nadrieril
2020-03-05
1
-3
/
+23
|
*
Add script to generate missing test outputs
Nadrieril
2020-03-05
1
-0
/
+102
|
*
Allow some slow tests to only be run in release mode
Nadrieril
2020-03-05
1
-25
/
+36
|
*
Implement some normalization simplifications
Nadrieril
2020-03-05
3
-86
/
+83
|
/
*
Merge pull request #133 from basile-henry/record-projection-by-expression
Nadrieril Feneanar
2020-03-04
3
-12
/
+36
|
\
|
*
Normalization for ProjectionByExpr
Basile Henry
2020-03-02
2
-4
/
+35
|
*
Enable ProjectionByType tests
Basile Henry
2020-03-02
1
-8
/
+1
|
/
*
Move improved_slice_patterns to its own repo
Nadrieril
2020-02-21
5
-361
/
+0
*
Forgot to commit Cargo.lock
Nadrieril
2020-02-21
1
-3
/
+3
*
Cut release
Nadrieril
2020-02-21
5
-7
/
+7
*
Oops
Nadrieril
2020-02-21
1
-0
/
+6
*
Merge pull request #132 from Nadrieril/catchup-spec
Nadrieril Feneanar
2020-02-20
17
-88
/
+110
|
\
|
*
Update dhall-lang submodule
Nadrieril
2020-02-20
2
-0
/
+3
|
*
Support spec v14
Nadrieril
2020-02-20
2
-1
/
+2
|
*
Add support for dotted field syntax
Nadrieril
2020-02-20
7
-24
/
+17
|
*
Disallow Natural literals with leading zeros
Nadrieril
2020-02-20
3
-0
/
+7
|
*
Add support for duplicate record fields
Nadrieril
2020-02-20
13
-35
/
+78
|
*
Expose fewer pub things
Nadrieril
2020-02-19
6
-53
/
+18
|
*
Update spec to version 13
Nadrieril
2020-02-19
2
-4
/
+14
*
|
Merge pull request #131 from Nadrieril/hir
Nadrieril Feneanar
2020-02-19
57
-2480
/
+2237
|
\
|
|
*
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
5
-40
/
+52
|
*
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
7
-59
/
+97
|
*
Oops, leftover #![allow(dead_code)]
Nadrieril
2020-02-16
1
-17
/
+1
|
*
Start requiring Universe to build a Type
Nadrieril
2020-02-16
7
-180
/
+218
|
*
Introduce proper Type struct
Nadrieril
2020-02-15
5
-57
/
+121
|
*
Desugar Completion during resolution
Nadrieril
2020-02-15
5
-55
/
+49
|
*
Factor some tck code to avoid needing get_type_tyexpr
Nadrieril
2020-02-15
5
-52
/
+88
[prev]
[next]