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-11-01
Untangle caching code
Nadrieril
1
-1
/
+1
2020-10-28
No need to escape underscores in pretty-printing
Nadrieril
1
-1
/
+3
2020-10-28
Prefer u64/i64 to usize/isize
Nadrieril
1
-3
/
+3
2020-10-25
Implement Text/replace
Basile Henry
1
-0
/
+2
2020-09-14
spec: Enable `with` optimizations
Nadrieril
2
-21
/
+9
2020-06-25
spec: allow trailing delimiters
Nadrieril
1
-6
/
+7
2020-06-25
spec!: remove Optional/build and Optional/fold
Nadrieril
1
-4
/
+3
2020-06-25
spec: remove Unicode character from `dhall.abnf`
Nadrieril
1
-1
/
+1
2020-06-25
spec!: remove the ability to quote paths in URLs
Nadrieril
3
-14
/
+8
2020-06-25
spec: ensure `keyword` rule only matches keywords
Nadrieril
1
-2
/
+4
2020-06-25
spec: not all ABNF parsers like empty rules
Nadrieril
3
-44
/
+21
2020-06-25
spec: allow quoted labels to be empty
Nadrieril
2
-2
/
+4
2020-06-25
spec: fix precedence of `===` and `with`
Nadrieril
2
-9
/
+15
2020-06-20
fix(ci): grammar sync test fails spuriously on ci
Nadrieril
1
-0
/
+1
2020-05-30
Commit grammar file locally
Nadrieril
2
-0
/
+965
2020-05-30
Use dhall.abnf directly instead of via symlink
Nadrieril
1
-1
/
+0
2020-04-09
Move Label escaping out of its Display impl
Nadrieril
1
-21
/
+33
2020-04-07
Move duplicate field checking to parser
Nadrieril
1
-10
/
+54
2020-04-06
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2
-87
/
+9
2020-04-06
Extract operation-related code to a new module
Nadrieril
2
-6
/
+7
2020-04-06
Split off operations from main expr enum
Nadrieril
2
-77
/
+100
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
[next]