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_generator
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-20
An empty optional value is purely semantic
Nadrieril
1
-5
/
+2
2019-04-19
Make App() only store one argument
Nadrieril
1
-1
/
+0
2019-04-18
Remove obsolete dhall_expr!() macro
Nadrieril
1
-6
/
+0
2019-04-18
Remove more duplication
Nadrieril
1
-4
/
+4
2019-04-18
Reduce duplication between mapping functions
Nadrieril
1
-2
/
+2
2019-04-18
Start cleaning up the mess of mapping functions
Nadrieril
1
-2
/
+2
2019-04-16
Prepare for nullary union variants
Nadrieril
2
-40
/
+54
2019-04-15
rustfmt
Nadrieril
1
-1
/
+2
2019-04-15
Remove leftover bx() function
Nadrieril
1
-5
/
+5
2019-04-14
Namespace deserialization functions in a `de` submodule
Nadrieril
1
-6
/
+6
2019-04-14
Document roughly the dhall subcrates
Nadrieril
1
-0
/
+5
2019-04-12
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
1
-2
/
+2
2019-04-11
Thread lifetimes through other newtypes
Nadrieril
1
-1
/
+2
2019-04-10
Add SimpleType and SimpeStaticType. Derive the latter
Nadrieril
2
-15
/
+26
2019-04-08
clippy
Nadrieril
1
-2
/
+2
2019-04-07
Avoid constructing exprs manually when possible
Nadrieril
1
-0
/
+3
2019-04-06
Rename some modules
Nadrieril
3
-8
/
+10
2019-04-06
s/Type/StaticType/
Nadrieril
2
-6
/
+6
2019-04-06
Split dhall_expr!() into 2
Nadrieril
3
-9
/
+65
2019-04-01
Refactor and clarify various map methods
Nadrieril
1
-8
/
+6
2019-03-31
Make Expr generic in Label
Nadrieril
1
-5
/
+8
2019-03-31
Make quoting generic
Nadrieril
2
-98
/
+70
2019-03-31
Remove evil Deref impl
Nadrieril
1
-1
/
+1
2019-03-31
Move recursion out of Expr
Nadrieril
2
-20
/
+20
2019-03-31
rustfmt
Nadrieril
1
-3
/
+1
2019-03-31
Make SubExpr a newtype
Nadrieril
1
-4
/
+3
2019-03-31
Remove some redundant namespacing
Nadrieril
2
-18
/
+18
2019-03-27
Manually rustfmt like a nazi
Nadrieril
2
-2
/
+4
2019-03-26
Derive DhallType for anonymous structs and enums
Nadrieril
1
-22
/
+123
2019-03-26
Derive DhallType for structs
Nadrieril
2
-8
/
+82
2019-03-24
Lay groundwork for DhallType deriving
Nadrieril
3
-1
/
+26
2019-03-24
Correctly namespace interpolations in dhall_expr!()
Nadrieril
1
-19
/
+19
2019-03-24
Prepare dhall_generator for a new module
Nadrieril
2
-163
/
+171
2019-03-24
Refactor printer
Nadrieril
1
-3
/
+3
2019-03-21
Represent Optional literals more faithfully
Nadrieril
1
-15
/
+7
2019-03-21
Rename Record/Union to RecordType/UnionType
Nadrieril
1
-2
/
+2
2019-03-21
Reorganize dhall_core a bit
Nadrieril
1
-12
/
+12
2019-03-19
CI tweaks
Nadrieril
1
-1
/
+0
2019-03-19
Skip build-only subcrates in code coverage
Nadrieril
1
-0
/
+1
2019-03-18
Implement a few more primitives
Nadrieril
1
-0
/
+8
2019-03-18
Split List literal between empty and non-empty
Nadrieril
1
-3
/
+6
2019-03-17
Use Rc consistently everywhere
Nadrieril
1
-2
/
+2
2019-03-16
Use Rc instead of Box in AST to allow structural sharing
Nadrieril
1
-7
/
+8
2019-03-16
Use Box more uniformly in AST
Nadrieril
1
-4
/
+6
2019-03-16
Store an Option in OptionalLit instead of a vec
Nadrieril
1
-3
/
+3
2019-03-15
Store a vec in App
Nadrieril
1
-1
/
+1
2019-03-09
Considerably simplify typecheck using dhall_expr!()
Nadrieril
1
-27
/
+57
2019-03-09
Obey clippy lints
Nadrieril
1
-8
/
+7
2019-03-09
Remove the pervasive Label type parameter
Nadrieril
1
-4
/
+4
2019-03-09
Use new Label type everywhere
Nadrieril
1
-8
/
+8
[next]