All Projects → rust-lang-nursery → Rust Toolstate

rust-lang-nursery / Rust Toolstate

Records build and test status of external tools bundled with the Rust repository.

Labels

Projects that are alternatives of or similar to Rust Toolstate

Gruvbox Contrib
Ports of the gruvbox colorscheme
Stars: ✭ 1,198 (+1326.19%)
Mutual labels:  scss
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (-5.95%)
Mutual labels:  scss
Cessie
Transpile your CSS bundle to support CSS variables, calc, and future CSS for legacy browsers.
Stars: ✭ 81 (-3.57%)
Mutual labels:  scss
Nextjs Full Demo
Demo about integration between examples of next.js and also fix some issues during development
Stars: ✭ 76 (-9.52%)
Mutual labels:  scss
Electric Book
A Jekyll template for creating books in multiple formats
Stars: ✭ 77 (-8.33%)
Mutual labels:  scss
Pixelperfectcss Scss
Pixel Perfect CSS (Scss)
Stars: ✭ 80 (-4.76%)
Mutual labels:  scss
Pm2 Hive.github.io
Documentation website for PM2
Stars: ✭ 73 (-13.1%)
Mutual labels:  scss
Vertical Rhythm
Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.
Stars: ✭ 83 (-1.19%)
Mutual labels:  scss
Interior
Design system for the modern web.
Stars: ✭ 77 (-8.33%)
Mutual labels:  scss
Denali Css
Themeable CSS framework of Denali Ui components
Stars: ✭ 79 (-5.95%)
Mutual labels:  scss
Phantom Jekyll Theme
A Jekyll version of the "Phantom" theme by HTML5 UP.
Stars: ✭ 76 (-9.52%)
Mutual labels:  scss
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-8.33%)
Mutual labels:  scss
Commudle Ng
World's first community management platform. And it's free!
Stars: ✭ 81 (-3.57%)
Mutual labels:  scss
Prga
Open-source FPGA research and prototyping framework.
Stars: ✭ 75 (-10.71%)
Mutual labels:  scss
Pwa Boilerplate
✨ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project 🔭.
Stars: ✭ 82 (-2.38%)
Mutual labels:  scss
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+11030.95%)
Mutual labels:  scss
Blogophonic Hugo
Blogophonic – a Hugo blog theme by Formspree
Stars: ✭ 80 (-4.76%)
Mutual labels:  scss
Pineapple
🍍 Jekyll Theme
Stars: ✭ 84 (+0%)
Mutual labels:  scss
Hexo Theme Even
🚀 A super concise theme for Hexo
Stars: ✭ 1,244 (+1380.95%)
Mutual labels:  scss
Cooltipz.css
A modern, highly customisable, minimal, pure CSS tooltip library
Stars: ✭ 81 (-3.57%)
Mutual labels:  scss

rust-toolstate

This repository records the compilation and testing status of development tools bundled with the Rust build system.

The latest status can be read from https://rust-lang-nursery.github.io/rust-toolstate/.

Currently these tools are tracked:

These tools can be in one of the following states:

  • build fail — the tool cannot be compiled at all, possibly due to recent changes of the compiler internal APIs.

  • test fail — the tool can be compiled, but some tests failed.

  • test pass — everything working correctly :)

Whenever the state changes, a commit will be pushed which mentions the maintainers on GitHub. This notifies them to update the tool and sync with the Rust compiler repository.

How this repository works

In Rust, every PR needs to be tested by the CI and pass before merging. One of the tests is to check if these external tools are still working. After the test, the CI will send a commit to record the test result into history/linux.tsv or history/windows.tsv.

When the PR is successfully merged, the CI will inspect the corresponding tool states from the history. If the states have changed, a new commit will be pushed to notify the tool maintainers via @-mentioning in the commit message.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].