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_syntax
/
src
/
parser.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
Use `!` type instead of custom empty type
Nadrieril
1
-2
/
+2
2019-08-15
Include precedence parsing in parser macros
Nadrieril
1
-133
/
+187
2019-08-15
No need for manual stack handling in parser anymore
Nadrieril
1
-142
/
+96
2019-08-15
Use precedence climbing to parse expressions with operators
Nadrieril
1
-119
/
+108
2019-08-13
Implement inline headers parsing
Nadrieril
1
-14
/
+14
2019-08-13
Store Imports in their own node instead of in Embed
Nadrieril
1
-7
/
+7
2019-08-13
No need to track the absence of `Span`s at the type level
Nadrieril
1
-35
/
+4
2019-08-08
Add support for dependent types
Nadrieril
1
-0
/
+12
2019-08-07
Add truncated Natural subtraction
Nadrieril
1
-0
/
+1
2019-08-07
Remove union literals from the language
Nadrieril
1
-48
/
+3
2019-08-07
Forbid surrogate pairs and non-characters
Nadrieril
1
-2
/
+21
2019-08-07
Sort labels in projection expressions
Nadrieril
1
-3
/
+3
2019-08-06
Generalize empty list annotations
Nadrieril
1
-4
/
+6
2019-08-06
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
1
-1
/
+2
2019-08-06
Add toMap keyword
Nadrieril
1
-0
/
+1
2019-08-06
RFC3986 URLs
Nadrieril
1
-0
/
+7
2019-08-06
Braced escape sequences
Nadrieril
1
-4
/
+24
2019-08-06
Remove old-style optional literals
Nadrieril
1
-15
/
+3
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-0
/
+1
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-5
/
+13
2019-05-12
clippy
Nadrieril
1
-2
/
+2
2019-05-12
Implement binary encoding
Nadrieril
1
-7
/
+6
2019-05-10
Write a custom map type that allows duplicates
Nadrieril
1
-23
/
+14
2019-05-09
Detect duplicate record fields in typecheck
Nadrieril
1
-14
/
+23
2019-05-09
Update dhall-lang submodule
Nadrieril
1
-27
/
+56
2019-05-08
Rename the record combining operators internally
Nadrieril
1
-3
/
+3
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
1
-15
/
+9
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
1
-9
/
+15
2019-05-04
Thread Spans through the AST
Nadrieril
1
-82
/
+80
2019-05-04
Move `Note`s into the spine of the AST
Nadrieril
1
-1
/
+1
2019-05-04
Remove dummy lifetimes
Nadrieril
1
-58
/
+55
2019-05-04
Replace pest::Span with a custom non-borrowing implementation
Nadrieril
1
-25
/
+50
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-0
/
+0
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-1
/
+22
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-71
/
+51
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-3
/
+7
2019-05-02
Update dhall-lang submodule
Nadrieril
1
-22
/
+35
2019-04-20
An empty optional value is purely semantic
Nadrieril
1
-1
/
+1
2019-04-20
improved_slice_patterns now returns ownership on error
Nadrieril
1
-1
/
+1
2019-04-19
Make App() only store one argument
Nadrieril
1
-2
/
+2
2019-04-18
Deprecate some things
Nadrieril
1
-1
/
+1
2019-04-16
rustfmt
Nadrieril
1
-1
/
+2
2019-04-16
Update dhall-lang submodule
Nadrieril
1
-6
/
+11
2019-04-16
Tiny rename to save myself a lot of pain
Nadrieril
1
-27
/
+27
2019-04-16
Handle nullary union variants
Nadrieril
1
-1
/
+8
2019-04-16
Prepare for nullary union variants
Nadrieril
1
-11
/
+11
2019-04-15
Handle empty optionals correctly
Nadrieril
1
-6
/
+2
2019-04-14
clippy
Nadrieril
1
-1
/
+1
2019-04-14
Rename iter_patterns to improved_slice_patterns
Nadrieril
1
-1
/
+1
2019-04-13
Fix `let` parsing
Nadrieril
1
-1
/
+1
[next]