rust/src
bors cbc5e4d4d5 Auto merge of #76626 - jyn514:x.py-changelog, r=Mark-Simulacrum
Add a changelog for x.py and nag contributors until they read it

Add a changelog for x.py

- Add a changelog and instructions for updating it
- Use `changelog-seen` in `config.toml` and `VERSION` in bootstrap to determine whether the changelog has been read.  There's no way to tie reading the changelog to updating the version, so unfortunately they still have to update `config.toml` manually. Actually reading the changelog is optional, anyone can set `changelog-seen = N` without reading (although it's not recommended).
- Nag people if they haven't read the x.py changelog
  + Print message twice to make sure it's seen
- Give different error messages depending on whether the version needs to be updated or added

Closes https://github.com/rust-lang/rust/issues/76617
r? `@Mark-Simulacrum`
2020-09-22 10:36:41 +00:00
..
bootstrap Auto merge of #76626 - jyn514:x.py-changelog, r=Mark-Simulacrum 2020-09-22 10:36:41 +00:00
build_helper
ci Make sure we build target-only things (e.g., docs) for host platforms too 2020-09-18 12:00:53 -04:00
doc Auto merge of #76804 - tmandry:rollup-nwntt3q, r=tmandry 2020-09-16 20:18:19 +00:00
etc Implement HashSet in terms of hashbrown::HashSet 2020-09-08 17:24:23 -07:00
librustdoc Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez 2020-09-21 20:40:51 -07:00
llvm-project@a78defc24c Update LLVM 2020-09-16 22:20:23 +02:00
test Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwco 2020-09-21 20:41:01 -07:00
tools Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton 2020-09-22 06:02:21 +00:00
README.md
stage0.txt
version bootstrap: move the version number to a plaintext file 2020-09-18 14:58:22 +02:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.