Commit Graph

2 Commits

Author SHA1 Message Date
Doug Goldstein 063d0ad139 target spec: remove /etc/rustc as default path
The RFC specifies that if RUST_TARGET_PATH is unset then the default is
/etc/rustc but this won't work on all systems (e.g. Windows) and the
Rust compiler never actually implemented this behavior so remove it from
the RFC. closes rust-lang/rust#31117

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2016-01-22 12:49:00 -06:00
Felix S. Klock II 4009b54617 Revise RFC file layout to improve workflow for linking to RFC's.
This commit just:

* combines the `complete/` and `active/` directories into one: `text/`

* renames all of the RFC text files to use their earliest associated
  PR number as the RFC number.

A follow-on commit encodes the `active`/`complete` distinction into a
list in the README.md file, and fixes a few mistakes in the RFC files
that I encountered along the way.
2014-10-08 13:27:01 +02:00