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
/
phase
/
resolve.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
2019-04-11
Ditch quick_error because it doesn't support generic parameters
Nadrieril
1
-7
/
+4
2019-04-10
Allow providing type for typechecking in API
Nadrieril
1
-6
/
+0
2019-04-10
Mild cleanup imports
Nadrieril
1
-14
/
+12
2019-04-10
Cleanup error handling
Nadrieril
1
-39
/
+15
2019-04-10
s/load_from/parse/
Nadrieril
1
-4
/
+4
2019-04-07
Restrict public API
Nadrieril
1
-14
/
+1
2019-04-06
Move binary decoding to new API
Nadrieril
1
-9
/
+40
2019-04-06
Massage import loading into new API
Nadrieril
1
-39
/
+56
2019-04-06
s/DhallError/ImportError/
Nadrieril
1
-10
/
+10
2019-03-31
Remove evil Deref impl
Nadrieril
1
-2
/
+2
2019-03-24
Parser import hash and headers
Nadrieril
1
-1
/
+1
2019-03-22
Parse a lot more of the import types
Nadrieril
1
-0
/
+1
2019-03-21
Improve import handling in parser
Nadrieril
1
-0
/
+9
2019-03-21
Reorganize dhall_core a bit
Nadrieril
1
-4
/
+4
2019-03-09
Obey clippy lints
Nadrieril
1
-2
/
+1
2019-03-09
Remove the pervasive Label type parameter
Nadrieril
1
-6
/
+4
2019-03-09
Use new Label type everywhere
Nadrieril
1
-6
/
+5
2019-03-09
Use new Label type instead of &str in parser
Nadrieril
1
-1
/
+1
2019-03-09
A whole new bunch of tests now pass !
Nadrieril
1
-0
/
+1
2019-03-09
Recursive imports work !
Nadrieril
1
-2
/
+2
2019-03-09
First import works !
Nadrieril
1
-4
/
+82
2019-03-08
Rename Expr back to its true name
Nadrieril
1
-3
/
+3
2019-03-08
Finally get rid of all the &'i str
Nadrieril
1
-8
/
+7
2019-03-06
rustfmt
Nadrieril
1
-3
/
+4
[next]