Timo
|
1b826bea1d
|
update rustc_driver examples (#1803)
|
2023-10-05 19:19:12 +09:00 |
Tshepang Mbambo
|
7cb957b26f
|
update rustc_driver examples (#1655)
|
2023-04-01 09:35:35 -04:00 |
Tshepang Mbambo
|
03dd097bb0
|
avoid code duplication by including files in docs (#1598)
|
2023-02-15 11:41:35 -03:00 |
Hiroki Fujino
|
342f72310d
|
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
|
c58e6d14df
|
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
|
8194045511
|
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
|
27b12c37e5
|
make clear that other versions can work (#1373)
|
2022-06-21 13:26:19 +09:00 |
Tshepang Mbambo
|
6445e007fe
|
improve rustc_interface examples a little (#1362)
|
2022-06-07 08:42:07 +09:00 |
Yuki Okushi
|
388142f167
|
Update rustc-driver related examples
|
2022-05-30 13:57:16 +02:00 |
JohnTitor
|
ae4208314d
|
Add notes about nightly rustc version for the rustc-driver examples
|
2021-03-28 13:33:56 -04:00 |
George Fraser
|
3a5328d4f7
|
Reference complete examples
|
2020-05-07 17:30:27 -05:00 |
George Fraser
|
1ac14631e8
|
Line length
|
2020-05-07 17:30:27 -05:00 |
George Fraser
|
d0702a0b3b
|
Example of getting diagnostics
|
2020-05-07 17:30:27 -05:00 |