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
/
binary.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-15
Move contents of dhall under a semantics submodule
Nadrieril
1
-748
/
+0
2019-12-15
Reexport dhall_syntax as a module in dhall
Nadrieril
1
-8
/
+8
2019-11-11
rustfmt
Nadrieril
1
-2
/
+6
2019-11-11
Parse projection by expression
Nadrieril
1
-0
/
+10
2019-11-11
Capture absence of span in Span itself
Nadrieril
1
-2
/
+8
2019-11-11
Run `cargo fmt`
Nadrieril
1
-5
/
+11
2019-09-03
Move Canonicalize into resolve.
Fintan Halpenny
1
-5
/
+5
2019-09-03
Upgrade rust toolchain
Nadrieril
1
-16
/
+12
2019-09-02
Remove the notion of Directory and have File be the vector of components
Fintan Halpenny
1
-13
/
+5
2019-08-31
Implement parsing of `toMap` keyword
Nadrieril
1
-0
/
+11
2019-08-28
Rename SubExpr to Expr, and Expr to RawExpr
Nadrieril
1
-27
/
+22
2019-08-16
Reduce api surface of dhall crate
Nadrieril
1
-2
/
+2
2019-08-13
Implement inline headers parsing
Nadrieril
1
-31
/
+19
2019-08-13
Implement Hash for ParsedSubExpr
Nadrieril
1
-23
/
+18
2019-08-13
Store Imports in their own node instead of in Embed
Nadrieril
1
-10
/
+14
2019-08-13
No need to track the absence of `Span`s at the type level
Nadrieril
1
-24
/
+21
2019-08-12
Refactor of File to be the combination of Directory and the file name,
FintanH
1
-9
/
+20
2019-08-10
Update dhall-lang submodule
Nadrieril
1
-0
/
+13
2019-08-08
Add support for dependent types
Nadrieril
1
-0
/
+7
2019-08-07
Flatten nested let bindings
Nadrieril
1
-6
/
+40
2019-08-07
Add binary-decode tests
Nadrieril
1
-0
/
+21
2019-08-07
Remove union literals from the language
Nadrieril
1
-9
/
+3
2019-08-07
Various parsing tweaks
Nadrieril
1
-3
/
+3
2019-08-06
Generalize empty list annotations
Nadrieril
1
-2
/
+6
2019-08-06
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
1
-2
/
+9
2019-08-06
RFC3986 URLs
Nadrieril
1
-1
/
+7
2019-08-06
rustfmt
Nadrieril
1
-7
/
+10
2019-08-06
Remove old-style optional literals
Nadrieril
1
-7
/
+9
2019-08-06
Inline headers
Nadrieril
1
-15
/
+14
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-12
/
+12
2019-05-12
Finish implementing binary encoding
Nadrieril
1
-6
/
+8
2019-05-12
Implement binary encoding
Nadrieril
1
-20
/
+291
2019-05-10
Write a custom map type that allows duplicates
Nadrieril
1
-29
/
+38
2019-05-09
Detect duplicate record fields in typecheck
Nadrieril
1
-32
/
+29
2019-05-08
Rename the record combining operators internally
Nadrieril
1
-3
/
+3
2019-05-06
Consolidate errors in the error module
Nadrieril
1
-8
/
+9
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
1
-0
/
+0
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
1
-13
/
+9
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
1
-9
/
+13
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-2
/
+2
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-1
/
+1
2019-04-20
An empty optional value is purely semantic
Nadrieril
1
-1
/
+1
2019-04-19
Make App() only store one argument
Nadrieril
1
-6
/
+6
2019-04-16
Prepare for nullary union variants
Nadrieril
1
-2
/
+20
2019-04-15
Handle empty optionals correctly
Nadrieril
1
-2
/
+2
2019-04-13
Fix `let` parsing
Nadrieril
1
-0
/
+1
2019-04-08
clippy
Nadrieril
1
-15
/
+15
2019-04-07
Fix
Nadrieril
1
-0
/
+1
2019-03-31
Move recursion out of Expr
Nadrieril
1
-2
/
+2
2019-03-31
Make SubExpr a newtype
Nadrieril
1
-2
/
+1
[next]