Tshepang Mbambo
|
d0ee17f100
|
avoid code duplication by including files in docs (#1598)
|
2023-02-15 11:41:35 -03:00 |
Hiroki Fujino
|
33ea559131
|
update examples for rustc 1.69.0-nightly (e1eaa2d5d 2023-02-06) (#1590)
Closes https://github.com/rust-lang/rustc-dev-guide/issues/1581
|
2023-02-09 18:56:06 +09:00 |
gftea
|
7352353ae9
|
fix examples for rustc 1.68.0-nightly (935dc0721 2022-12-19) (#1556) (#1557)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
Closes https://github.com/rust-lang/rustc-dev-guide/issues/1556
|
2023-01-15 05:34:23 +09:00 |
Tshepang Mbambo
|
2557089a44
|
make date-check more lightweight (#1394)
* make date-check lightweight
This avoids having to write the date twice when updating date-check.
Before "As of <-- 2022-07 --> July 2022"
After "As of July 2022"
* please clippy
* update date-check docs
* accept review suggestion
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#pullrequestreview-1042163557
* accept review suggestion
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#pullrequestreview-1042167261
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#issuecomment-1189105017
* this breaks markdown
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#discussion_r934018268
This led to a more robust regex, though making the tool more picky.
It also found a wrong date format that was missed.
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#discussion_r934018419
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#discussion_r934018816
* accept review suggestion
This was reverted by mistake
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#discussion_r934019395
* use a more simple fn
* address review comment
https://github.com/rust-lang/rustc-dev-guide/pull/1394#discussion_r934018981
Much more clean
* nit
* accept review suggestion
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
* avoid a failed regex
Also, test new shape
* adjust to new regex (which uses named groups)
New regex was introduced by 456008cc35
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
|
2022-08-02 13:50:32 -07:00 |
Tshepang Mbambo
|
12a613eddb
|
make clear that other versions can work (#1373)
|
2022-06-21 13:26:19 +09:00 |
Tshepang Mbambo
|
438364838a
|
improve rustc_interface examples a little (#1362)
|
2022-06-07 08:42:07 +09:00 |
Yuki Okushi
|
a206009f26
|
Update rustc-driver related examples
|
2022-05-30 13:57:16 +02:00 |
JohnTitor
|
0687daac28
|
Add notes about nightly rustc version for the rustc-driver examples
|
2021-03-28 13:33:56 -04:00 |
George Fraser
|
0a3ac2d34f
|
Reference complete examples
|
2020-05-07 17:30:27 -05:00 |
George Fraser
|
718047c647
|
Line length
|
2020-05-07 17:30:27 -05:00 |
George Fraser
|
7f394a5579
|
Example of getting diagnostics
|
2020-05-07 17:30:27 -05:00 |