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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
impl Display for Expr
NanoTech
2017-03-10
2
-10
/
+241
*
Implement more typechecking for Prelude/List/shifted
NanoTech
2017-03-10
2
-101
/
+122
*
subst: Don't need to match on the left Expr
NanoTech
2017-03-10
1
-12
/
+12
*
subst: Take the input Exprs by reference
NanoTech
2017-03-10
2
-20
/
+19
*
shift: Take the input Expr by reference
NanoTech
2017-03-10
2
-28
/
+24
*
Seperate built-in types and functions from Expr
NanoTech
2017-03-10
5
-177
/
+130
*
Replace Cow<'i, str> with &'i str in Expr
NanoTech
2017-03-10
5
-58
/
+50
*
Begin implementing type checking
NanoTech
2017-03-10
6
-13
/
+1176
*
Reference input strings without copying
NanoTech
2017-03-10
5
-66
/
+70
*
Parse string literals
NanoTech
2017-03-10
2
-12
/
+95
*
Parse identifiers' first character correctly
NanoTech
2017-03-10
1
-2
/
+5
*
Remove unused and commented symbol lexing code
NanoTech
2017-03-10
1
-32
/
+0
*
Refactor comment end finding
NanoTech
2017-03-10
1
-18
/
+9
*
Parse Const, lists, and records
NanoTech
2017-03-10
4
-33
/
+133
*
Colored error messages
NanoTech
2017-03-10
3
-9
/
+49
*
rustc-style error messages
NanoTech
2017-03-10
3
-3
/
+37
*
test reserved
NanoTech
2017-03-10
1
-1
/
+1
*
Parse builtins correctly
NanoTech
2017-03-10
2
-1
/
+27
*
Separate keywords and builtins
NanoTech
2017-03-10
2
-35
/
+44
*
Print some error context
NanoTech
2017-03-10
1
-2
/
+8
*
Add more ExprB rules
NanoTech
2017-03-10
2
-7
/
+35
*
Skip comments
NanoTech
2017-03-10
1
-8
/
+41
*
Report the offset of errors
NanoTech
2017-03-10
1
-2
/
+3
*
Read and parse stdin
NanoTech
2017-03-10
2
-4
/
+7
*
Initial commit
NanoTech
2017-03-10
11
-0
/
+971
[prev]