aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docs(server): minor doc changesFuwn2021-05-232-8/+9
* docs(global): more documentationFuwn2021-05-234-2/+6
* fix(config): doc comment formatFuwn2021-05-231-1/+1
* refactor(server): fix some unnecessarily exposed modules, allow dead code for...Fuwn2021-05-234-5/+9
* docs(global): add new documentationFuwn2021-05-238-7/+15
* build(cargo): create a fast builds configuration for cargoFuwn2021-05-211-0/+29
* chore(cargo): remove spare license templates from cratesFuwn2021-05-204-8/+0
* fix(env): nix env vars to .envFuwn2021-05-201-0/+1
* refactor(global): move crates around, stricter module isolationFuwn2021-05-2070-42/+140
* feat(readme): add sqlfluff as a dev depFuwn2021-05-201-1/+2
* style(readme): remove extra whitespace and underscoresFuwn2021-05-201-8/+8
* ci: sql linting on commit, make taskFuwn2021-05-202-0/+14
* style(migrations): fix sql linting errorsFuwn2021-05-203-19/+19
* fix(make): documentation line numberFuwn2021-05-201-1/+1
* feat(whirl_server): development testing environment variableFuwn2021-05-202-0/+7
* refactor(whirl_server): cut down on the clonesFuwn2021-05-202-13/+9
* feat(whirl_config): command struct method which converts field to a command lineFuwn2021-05-202-3/+4
* 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
|\