index
:
makers
canon
a POSIX-compatible make implemented in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
makefile
/
input.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-06
don't do exports on POSIX
Melody Horn
-1
/
+7
2021-04-06
fix exports oops
Melody Horn
-1
/
+3
2021-04-06
include filename in some error logs
Melody Horn
-15
/
+35
2021-04-06
allow leading `-` to suppress errors on `include`
Melody Horn
-4
/
+10
2021-04-06
clean up suffix rule ignoring info
Melody Horn
-3
/
+2
2021-04-06
implement exported variables
Melody Horn
-2
/
+20
2021-04-06
appease our wire lord and savior
Melody Horn
-1
/
+1
2021-04-06
handle else ifs correctly
Melody Horn
-0
/
+19
2021-04-06
if an included makefile didn't exist, try building it
Melody Horn
-3
/
+14
2021-04-06
eagerly expand when appending to eagerly-expanded macros
Melody Horn
-19
/
+37
2021-04-05
skip if any conditional is skipping, not just innermost
Melody Horn
-2
/
+2
2021-04-05
set `MAKEFILE_LIST`
Melody Horn
-1
/
+19
2021-04-05
give context for errors when disambiguating a line
Melody Horn
-1
/
+5
2021-04-05
give context for errors in conditionals
Melody Horn
-5
/
+9
2021-04-05
give context for eagerly-expanded macro definition errors
Melody Horn
-1
/
+12
2021-04-05
yeet spaces before a comment alongside the comment
Melody Horn
-1
/
+1
2021-04-04
give .SUFFIXES to file readers for disambiguating
Melody Horn
-0
/
+21
2021-04-04
don't assume something's an inference rule unless it's on the suffix list
Melody Horn
-4
/
+35
2021-04-04
keep track of pattern stem to correctly populate `$*`
Melody Horn
-0
/
+1
2021-04-04
logging!
Melody Horn
-0
/
+5
2021-04-03
handle comments better in confusing situations
Melody Horn
-10
/
+11
2021-04-03
finally fix newlines & peeking
Melody Horn
-8
/
+37
2021-04-03
implement GNUish '%'-based inference rules
Melody Horn
-6
/
+20
2021-04-03
fix next_line_if so it isn't greedy with escaped newlines
Melody Horn
-9
/
+24
2021-04-03
make LineNumbers bounds non-ugly
Melody Horn
-9
/
+13
2021-04-03
correctly inherit macros
Melody Horn
-20
/
+43
2021-04-03
trim macro names at start too
Melody Horn
-1
/
+1
2021-04-03
i'm a fucking dumbass
Melody Horn
-1
/
+1
2021-04-03
implement `eval`
Melody Horn
-8
/
+20
2021-04-03
correctly handle conditional lines inside rule body
Melody Horn
-234
/
+174
2021-04-02
simplify MakefileReader.targets
Melody Horn
-14
/
+14
2021-04-02
refactor makefile reading into a separate module
Melody Horn
-0
/
+648