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
18 hours
implement secondary expansion
Melody Horn
-4
/
+17
19 hours
change rule logging
Melody Horn
-2
/
+6
3 days
i’m the CEO of being silly
Melody Horn
-1
/
+1
4 days
fix rule macro detection when macro expansion in macro name
Melody Horn
-28
/
+23
5 days
remember the posix mode
Melody Horn
-9
/
+13
5 days
implement rule-specific macros for targets
Melody Horn
-67
/
+257
5 days
fix conditional assignment when original is inherited
Melody Horn
-13
/
+14
6 days
overhaul macro inheritance
Melody Horn
-16
/
+33
6 days
overhaul lookup_internal
Melody Horn
-33
/
+2
6 days
clean up random rustrover lints
Melody Horn
-13
/
+5
6 days
fix that with no default features
Melody Horn
-4
/
+21
6 days
overhaul eval architecture
Melody Horn
-31
/
+33
6 days
clippy moment
Melody Horn
-15
/
+14
2021-04-20
skip more things on posix that aren't needed there
Melody Horn
-1
/
+5
2021-04-15
don't strip comments in multiline macro definitions
Melody Horn
-1
/
+5
2021-04-14
rebuild out-of-date makefiles, kinda
Melody Horn
-16
/
+96
2021-04-14
implement potentially-mixed-quoted conditional args
Melody Horn
-5
/
+5
2021-04-14
add a test for export assignment
Melody Horn
-0
/
+17
2021-04-14
always give a target with commands the first prereqs
Melody Horn
-1
/
+1
2021-04-14
correctly handle lines that start with `export_`
Melody Horn
-2
/
+2
2021-04-14
make include/export/unexport their own line types & implement export+assign
Melody Horn
-84
/
+112
2021-04-14
give targets an encapsulated set like macros have
Melody Horn
-29
/
+43
2021-04-14
keep track of sources for inference rules too
Melody Horn
-5
/
+25
2021-04-14
don't double-prune comments if there was an escaped #
Melody Horn
-6
/
+5
2021-04-13
prefer a full-line comment to a partial-line comment given the choice
Melody Horn
-1
/
+1
2021-04-13
don't clobber .SUFFIXES when an include finishes
Melody Horn
-5
/
+17
2021-04-13
spell SUFFIXES correctly smdh
Melody Horn
-6
/
+26
2021-04-13
what even is comment processing anyway
Melody Horn
-1
/
+22
2021-04-13
correctly handle comments and non-comments
Melody Horn
-20
/
+75
2021-04-13
what in the goddamn fuck
Melody Horn
-0
/
+37
2021-04-11
add more error context
Melody Horn
-3
/
+21
2021-04-07
let macros in dependencies use $@ to get targets
Melody Horn
-1
/
+36
2021-04-06
implement GNUful Static Pattern Rules
Melody Horn
-1
/
+30
2021-04-06
skip rule-specific macros instead of trying to parse them as prereqs
Melody Horn
-1
/
+4
2021-04-06
correctly categories not-found vs other errors in included files
Melody Horn
-14
/
+23
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
[next]