Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.67 KB

Notes.md

File metadata and controls

35 lines (29 loc) · 1.67 KB

Listing of notes for developers working on the Rust compiler and tools. The developer forum is located at http://discuss.rust-lang.org/.

Process and workflow notes

  • [[Note guide for new contributors]]
  • [[Note getting started developing Rust]] -- How to Build Rust on your platform
  • [[Note development policy]] -- please read this
  • Note RFC process -- read this for larger changes
  • [[Note priority issue criteria]] -- criteria used for evaluating high priority issues
  • [[Note wiki conventions]]
  • [[Note compiler snapshots]]
  • [[Note git workflow]]
  • [[Note tag label names and definitions]]
  • Note style guide
  • [[Note bors usage]] - Instructing bors to build, check, and merge on github
  • [[IRC notifications channel]]
  • [[Note testsuite]] - How Rust's tests are organized and operated
  • [[Note rustc hacking guide]]
  • [[Note code review]]

Miscellaneous notes

  • [[Note seeing LLVM output from rust]]
  • [[Note research]] - Links to research that influenced Rust.

Tools