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
/
semantics
/
nze
/
nir.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: fix clippy warnings
Nadrieril
2021-01-22
1
-4
/
+4
*
Thread cx everywhere else imports are read
Nadrieril
2020-12-07
1
-2
/
+2
*
Thread cx through normalization
Nadrieril
2020-12-07
1
-97
/
+100
*
Remove NirInternal
Nadrieril
2020-11-03
1
-50
/
+12
*
Normalize `with` by mutation.
Nadrieril
2020-11-03
1
-0
/
+24
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
1
-4
/
+3
*
Move builtins module up a level
Nadrieril
2020-04-06
1
-2
/
+3
*
Extract operation-related code to a new module
Nadrieril
2020-04-06
1
-1
/
+2
*
Only need to store OpKind in Nir
Nadrieril
2020-04-06
1
-9
/
+12
*
Avoid a few allocations
Nadrieril
2020-04-06
1
-3
/
+5
*
Factor our operations in normalization
Nadrieril
2020-04-06
1
-2
/
+2
*
Split off operations from main expr enum
Nadrieril
2020-04-06
1
-22
/
+24
*
Brutally make all of dhall pub
Nadrieril
2020-03-31
1
-21
/
+21
*
Nir::normalize isn't useful
Nadrieril
2020-03-31
1
-76
/
+0
*
Improve handling of builtin types in Nir
Nadrieril
2020-03-31
1
-8
/
+27
*
Move conversion to SimpleVal/Ty to simple module
Nadrieril
2020-03-31
1
-81
/
+0
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
1
-5
/
+5
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
1
-5
/
+5
*
Add SimpleType to mirror SimpleValue
Nadrieril
2020-03-31
1
-1
/
+47
*
Add SimpleValue type to facilitate deserialization
Nadrieril
2020-03-31
1
-0
/
+34
*
Run clippy
Nadrieril
2020-03-17
1
-5
/
+5
*
Remove useless `normalize` option from ToExprOptions
Nadrieril
2020-02-18
1
-3
/
+0
*
Remove spans from Nir
Nadrieril
2020-02-17
1
-15
/
+7
*
Rename Value to Nir
Nadrieril
2020-02-17
1
-0
/
+521