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-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
2019-04-13
Clarify role of dhall_generated_parser crate
Nadrieril
1
-1
/
+1
2019-04-12
oops
Nadrieril
1
-2
/
+4
2019-04-12
Capture `Span`s in the AST and thread them through Parsed and Resolved
Nadrieril
1
-81
/
+120
2019-04-11
`Some` is not a builtin, it's a keyword
Nadrieril
1
-1
/
+0
2019-04-08
clippy
Nadrieril
1
-3
/
+3
2019-04-07
Avoid constructing exprs manually when possible
Nadrieril
1
-0
/
+2
2019-04-06
rustfmt
Nadrieril
1
-2
/
+4
2019-04-04
Revert end_of_line handling to upstream
Nadrieril
1
-3
/
+1
2019-04-04
Import union rules from upstream grammar
Nadrieril
1
-9
/
+21
2019-04-04
Handle Some as in upstream grammar
Nadrieril
1
-21
/
+22
2019-04-04
Factor literal-expression back in
Nadrieril
1
-1
/
+1
2019-04-04
Tweak double literals
Nadrieril
1
-6
/
+8
2019-04-04
Factor back in some rule branches
Nadrieril
1
-45
/
+48
2019-04-04
Tweak matching on Some/None
Nadrieril
1
-21
/
+9
2019-04-04
Roll rc through parser to enable matching
Nadrieril
1
-93
/
+95
2019-04-04
rename
Nadrieril
1
-5
/
+5
2019-03-31
Move recursion out of Expr
Nadrieril
1
-85
/
+87
2019-03-27
Integrate the special patterns from match_children!() into iter_patterns
Nadrieril
1
-130
/
+38
2019-03-27
Rename match_pair!() to match_children!()
Nadrieril
1
-8
/
+8
2019-03-27
Manually rustfmt like a nazi
Nadrieril
1
-90
/
+213
2019-03-24
Parse multiline strings correctly
Nadrieril
1
-19
/
+49
2019-03-24
Parser import hash and headers
Nadrieril
1
-12
/
+19
2019-03-24
Disallow builtins as bound variables
Nadrieril
1
-4
/
+12
2019-03-24
Refactor printer
Nadrieril
1
-2
/
+2
2019-03-23
Handle merge and record projection
Nadrieril
1
-4
/
+17
2019-03-23
Remove various -raw suffixes
Nadrieril
1
-47
/
+47
2019-03-23
Inline various rules in grammar
Nadrieril
1
-2
/
+2
2019-03-23
Improve error ergonomics in parser
Nadrieril
1
-60
/
+55
2019-03-23
Handle double overflows in parser
Nadrieril
1
-4
/
+9
2019-03-23
Parse unicode escapes in string
Nadrieril
1
-20
/
+24
2019-03-22
Handle quoted labels
Nadrieril
1
-1
/
+6
2019-03-22
Parse a lot more of the import types
Nadrieril
1
-20
/
+60
[next]