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
/
src
/
syntax
/
text
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
Rename LitKind to NumKind
Nadrieril
2
-10
/
+10
2020-03-20
Remove more unnecessary parens in printer
Nadrieril
1
-8
/
+13
2020-03-20
Parse RFC3986 URLs
Nadrieril
2
-2
/
+22
2020-03-17
Run clippy
Nadrieril
2
-12
/
+25
2020-03-11
Implement record puns
Nadrieril
3
-1
/
+8
2020-03-10
Add support for `with` keyword
Nadrieril
2
-1
/
+43
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
2
-10
/
+10
2020-03-05
Implement remote `as Location` resolution
Nadrieril
1
-1
/
+1
2020-02-20
Add support for dotted field syntax
Nadrieril
1
-1
/
+12
2020-02-20
Add support for duplicate record fields
Nadrieril
1
-17
/
+31
2020-02-11
Introduce LitKind to factor out common enum nodes
Nadrieril
2
-15
/
+26
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
2
-16
/
+11
2020-02-02
Use Spans consistently by value
Nadrieril
1
-5
/
+1
2020-02-02
Fix spans for unions and records
Nadrieril
1
-17
/
+18
2020-01-30
Move parser files to syntax/
Nadrieril
2
-0
/
+190
2020-01-30
Move main API to lib.rs
Nadrieril
1
-1
/
+1
2020-01-29
Cleanup variable handling
Nadrieril
2
-2
/
+2
2019-12-27
Update dhall-lang submodule
Nadrieril
1
-8
/
+7
2019-12-24
Extend merge to work on Optionals
Nadrieril
1
-0
/
+9
2019-12-23
Update dhall-lang submodule
Nadrieril
1
-10
/
+18
2019-12-23
Update dhall-lang submodule
Nadrieril
1
-13
/
+10
2019-12-23
Add two new Integer builtins
Nadrieril
2
-0
/
+4
2019-12-22
rustfmt
Nadrieril
1
-4
/
+7
2019-12-22
Implement parsing for record completion
Nadrieril
2
-8
/
+31
2019-12-22
Update dhall-lang submodule
Nadrieril
1
-0
/
+2
2019-12-21
Generate parser manually to make the crate publishable
Nadrieril
1
-3
/
+9
2019-12-20
Fix some comments
Nadrieril
1
-2
/
+2
2019-12-20
s/RawExpr/UnspannedExpr/
Nadrieril
2
-4
/
+8
2019-12-20
Reorganize printer
Nadrieril
1
-135
/
+132
2019-12-20
s/ExprF/ExprKind/
Nadrieril
2
-11
/
+11
2019-12-19
Rename syntax::core to syntax::ast
Nadrieril
2
-11
/
+10
2019-12-17
Split syntax module between text and binary
Nadrieril
3
-0
/
+1422