| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -68/+0 | |
| 2022-08-13 | Update `@!has` name in tests | Noah Lev | -13/+13 | |
| 2022-08-13 | Rename `@hastext` to `@hasraw` (same for `matches`) | Noah Lev | -11/+11 | |
| I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes. | ||||
| 2022-08-13 | Update tests: arity-2 `@{has,matches}` -> `...text` | Noah Lev | -11/+11 | |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -1/+1 | |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -0/+1 | |
| Part of #68490. Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros. For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed. | ||||
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -4/+4 | |
| 2020-04-20 | Fix show-const-contents rustdoc test | Linus Färnstrand | -1/+1 | |
| 2020-01-23 | Fix broken show-const-contents test | Linus Färnstrand | -3/+3 | |
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -0/+3 | |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -0/+64 | |
