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
/
printer.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Label escaping out of its Display impl
Nadrieril
2020-04-09
1
-21
/
+33
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
1
-43
/
+5
*
Extract operation-related code to a new module
Nadrieril
2020-04-06
1
-5
/
+6
*
Split off operations from main expr enum
Nadrieril
2020-04-06
1
-61
/
+80
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
1
-3
/
+3
*
Remove more unnecessary parens in printer
Nadrieril
2020-03-20
1
-8
/
+13
*
Run clippy
Nadrieril
2020-03-17
1
-1
/
+1
*
Implement record puns
Nadrieril
2020-03-11
1
-1
/
+1
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
1
-1
/
+1
*
Implement remote `as Location` resolution
Nadrieril
2020-03-05
1
-1
/
+1
*
Introduce LitKind to factor out common enum nodes
Nadrieril
2020-02-11
1
-10
/
+20
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
1
-9
/
+8
*
Cleanup variable handling
Nadrieril
2020-01-29
1
-1
/
+1
*
Add two new Integer builtins
Nadrieril
2019-12-23
1
-0
/
+2
*
rustfmt
Nadrieril
2019-12-22
1
-4
/
+7
*
Implement parsing for record completion
Nadrieril
2019-12-22
1
-8
/
+12
*
Update dhall-lang submodule
Nadrieril
2019-12-22
1
-0
/
+2
*
Fix some comments
Nadrieril
2019-12-20
1
-2
/
+2
*
s/RawExpr/UnspannedExpr/
Nadrieril
2019-12-20
1
-1
/
+1
*
Reorganize printer
Nadrieril
2019-12-20
1
-135
/
+132
*
s/ExprF/ExprKind/
Nadrieril
2019-12-20
1
-10
/
+10
*
Rename syntax::core to syntax::ast
Nadrieril
2019-12-19
1
-1
/
+1
*
Split syntax module between text and binary
Nadrieril
2019-12-17
1
-0
/
+500