aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* feat(whirl_prompt): make history builtin more unix likeFuwn2021-05-202-6/+12
* perf(whirl_prompt): cut down on clonesFuwn2021-05-201-7/+6
* refactor(whirl): move all of the main file's doings to a new fileFuwn2021-05-203-29/+39
* build(make): checkf and checkfc tasks now run once, not on all workspacesFuwn2021-05-201-0/+2
* refactor(cli): remove unnecesary lifetime specifiersFuwn2021-05-201-1/+1
* revert(codecov): no more codecov once againFuwn2021-05-202-90/+0
* refactor(whirl_prompt): move builtins to their new, respective modulesFuwn2021-05-203-32/+38
* ci(actions): fix activation pathsFuwn2021-05-203-13/+18
* docs(whirl): remove un-needed commentFuwn2021-05-201-1/+0
* ci(codecov): setupFuwn2021-05-202-0/+86
* ci(actions): security audit actionFuwn2021-05-202-0/+21
* build: mess with cross-compiling settingsFuwn2021-05-201-0/+5
* refactor(whirl): simplify allocator cfg conditionFuwn2021-05-202-4/+4
* ci(actions): pin osFuwn2021-05-201-1/+1
* fix(manifest): readme pathsFuwn2021-05-194-4/+4
* fix(global): more swapping log callsFuwn2021-05-181-2/+2
* fix(global): swap debug and trace log callsFuwn2021-05-176-31/+31
* fix(docker): expose correct portFuwn2021-05-171-2/+2
* fix(global): add features, warnings, etc. to the rest of the cratesFuwn2021-05-173-0/+30
* fix(whirl): define jemallocator as global allocator on unixFuwn2021-05-171-0/+1
* fix(make): typoFuwn2021-05-171-1/+1
* fix(make): typoFuwn2021-05-171-2/+2
* fix(make): don't run certain tasks on workspacesFuwn2021-05-171-0/+12
* fix: compile failing on unixFuwn2021-05-171-2/+4
* perf(global): custom allocator and adjust codegen-unitsFuwn2021-05-174-0/+17
* perf(global): perform link time optimization across all crates in release modeFuwn2021-05-171-1/+1
* feat(cli/clean): warn instead of bail when cleaningFuwn2021-05-173-5/+9
* feat(core): better panic messages on release buildsFuwn2021-05-172-0/+2
* fix(make): makefile and license auto-extendedFuwn2021-05-175-1/+11
* fix(docker): wrong port being exposed for apiFuwn2021-05-171-1/+1
* fix(nix): nix buildsFuwn2021-05-1722-12/+17
* fix(prompt): test uses outdated moduleFuwn2021-05-171-1/+1
* Merge pull request #32 from Whirlsplash/renovate/sysinfo-0.xFuwn2021-05-172-2/+2
|\
| * fix(deps): update rust crate sysinfo to 0.17.5Renovate Bot2021-05-172-2/+2
* | refactor(global): move constants and structures to their respective modulesFuwn2021-05-175-50/+68
|/
* chore(todo): delete todo.mdFuwn2021-05-171-10/+0
* refactor: when cargo complainsFuwn2021-05-171-1/+2
* feat(cli/clean): don't create log file on clean subcommandFuwn2021-05-171-0/+1
* fix(db): diesel schema pathFuwn2021-05-172-2/+6
* style(global): cargo formattingFuwn2021-05-175-11/+5
* refactor(global): even more modules becoming cratesFuwn2021-05-1753-93/+164
* refactor(global): whirl_config modulizedFuwn2021-05-1715-89/+117
* perf(builtins): help commands to constantsFuwn2021-05-163-20/+26
* refactor(builtins): help from individual printlns to vec iterable printlnFuwn2021-05-161-11/+22
* feat(config): optional log to fileFuwn2021-05-164-6/+17
* fix(cli/clean): formattingFuwn2021-05-161-1/+1
* feat(cli): `clean` subcommandFuwn2021-05-164-2/+17
* refactor(subs): remove two second delay before prompt initiailizationFuwn2021-05-161-1/+1
* feat(builtins): add a neofetch like utilityFuwn2021-05-162-0/+23
* feat(builtins): usage note on `cat Whirl.toml`Fuwn2021-05-162-0/+2