summaryrefslogtreecommitdiffstats
path: root/src/modules/rust.rs
AgeCommit message (Expand)Author
2021-07-02Add binary cachingbinary-cachingMatan Kushner
2021-06-25fix(rust): support for `rust-toolchain.toml` (#2775)Shogo Takata
2021-04-29feat: Add version formating for modules (#2611)filip
2021-04-10refactor: propagate version formatting errors (#2566)Dario Vladović
2021-04-08feat: add version format configuration (#2499)Chris Rose
2021-02-21feat(rust): Configure when the module is shown (#2350)David Knaack
2021-02-08refactor(directory): Introduce `logical-path` argument which allows a shell t...Benjamin Fox
2020-11-30feat(rust): Support new rust-toolchain format (#1938)Dominik Nakamura
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-02-03perf: Optimize files, folder and extension lookups in Context (#880)Sam Rose
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-29fix: Prevent `rust` module from installing toolchains (#426)Ryo Yamashita
2019-09-14perf: Lazy load files from directory (#335)Nick Young
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-14ci: Add GitHub releases to CI (#95)Matan Kushner
2019-07-14chore: Refactor getting string values from config (#94)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-12Implement directory scanner (#34)Tim Mulqueen
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-26Add the Git branch segment (#32)Matan Kushner
2019-04-23Share dir_files between segments through Context (#16)Matan Kushner
2019-04-21feat: Add Rust version segment (#15)Tim Mulqueen