about summary refs log tree commit diff
path: root/crates/sourcegen/src
AgeCommit message (Collapse)AuthorLines
2022-07-08Update remaining GitHub URLsJonas Schievink-1/+1
2022-07-05Fix project root asserthi-rustin-1/+1
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
2022-03-14:arrow_up: xshellAleksey Kladov-6/+7
2021-10-03Add semicolons for consistencyAramis Razzaghipour-6/+6
`clippy::semicolon_if_nothing_returned`
2021-09-13internal: prevent possible bugs when adding magical commentsAleksey Kladov-1/+14
2021-09-13internal: simplifyAleksey Kladov-13/+13
2021-09-13internal: fix bugs in tests by simplifying codeAleksey Kladov-14/+12
2021-09-13minore: improve readabilityAleksey Kladov-36/+28
Tuples are hard to understand
2021-07-13minor: make sure that project_root works correctlyAleksey Kladov-1/+3
2021-07-03internal: overhaul code generationAleksey Kladov-0/+195
* Keep codegen adjacent to the relevant crates. * Remove codgen deps from xtask, speeding-up from-source installation. This regresses the release process a bit, as it now needs to run the tests (and, by extension, compile the code).