]> git.lizzy.rs Git - rust.git/history - src/config/config_type.rs
Allow `io::Error` to live longer before being wrapped in a `failure::Error`
[rust.git] / src / config / config_type.rs
2018-04-26 TiboAllow `io::Error` to live longer before being wrapped...
2018-04-26 TiboReplace completely std::error with failure crate
2018-04-20 Nick CameronRefactor to make a sensible public API
2018-04-20 Nick CameronAdd a verbose-diff option
2018-04-10 Nick CameronMerge pull request #2612 from peterhuene/suppress-unsta...
2018-04-09 Peter HueneSuppress unstable config options by default.
2018-03-15 Nick CameronMerge pull request #2509 from topecongiro/issue-2493
2018-03-12 Nick CameronMerge pull request #2522 from topecongiro/ignore-config...
2018-03-09 Seiichi UchidaAdd ignore config option
2018-03-08 Nick CameronMerge pull request #2512 from topecongiro/rustc-ap...
2018-03-08 Nick CameronMerge pull request #2456 from dlukes/feat/check-license
2018-03-05 David LukesLoad and compile template in proper function
2018-03-05 David LukesWrap license-related errors in enum
2018-03-05 David LukesShorten var names to comply with line len reqs
2018-03-05 David LukesFix indentation in create_config macro definition
2018-03-05 David LukesRefactor parsing code into struct
2018-03-05 David LukesMove license template parsing into submodule
2018-03-05 David LukesAccount for possibly empty license_template_path
2018-03-05 David LukesSimplify match → if let
2018-03-05 David LukesMove license template parsing into config phase
2018-03-02 Nick CameronMerge pull request #2499 from davidalber/add-rust-code...
2018-03-02 Nick CameronGo back to a non-workspace structure