summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2017-01-23Dynamically generate test harnessSteven Fackler
2017-01-18Remove unnecessary featureOula Kuuva
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for range_contains featureManish Goregaokar
2017-01-06Replace need for drop_types_in_const with lazy_staticManish Goregaokar
2017-01-06Remove need for step_by featureManish Goregaokar
2017-01-06Make plugin feature optionalManish Goregaokar
2017-01-02Real support for placing config in XDG_CONFIG_HOMEJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Remove dead codeJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Refactor cell selection out of rendererJoe Wilm
2016-12-11Refactor limit functionJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm