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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document roughly the dhall subcrates
Nadrieril
2019-04-14
1
-0
/
+5
*
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
2019-04-12
1
-2
/
+2
*
Thread lifetimes through other newtypes
Nadrieril
2019-04-11
1
-1
/
+2
*
Add SimpleType and SimpeStaticType. Derive the latter
Nadrieril
2019-04-10
2
-15
/
+26
*
clippy
Nadrieril
2019-04-08
1
-2
/
+2
*
Avoid constructing exprs manually when possible
Nadrieril
2019-04-07
1
-0
/
+3
*
Rename some modules
Nadrieril
2019-04-06
3
-8
/
+10
*
s/Type/StaticType/
Nadrieril
2019-04-06
2
-6
/
+6
*
Split dhall_expr!() into 2
Nadrieril
2019-04-06
3
-9
/
+65
*
Refactor and clarify various map methods
Nadrieril
2019-04-01
1
-8
/
+6
*
Make Expr generic in Label
Nadrieril
2019-03-31
1
-5
/
+8
*
Make quoting generic
Nadrieril
2019-03-31
2
-98
/
+70
*
Remove evil Deref impl
Nadrieril
2019-03-31
1
-1
/
+1
*
Move recursion out of Expr
Nadrieril
2019-03-31
2
-20
/
+20
*
rustfmt
Nadrieril
2019-03-31
1
-3
/
+1
*
Make SubExpr a newtype
Nadrieril
2019-03-31
1
-4
/
+3
*
Remove some redundant namespacing
Nadrieril
2019-03-31
2
-18
/
+18
*
Manually rustfmt like a nazi
Nadrieril
2019-03-27
2
-2
/
+4
*
Derive DhallType for anonymous structs and enums
Nadrieril
2019-03-26
1
-22
/
+123
*
Derive DhallType for structs
Nadrieril
2019-03-26
2
-8
/
+82
*
Lay groundwork for DhallType deriving
Nadrieril
2019-03-24
3
-1
/
+26
*
Correctly namespace interpolations in dhall_expr!()
Nadrieril
2019-03-24
1
-19
/
+19
*
Prepare dhall_generator for a new module
Nadrieril
2019-03-24
2
-163
/
+171
*
Refactor printer
Nadrieril
2019-03-24
1
-3
/
+3
*
Represent Optional literals more faithfully
Nadrieril
2019-03-21
1
-15
/
+7
*
Rename Record/Union to RecordType/UnionType
Nadrieril
2019-03-21
1
-2
/
+2
*
Reorganize dhall_core a bit
Nadrieril
2019-03-21
1
-12
/
+12
*
CI tweaks
Nadrieril
2019-03-19
1
-1
/
+0
*
Skip build-only subcrates in code coverage
Nadrieril
2019-03-19
1
-0
/
+1
*
Implement a few more primitives
Nadrieril
2019-03-18
1
-0
/
+8
*
Split List literal between empty and non-empty
Nadrieril
2019-03-18
1
-3
/
+6
*
Use Rc consistently everywhere
Nadrieril
2019-03-17
1
-2
/
+2
*
Use Rc instead of Box in AST to allow structural sharing
Nadrieril
2019-03-16
1
-7
/
+8
*
Use Box more uniformly in AST
Nadrieril
2019-03-16
1
-4
/
+6
*
Store an Option in OptionalLit instead of a vec
Nadrieril
2019-03-16
1
-3
/
+3
*
Store a vec in App
Nadrieril
2019-03-15
1
-1
/
+1
*
Considerably simplify typecheck using dhall_expr!()
Nadrieril
2019-03-09
1
-27
/
+57
*
Obey clippy lints
Nadrieril
2019-03-09
1
-8
/
+7
*
Remove the pervasive Label type parameter
Nadrieril
2019-03-09
1
-4
/
+4
*
Use new Label type everywhere
Nadrieril
2019-03-09
1
-8
/
+8
*
Use new Label type instead of &str in parser
Nadrieril
2019-03-09
1
-2
/
+2
*
Rename dhall! to dhall_expr! for clarity
Nadrieril
2019-03-09
1
-1
/
+1
*
Clean up some of the mess
Nadrieril
2019-03-08
1
-2
/
+2
*
Rename Expr back to its true name
Nadrieril
2019-03-08
1
-6
/
+6
*
Finally get rid of all the &'i str
Nadrieril
2019-03-08
1
-2
/
+2
*
Slowly propagate the new type parameter throughout the codebase
Nadrieril
2019-03-08
1
-8
/
+6
*
Generalise Context on its type of keys
Nadrieril
2019-03-08
1
-10
/
+14
*
Make Expr generic in its type of labels
Nadrieril
2019-03-08
1
-2
/
+2
*
rustfmt
Nadrieril
2019-03-06
1
-1
/
+2
*
Finally get rid of old parser
Nadrieril
2019-03-06
1
-1
/
+1
[next]