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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename dhall_generator to dhall_proc_macros
Nadrieril
2019-05-04
4
-449
/
+0
*
Rename dhall_core to dhall_syntax
Nadrieril
2019-05-04
3
-39
/
+39
*
An empty optional value is purely semantic
Nadrieril
2019-04-20
1
-5
/
+2
*
Make App() only store one argument
Nadrieril
2019-04-19
1
-1
/
+0
*
Remove obsolete dhall_expr!() macro
Nadrieril
2019-04-18
1
-6
/
+0
*
Remove more duplication
Nadrieril
2019-04-18
1
-4
/
+4
*
Reduce duplication between mapping functions
Nadrieril
2019-04-18
1
-2
/
+2
*
Start cleaning up the mess of mapping functions
Nadrieril
2019-04-18
1
-2
/
+2
*
Prepare for nullary union variants
Nadrieril
2019-04-16
2
-40
/
+54
*
rustfmt
Nadrieril
2019-04-15
1
-1
/
+2
*
Remove leftover bx() function
Nadrieril
2019-04-15
1
-5
/
+5
*
Namespace deserialization functions in a `de` submodule
Nadrieril
2019-04-14
1
-6
/
+6
*
Document roughly the dhall subcrates
Nadrieril
2019-04-14
1
-0
/
+5
*
Clarify license
Nadrieril
2019-04-12
1
-0
/
+1
*
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
3
-8
/
+83
*
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
[next]