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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-02
Tweak errors
Nadrieril
9
-65
/
+63
2020-02-02
Use Spans consistently by value
Nadrieril
5
-23
/
+19
2020-02-02
Fix spans for unions and records
Nadrieril
4
-21
/
+28
2020-02-02
Let rustfmt format string literals
Nadrieril
1
-43
/
+44
2020-02-02
More errors
Nadrieril
10
-33
/
+138
2020-02-02
More nice errors plus some refactor
Nadrieril
14
-174
/
+270
2020-02-01
Implement once nice error using annotate_snippets
Nadrieril
10
-27
/
+209
2020-01-31
Factor out custom Lazy struct
Nadrieril
3
-35
/
+83
2020-01-30
Use Rc equality to shortcut Value equality
Nadrieril
1
-2
/
+1
2020-01-30
Tweak ConstantClosure
Nadrieril
2
-25
/
+21
2020-01-30
Eval Thunk by move
Nadrieril
1
-4
/
+3
2020-01-30
Get rid of all the manual Ref borrows
Nadrieril
2
-149
/
+75
2020-01-30
Use OnceCell to enable returning &ValKind
Nadrieril
3
-71
/
+57
2020-01-30
Replace Form with a pair of RefCells, in preparation for OnceCell
Nadrieril
1
-88
/
+71
2020-01-30
Move Form::PartialExpr into Thunk
Nadrieril
1
-36
/
+46
2020-01-30
Only the Form must be in a RefCell
Nadrieril
1
-61
/
+67
2020-01-30
Avoid unnecessary allocations of `Value`s
Nadrieril
5
-25
/
+25
2020-01-30
Clarify normalization to ensure we only nze once
Nadrieril
4
-58
/
+55
2020-01-30
Move Thunk value into ValueInternal
Nadrieril
2
-35
/
+32
2020-01-30
Prepare ValueInternal with new `Form`s
Nadrieril
1
-53
/
+50
2020-01-30
Factor out text literals in Value
Nadrieril
3
-83
/
+110
2020-01-30
Remove type parameter from ValueKind
Nadrieril
4
-35
/
+21
2020-01-30
Remove Value visitor
Nadrieril
3
-309
/
+87
2020-01-30
Move parse and resolve up a level
Nadrieril
6
-8
/
+7
2020-01-30
Move parser files to syntax/
Nadrieril
4
-3
/
+3
2020-01-30
Move main API to lib.rs
Nadrieril
13
-254
/
+256
2020-01-30
Move normalize under nze
Nadrieril
6
-6
/
+5
2020-01-30
Move Value-related stuff under semantics::nze
Nadrieril
8
-12
/
+8
2020-01-30
Introduce Thunks and normalize lazily
Nadrieril
7
-45
/
+95
2020-01-30
Remove NF marker; it was premature optimization
Nadrieril
1
-22
/
+11
2020-01-30
Increase encapsulation for Closures
Nadrieril
2
-12
/
+32
2020-01-30
Make unnormalized Values unobservable
Nadrieril
2
-10
/
+3
2020-01-30
s/as_whnf/kind/
Nadrieril
4
-55
/
+53
2020-01-30
Tweak
Nadrieril
1
-9
/
+4
2020-01-30
Remove use of take_mut
Nadrieril
2
-26
/
+22
2020-01-30
Encapsulate partially applied builtin in a separate struct
Nadrieril
6
-74
/
+120
2020-01-30
Remove debug output in type errors
Nadrieril
4
-97
/
+6
2020-01-30
No need for the current env to tck Foo/build closures
Nadrieril
3
-27
/
+3
2020-01-30
Clean imports
Nadrieril
1
-7
/
+8
2020-01-30
Actually, no need for keeping extra args in apply_builtin
Nadrieril
1
-25
/
+10
2020-01-30
Remove old typecheck module
Nadrieril
3
-21
/
+5
2020-01-30
Move builtins-related code to its own module
Nadrieril
8
-568
/
+553
2020-01-29
Cleanup variable handling
Nadrieril
10
-65
/
+39
2020-01-29
Move envs to their own files
Nadrieril
11
-241
/
+239
2020-01-29
Finally get rid of all of the shift/subst_shift !
Nadrieril
5
-112
/
+3
2020-01-29
s/QuoteEnv/VarEnv/
Nadrieril
3
-43
/
+40
2020-01-29
Use NameEnv in tyexpr_to_expr
Nadrieril
2
-35
/
+23
2020-01-29
Remove dead code
Nadrieril
10
-1202
/
+31
2020-01-29
Fix insufficient normalization
Nadrieril
3
-10
/
+16
2020-01-29
Use TyExpr in Typed
Nadrieril
30
-172
/
+158
[next]