jj/lib
Yuya Nishihara 443391bf8f view: store Option<RefTarget> in maps, add extension trait to flatten Option
Alternatively, we can wrap BTreeMap<String, Option<RefTarget>> to flatten
Option<&Option<..>> internally, but doing that would be tedious. It would
also be unclear if map.remove(name) should construct an absent RefTarget if
the ref doesn't exist.
2023-07-18 18:12:09 +09:00
..
benches cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
gen-protos backend: split up store.proto in git and local versions 2023-06-22 13:49:46 +02:00
src view: store Option<RefTarget> in maps, add extension trait to flatten Option 2023-07-18 18:12:09 +09:00
tests view: store Option<RefTarget> in maps, add extension trait to flatten Option 2023-07-18 18:12:09 +09:00
testutils release: release version 0.8.0 2023-07-16 21:40:24 +01:00
Cargo.toml chore(rust): bump MSRV to 1.71.0 2023-07-17 18:38:26 -05:00