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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-10
shift: Take the input Expr by reference
NanoTech
2
-28
/
+24
2017-03-10
Seperate built-in types and functions from Expr
NanoTech
5
-177
/
+130
2017-03-10
Replace Cow<'i, str> with &'i str in Expr
NanoTech
5
-58
/
+50
2017-03-10
Begin implementing type checking
NanoTech
6
-13
/
+1176
2017-03-10
Reference input strings without copying
NanoTech
5
-66
/
+70
2017-03-10
Parse string literals
NanoTech
2
-12
/
+95
2017-03-10
Parse identifiers' first character correctly
NanoTech
1
-2
/
+5
2017-03-10
Remove unused and commented symbol lexing code
NanoTech
1
-32
/
+0
2017-03-10
Refactor comment end finding
NanoTech
1
-18
/
+9
2017-03-10
Parse Const, lists, and records
NanoTech
4
-33
/
+133
2017-03-10
Colored error messages
NanoTech
1
-9
/
+38
2017-03-10
rustc-style error messages
NanoTech
1
-3
/
+29
2017-03-10
test reserved
NanoTech
1
-1
/
+1
2017-03-10
Parse builtins correctly
NanoTech
2
-1
/
+27
2017-03-10
Separate keywords and builtins
NanoTech
2
-35
/
+44
2017-03-10
Print some error context
NanoTech
1
-2
/
+8
2017-03-10
Add more ExprB rules
NanoTech
2
-7
/
+35
2017-03-10
Skip comments
NanoTech
1
-8
/
+41
2017-03-10
Report the offset of errors
NanoTech
1
-2
/
+3
2017-03-10
Read and parse stdin
NanoTech
2
-4
/
+7