about summary refs log tree commit diff
path: root/crates/sourcegen
AgeCommit message (Expand)AuthorLines
2023-12-29Use Cargo's [workspace.lints.*] to config clippyTetsuharu Ohzeki-0/+3
2023-12-18Don't auto-publish sourcegenLaurențiu Nicola-0/+1
2023-12-05Don't explicitly warn against `semicolon_in_expressions_from_macros`Igor Matuszewski-1/+1
2023-11-15Bump xshellLaurențiu Nicola-1/+1
2023-07-03Format let-elseLukas Wirth-1/+3
2023-03-31Use `retain_mut` in `CommentBlock::extract`DropDemBits-14/+12
2023-01-16Specify authors, edition and license via workspace.packageLukas Wirth-2/+4
2023-01-16Specify rust-version via workspace.packageLukas Wirth-1/+1
2023-01-02remove needless borrowsDaniel Eades-2/+2
2023-01-02use inline format argsDaniel Eades-4/+1
2022-12-24Inline all format arguments where possibleYuri Astrakhan-2/+2
2022-11-07Bump Cargo rust-version fields to latest stableLukas Wirth-1/+1
2022-09-26Remove obsolete in-rust-tree feature from sourcegenLukas Wirth-3/+0
2022-08-06run stable fmt through rustupAdrian Stanciu-6/+8
2022-07-24Disable all source-gen tests at compile timeAmos Wenger-0/+3
2022-07-20Enable extra warnings required by rust-lang/rustAmos Wenger-0/+2
2022-07-08Update remaining GitHub URLsJonas Schievink-1/+1
2022-07-05Fix project root asserthi-rustin-1/+1
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-03-17Bump xshell and fix distLaurențiu Nicola-1/+1
2022-03-14:arrow_up: xshellAleksey Kladov-7/+8
2021-12-16Bump MSRV (1.57)iDawer-1/+1
2021-10-23Set MSRVLaurențiu Nicola-0/+1
2021-10-21Migrate to edition 2021Lukas Wirth-1/+1
2021-10-03Add semicolons for consistencyAramis Razzaghipour-6/+6
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
2021-07-13minor: make sure that project_root works correctlyAleksey Kladov-1/+3
2021-07-05minor: drop dummy authors fieldAleksey Kladov-1/+0
2021-07-03internal: overhaul code generationAleksey Kladov-0/+208