rustc-dev-guide/ci
Joshua Nelson bd008cc786
Document how to stabilize a library feature (#1036)
* Move 'force-unstable-if-unmarked' to the bootstrapping chapter

* Document how to stabilize a library feature

Note that features can't be stabilized until they go through FCP and
that FCP happens on the tracking issue, not the PR.

* Fix wrong glob

By default `**` behaves the same as two `*` side by side, i.e. it only
globs file paths, not directories. `shopt -s globstar` needs to be set
for it to mean a directory. I didn't notice this before now because
`globstar` is set by default in interactive mode, but not otherwise.
2021-02-01 19:31:00 +01:00
..
check-in.sh fix formatting 2020-10-22 09:08:04 -04:00
check_line_lengths.sh Document how to stabilize a library feature (#1036) 2021-02-01 19:31:00 +01:00
linkcheck.sh Improve contributor experience for the dev-guide itself (#973) 2020-11-30 11:08:32 -03:00