Noah Lev
|
7ffec7028a
|
rustc_ast_pretty: Don't print space after $
For example, this code:
$arg:expr
used to be pretty-printed as:
$ arg : expr
but is now pretty-printed as:
$arg : expr
|
2021-07-03 16:35:18 -07:00 |
|
Noah Lev
|
f82d4845f2
|
Pretty-print macro matchers instead of using source code
The output is not quite as nice as it used to be, but it does work.
|
2021-07-03 15:36:32 -07:00 |
|
Camille GILLOT
|
abef2ed2bc
|
Add rustdoc test.
|
2021-01-05 21:10:34 +01:00 |
|
Guillaume Gomez
|
1ac727772b
|
Remove rustdoc old style files generation
|
2019-01-27 00:34:05 +01:00 |
|
Mark Rousskov
|
2a663555dd
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
Nick Cameron
|
301401e568
|
Redirect
|
2016-08-19 08:20:06 +12:00 |
|
Nick Cameron
|
da1f7731f6
|
rustdoc: remove the ! from macro URLs and titles
|
2016-08-18 15:40:56 +12:00 |
|
Jonas Schievink
|
ff339bd6f9
|
Add a test
|
2015-11-28 14:47:12 +01:00 |
|