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
/
resolve.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-17
Move hir and resolve into a module
Nadrieril
1
-264
/
+0
2020-02-15
Desugar Completion during resolution
Nadrieril
1
-12
/
+33
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
1
-2
/
+2
2020-02-10
Remove need for Embed
Nadrieril
1
-11
/
+14
2020-02-09
Take Hir for typecheck
Nadrieril
1
-8
/
+5
2020-02-09
Resolve variables alongside import resolution
Nadrieril
1
-37
/
+56
2020-02-09
Resolve by ref instead of by mut
Nadrieril
1
-59
/
+77
2020-02-09
Introduce environment for import resolution
Nadrieril
1
-31
/
+56
2020-01-30
Move parse and resolve up a level
Nadrieril
1
-0
/
+0
2020-01-30
Move main API to lib.rs
Nadrieril
1
-1
/
+1
2020-01-30
Remove old typecheck module
Nadrieril
1
-6
/
+2
2020-01-27
Fix a bunch of bugs and more tck
Nadrieril
1
-2
/
+6
2019-12-20
Move error module to root of crate
Nadrieril
1
-1
/
+1
2019-12-15
Refer to semantics module properly
Nadrieril
1
-2
/
+2
2019-12-15
Avoid mention of `crate::` outside of top-level imports
Nadrieril
1
-3
/
+4
2019-12-15
Move contents of dhall under a semantics submodule
Nadrieril
1
-0
/
+0
2019-12-15
Reexport dhall_syntax as a module in dhall
Nadrieril
1
-4
/
+4
2019-11-11
Generate import tests automatically
Nadrieril
1
-47
/
+0
2019-11-11
Run `cargo fmt`
Nadrieril
1
-46
/
+48
2019-09-03
Resolve imports by mutating Expr instead of cloning it
Nadrieril
1
-19
/
+22
2019-09-03
Move Canonicalize into resolve.
Fintan Halpenny
1
-0
/
+70
2019-08-30
Rework test harness to prepare for new types of tests
Nadrieril
1
-2
/
+11
2019-08-28
Rename SubExpr to Expr, and Expr to RawExpr
Nadrieril
1
-2
/
+2
2019-08-16
Reduce api surface of dhall crate
Nadrieril
1
-4
/
+4
2019-08-15
Disable some unused unstable features
Nadrieril
1
-2
/
+1
2019-08-13
Implement inline headers parsing
Nadrieril
1
-4
/
+4
2019-08-12
Refactor of File to be the combination of Directory and the file name,
FintanH
1
-5
/
+6
2019-08-07
Update dhall-lang submodule
Nadrieril
1
-0
/
+3
2019-08-07
Remove an annoying redundancy in the test harness
Nadrieril
1
-2
/
+2
2019-08-06
Add some new tests and implement import alternatives
Nadrieril
1
-2
/
+2
2019-08-06
Update dhall-lang submodule
Nadrieril
1
-0
/
+2
2019-08-06
Inline headers
Nadrieril
1
-0
/
+6
2019-05-12
Include success or failure prefix in test filtering
Nadrieril
1
-2
/
+2
2019-05-12
Implement binary encoding
Nadrieril
1
-0
/
+1
2019-05-09
Make visibilities more consistent
Nadrieril
1
-3
/
+3
2019-05-06
Consolidate errors in the error module
Nadrieril
1
-9
/
+2
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
1
-42
/
+11
2019-05-04
Remove dummy lifetimes
Nadrieril
1
-46
/
+40
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-3
/
+3
2019-04-18
Remove more duplication
Nadrieril
1
-4
/
+4
2019-04-15
Error on import cycles
Basile Henry
1
-6
/
+32
2019-04-14
clippy
Nadrieril
1
-3
/
+3
2019-04-14
Add import tests
Nadrieril
1
-0
/
+28
2019-04-14
Naming nitpick
Nadrieril
1
-5
/
+5
2019-04-14
Cache imports
Basile Henry
1
-12
/
+34
2019-04-12
Restrict public API to its most minimal expression
Nadrieril
1
-0
/
+3
2019-04-12
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
1
-6
/
+5
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
1
-10
/
+11
2019-04-11
Add lifetime parameters to Parsed and Resolved
Nadrieril
1
-13
/
+14
2019-04-11
Respect import boundaries
Nadrieril
1
-6
/
+6
[next]