index
:
whirl
dependabot/cargo/bytes-1.11.1
dependabot/cargo/tokio-1.38.2
dependabot/npm_and_yarn/ansi-regex-3.0.1
dependabot/npm_and_yarn/minimatch-3.1.2
dependabot/npm_and_yarn/semver-5.7.2
dependabot/npm_and_yarn/word-wrap-1.2.4
deprecated-legacy
deprecated-main
develop
develop-outdated
old
renovate/colour-2.x
renovate/commitlint-monorepo
renovate/crate-bytes-vulnerability
renovate/crate-tokio-vulnerability
renovate/human-panic-1.x-lockfile
renovate/hyper-0.x-lockfile
renovate/log-0.x
renovate/log-0.x-lockfile
renovate/num-traits-0.x-lockfile
renovate/serde-monorepo
renovate/tokio-stream-0.x-lockfile
renovate/ubuntu-24.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
style(whirl): remove more singleton use statements
Fuwn
2021-05-26
3
-15
/
+6
*
style(whirl): don't use single used trait
Fuwn
2021-05-26
1
-3
/
+1
*
refactor(whirl): move cli subcommand executor to cli struct
Fuwn
2021-05-26
3
-53
/
+46
*
refactor(whirl): move environment setup, execute doesn't take matches
Fuwn
2021-05-26
2
-11
/
+5
*
refactor(cli): restructure subcommand matching, removes shell completions sub...
Fuwn
2021-05-26
1
-41
/
+21
*
Merge pull request #36 from Whirlsplash/renovate/sysinfo-0.x
Fuwn
2021-05-26
2
-2
/
+2
|
\
|
*
fix(deps): update rust crate sysinfo to 0.18.0
Renovate Bot
2021-05-27
2
-2
/
+2
|
/
*
chore(whirl): remove unused sysinfo dep
Fuwn
2021-05-26
1
-1
/
+0
*
refactor: move key defs comment elsewhere
Fuwn
2021-05-23
2
-2
/
+2
*
style(cli): remove dot slash from directory
Fuwn
2021-05-23
1
-1
/
+1
*
docs(readme): add rust as a required dev dep
Fuwn
2021-05-23
1
-0
/
+1
*
docs(readme): expand documentation section
Fuwn
2021-05-23
1
-1
/
+6
*
docs(global): spelling corrections, global docs
Fuwn
2021-05-23
9
-3
/
+19
*
docs(crates): modify crate descriptions to fit their tasks
Fuwn
2021-05-23
6
-6
/
+6
*
docs(crates): update readme
Fuwn
2021-05-23
1
-0
/
+35
*
docs(crates): prep readme
Fuwn
2021-05-23
1
-0
/
+1
*
docs(crates): create crate graph
Fuwn
2021-05-23
1
-0
/
+21
*
feat(whirl): conditional logging, use whirlsplash.log.enable key
Fuwn
2021-05-23
1
-13
/
+16
*
refactor(prompt): move builtins constants to builtins module
Fuwn
2021-05-23
3
-3
/
+2
*
refactor(config): deprecate refresh method
Fuwn
2021-05-23
3
-3
/
+7
*
docs(server): minor doc changes
Fuwn
2021-05-23
2
-8
/
+9
*
docs(global): more documentation
Fuwn
2021-05-23
4
-2
/
+6
*
fix(config): doc comment format
Fuwn
2021-05-23
1
-1
/
+1
*
refactor(server): fix some unnecessarily exposed modules, allow dead code for...
Fuwn
2021-05-23
4
-5
/
+9
*
docs(global): add new documentation
Fuwn
2021-05-23
8
-7
/
+15
*
build(cargo): create a fast builds configuration for cargo
Fuwn
2021-05-21
1
-0
/
+29
*
chore(cargo): remove spare license templates from crates
Fuwn
2021-05-20
4
-8
/
+0
*
fix(env): nix env vars to .env
Fuwn
2021-05-20
1
-0
/
+1
*
refactor(global): move crates around, stricter module isolation
Fuwn
2021-05-20
70
-42
/
+140
*
feat(readme): add sqlfluff as a dev dep
Fuwn
2021-05-20
1
-1
/
+2
*
style(readme): remove extra whitespace and underscores
Fuwn
2021-05-20
1
-8
/
+8
*
ci: sql linting on commit, make task
Fuwn
2021-05-20
2
-0
/
+14
*
style(migrations): fix sql linting errors
Fuwn
2021-05-20
3
-19
/
+19
*
fix(make): documentation line number
Fuwn
2021-05-20
1
-1
/
+1
*
feat(whirl_server): development testing environment variable
Fuwn
2021-05-20
2
-0
/
+7
*
refactor(whirl_server): cut down on the clones
Fuwn
2021-05-20
2
-13
/
+9
*
feat(whirl_config): command struct method which converts field to a command line
Fuwn
2021-05-20
2
-3
/
+4
*
feat(whirl_prompt): make history builtin more unix like
Fuwn
2021-05-20
2
-6
/
+12
*
perf(whirl_prompt): cut down on clones
Fuwn
2021-05-20
1
-7
/
+6
*
refactor(whirl): move all of the main file's doings to a new file
Fuwn
2021-05-20
3
-29
/
+39
*
build(make): checkf and checkfc tasks now run once, not on all workspaces
Fuwn
2021-05-20
1
-0
/
+2
*
refactor(cli): remove unnecesary lifetime specifiers
Fuwn
2021-05-20
1
-1
/
+1
*
revert(codecov): no more codecov once again
Fuwn
2021-05-20
2
-90
/
+0
*
refactor(whirl_prompt): move builtins to their new, respective modules
Fuwn
2021-05-20
3
-32
/
+38
*
ci(actions): fix activation paths
Fuwn
2021-05-20
3
-13
/
+18
*
docs(whirl): remove un-needed comment
Fuwn
2021-05-20
1
-1
/
+0
*
ci(codecov): setup
Fuwn
2021-05-20
2
-0
/
+86
*
ci(actions): security audit action
Fuwn
2021-05-20
2
-0
/
+21
*
build: mess with cross-compiling settings
Fuwn
2021-05-20
1
-0
/
+5
*
refactor(whirl): simplify allocator cfg condition
Fuwn
2021-05-20
2
-4
/
+4
[prev]
[next]