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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Untangle caching code
Nadrieril
2020-11-01
1
-1
/
+1
*
No need to escape underscores in pretty-printing
Nadrieril
2020-10-28
1
-1
/
+3
*
Prefer u64/i64 to usize/isize
Nadrieril
2020-10-28
1
-3
/
+3
*
Implement Text/replace
Basile Henry
2020-10-25
1
-0
/
+2
*
spec: Enable `with` optimizations
Nadrieril
2020-09-14
2
-21
/
+9
*
spec: allow trailing delimiters
Nadrieril
2020-06-25
1
-6
/
+7
*
spec!: remove Optional/build and Optional/fold
Nadrieril
2020-06-25
1
-4
/
+3
*
spec: remove Unicode character from `dhall.abnf`
Nadrieril
2020-06-25
1
-1
/
+1
*
spec!: remove the ability to quote paths in URLs
Nadrieril
2020-06-25
3
-14
/
+8
*
spec: ensure `keyword` rule only matches keywords
Nadrieril
2020-06-25
1
-2
/
+4
*
spec: not all ABNF parsers like empty rules
Nadrieril
2020-06-25
3
-44
/
+21
*
spec: allow quoted labels to be empty
Nadrieril
2020-06-25
2
-2
/
+4
*
spec: fix precedence of `===` and `with`
Nadrieril
2020-06-25
2
-9
/
+15
*
fix(ci): grammar sync test fails spuriously on ci
Nadrieril
2020-06-20
1
-0
/
+1
*
Commit grammar file locally
Nadrieril
2020-05-30
2
-0
/
+965
*
Use dhall.abnf directly instead of via symlink
Nadrieril
2020-05-30
1
-1
/
+0
*
Move Label escaping out of its Display impl
Nadrieril
2020-04-09
1
-21
/
+33
*
Move duplicate field checking to parser
Nadrieril
2020-04-07
1
-10
/
+54
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
2
-87
/
+9
*
Extract operation-related code to a new module
Nadrieril
2020-04-06
2
-6
/
+7
*
Split off operations from main expr enum
Nadrieril
2020-04-06
2
-77
/
+100
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
2
-10
/
+10
*
Remove more unnecessary parens in printer
Nadrieril
2020-03-20
1
-8
/
+13
*
Parse RFC3986 URLs
Nadrieril
2020-03-20
2
-2
/
+22
*
Run clippy
Nadrieril
2020-03-17
2
-12
/
+25
*
Implement record puns
Nadrieril
2020-03-11
3
-1
/
+8
*
Add support for `with` keyword
Nadrieril
2020-03-10
2
-1
/
+43
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
2
-10
/
+10
*
Implement remote `as Location` resolution
Nadrieril
2020-03-05
1
-1
/
+1
*
Add support for dotted field syntax
Nadrieril
2020-02-20
1
-1
/
+12
*
Add support for duplicate record fields
Nadrieril
2020-02-20
1
-17
/
+31
*
Introduce LitKind to factor out common enum nodes
Nadrieril
2020-02-11
2
-15
/
+26
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
2
-16
/
+11
*
Use Spans consistently by value
Nadrieril
2020-02-02
1
-5
/
+1
*
Fix spans for unions and records
Nadrieril
2020-02-02
1
-17
/
+18
*
Move parser files to syntax/
Nadrieril
2020-01-30
2
-0
/
+190
*
Move main API to lib.rs
Nadrieril
2020-01-30
1
-1
/
+1
*
Cleanup variable handling
Nadrieril
2020-01-29
2
-2
/
+2
*
Update dhall-lang submodule
Nadrieril
2019-12-27
1
-8
/
+7
*
Extend merge to work on Optionals
Nadrieril
2019-12-24
1
-0
/
+9
*
Update dhall-lang submodule
Nadrieril
2019-12-23
1
-10
/
+18
*
Update dhall-lang submodule
Nadrieril
2019-12-23
1
-13
/
+10
*
Add two new Integer builtins
Nadrieril
2019-12-23
2
-0
/
+4
*
rustfmt
Nadrieril
2019-12-22
1
-4
/
+7
*
Implement parsing for record completion
Nadrieril
2019-12-22
2
-8
/
+31
*
Update dhall-lang submodule
Nadrieril
2019-12-22
1
-0
/
+2
*
Generate parser manually to make the crate publishable
Nadrieril
2019-12-21
1
-3
/
+9
*
Fix some comments
Nadrieril
2019-12-20
1
-2
/
+2
*
s/RawExpr/UnspannedExpr/
Nadrieril
2019-12-20
2
-4
/
+8
*
Reorganize printer
Nadrieril
2019-12-20
1
-135
/
+132
[next]