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-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
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
[next]