index
:
daglib
master
rebase-functionality
Sources of daglib
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-09-05
Merge #18
HEAD
master
bors[bot]
2023-09-05
MSRV: 1.60.0 -> 1.63.0
Matthias Beyer
2023-09-01
Bump DeterminateSystems/update-flake-lock from 19 to 20
dependabot[bot]
2023-07-02
Merge #17
bors[bot]
2023-07-01
Bump cachix/install-nix-action from 21 to 22
dependabot[bot]
2023-06-02
Merge #16
bors[bot]
2023-06-01
Bump cachix/install-nix-action from 20 to 21
dependabot[bot]
2023-05-02
Merge #15
bors[bot]
2023-05-01
Bump DeterminateSystems/update-flake-lock from 18 to 19
dependabot[bot]
2023-04-04
Merge #14
bors[bot]
2023-04-01
Bump DeterminateSystems/update-flake-lock from 16 to 18
dependabot[bot]
2023-03-02
Merge #13
bors[bot]
2023-03-01
Bump cachix/install-nix-action from 18 to 20
dependabot[bot]
2023-02-01
Merge #12
bors[bot]
2023-02-01
Bump DeterminateSystems/update-flake-lock from 15 to 16
dependabot[bot]
2022-12-28
Merge #11
v0.1.0
bors[bot]
2022-12-28
Add some missing cargo metadata
Matthias Beyer
2022-12-28
Merge #9 #10
bors[bot]
2022-12-28
Remove tokio dependency
Matthias Beyer
2022-12-28
Switch to edition 2021
Matthias Beyer
2022-12-28
Merge #3
bors[bot]
2022-12-28
Transform codebase to use thiserror
Matthias Beyer
2022-12-28
Merge #7 #8
bors[bot]
2022-12-28
Bump swatinem/rust-cache from 1 to 2
dependabot[bot]
2022-12-28
Bump DeterminateSystems/update-flake-lock from 14 to 15
dependabot[bot]
2022-12-28
Merge #4
bors[bot]
2022-12-28
Merge #5 #6
bors[bot]
2022-12-28
Switch to dtolnay/rust-toolchain
Matthias Beyer
2022-12-28
Remove fixup-block, as gitlint does that now
Matthias Beyer
2022-12-28
Add gitlint configuration file
Matthias Beyer
2022-12-28
Add dependabot configuration
Matthias Beyer
2022-11-08
Merge #1
bors[bot]
2022-11-08
Fix clippy: Do not clone copy type
Matthias Beyer
2022-11-08
Fix clippy: Outsource complex type definition
Matthias Beyer
2022-11-08
Fix clippy: redundant file names
Matthias Beyer
2022-11-08
cargo-fmt
Matthias Beyer
2022-11-08
Add flake update workflow
Matthias Beyer
2022-11-08
Add commit-lint workflow
Matthias Beyer
2022-11-08
Add CI workflow
Matthias Beyer
2022-11-08
Add (default) rustfmt config
Matthias Beyer
2022-11-08
Add bors configuration file
Matthias Beyer
2022-11-08
Remove sourcehut build infra
Matthias Beyer
2021-04-05
Add getters for backend
Matthias Beyer
2021-04-05
Add AsycnDag::head() to get current HEAD id
Matthias Beyer
2021-04-05
Add AsyncDag::load()
Matthias Beyer
2021-04-05
impl Merger for Fn(Id, Id) -> Result<Node>
Matthias Beyer
2021-04-04
Remove AsyncDag::get_next()
Matthias Beyer
2021-04-04
Remove unused variables, imports
Matthias Beyer
2021-04-04
Remove NodeId:: std::hash::Hash
Matthias Beyer
2021-04-04
Remove Node::id() requirement
Matthias Beyer
[next]