aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/functions.rs
AgeCommit message (Collapse)AuthorLines
2021-04-01slightly fancier errorsMelody Horn-29/+20
2021-03-31awolnation voice BAILMelody Horn-12/+12
2021-03-31avoid redundancyMelody Horn-2/+2
2021-03-31issuing correction on a previous post of mine, regarding pub(crate)Melody Horn-14/+10
2021-03-31"im not owned! im not owned!!", i continue to insist as i allocate and ↵Melody Horn-2/+2
transform into a String https://twitter.com/dril_rs/status/1035032121860009984
2021-03-31fix the tests oopsMelody Horn-15/+26
2021-03-31massively upgrade error handlingMelody Horn-36/+48
2021-03-28fix the unbounded type recursion (thanks @Lucretiel!)Melody Horn-21/+19
2021-03-28almost finish implementing functionsMelody Horn-121/+191
2021-03-28almost implement all functionsMelody Horn-11/+274
2021-03-28lay down boilerplate for function callsMelody Horn-0/+31
of all the obnoxious GNUisms, this will probably wind up being the largest. especially if huge makefiles (e.g. Linux) use most of the functions that GNU offers, meaning we have to implement most of them to be Linuxable