about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/ci/check-in.sh
AgeCommit message (Collapse)AuthorLines
2021-04-29Link to Zulip search for finding the most recent check-in (#1118)Joshua Nelson-1/+4
2021-02-04Make check-in.sh output in way that suggest to add only the most relevant infoSantiago Pastorino-6/+2
2020-10-22fix formattingJoshua Nelson-1/+1
2020-10-22Improve markdown formattingJoshua Nelson-4/+9
2020-10-22Add a `check-in.sh` script to automate writing markdown linksJoshua Nelson-0/+34
Example usage: ``` $ ./check-in.sh usage: ./check-in.sh <since> <number-of-prs-merged> $ ./check-in.sh 2020-09-03 usage: ./check-in.sh <since> <number-of-prs-merged> help: you can find the number of PRs merged at https://github.com/rust-lang/rustc-dev-guide/pulls?q=is%3Apr+is%3Aclosed+updated%3A%3E2020-09-03 $ ./check-in.sh 2020-09-03 72 Authors: - **@1c3t3a** - **@arora-aman** ... snip ... Changes: - Replace links to `buildbot2.r-l.o` with `bors.r-l.o` [#929](https://github.com/rust-lang/rustc-dev-guide/pull/929) - Add reference PRs for `r?` and `r+` comments [#928](https://github.com/rust-lang/rustc-dev-guide/pull/928) ... snip ... Changes in progress: ```