summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2020-09-21ci: update miri flags (#2851)Alice Ryhl
* ci: update miri flags * Update 2020-09-20 to 2020-09-21 Co-authored-by: Taiki Endo <te316e89@gmail.com> Co-authored-by: Taiki Endo <te316e89@gmail.com>
2020-08-10chore: bump MSRV to 1.45 (#2759)Carl Lerche
As 0.3 is a breaking change, the minimum supported Rust version can be changed.
2020-07-28ci: add information to the rustfmt check, hinting at the necessary fix (#2673)Jeb Rosen
2020-07-24chore: add ci job that depends on all tests (#2690)Carl Lerche
This makes it a bit easier to block a PR from landing without CI passing.
2020-07-24chore: complete CI migration to Github Actions (#2680)Carl Lerche
2020-07-21chore: add audit check (#2595)Zephyr Shannon
2020-07-05ci: use latest stable compiler on macOS ci (#2643)Taiki Endo
2020-06-11chore: fix macOS ci on github actions (#2602)Taiki Endo
2020-05-25ci: start migrating CI to Github Actions (#2531)Geoff Shannon
This migrates test_tokio, test_sub_crates, and test_integration to GitHub Actions, as the first step in the migration from Azure Pipelines.
2020-05-21github: update issue templates (#2552)Alice Ryhl
2018-08-24draft initial CONTRIBUTING guide (#567)Carl Lerche
This guide was adopted from the node.js project.