| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-01 | rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint | schvv31n | -17/+17 | |
| 2024-07-19 | Update all rustdoc-json/ tests to use the new style | León Orell Valerian Liehr | -48/+48 | |
| 2024-07-03 | rustdoc-json: Better representation of lifetime bounds in where clauses. | Alona Enraght-Moony | -0/+32 | |
| As suggested [on zulip][1], there's no need to use `GenericBound` here, as the only bound a lifetime can have is that it outlives other lifetimes. While we're making breaking changes here, I also renamed it from using "region" to "lifetime", as this is more user-aligned. See [this comment][2] for details. [1]: https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/.60ItemEnum.3A.3AOpaqueTy.60/near/448871430 [2]: https://github.com/rust-lang/rust/issues/100961#issuecomment-2206565556 | ||||
| 2024-06-04 | rustfmt `tests/rustdoc-json/`. | Nicholas Nethercote | -5/+1 | |
| 2023-11-07 | tests/rustdoc-json: Remove some needless uses of `#![no_core]`. | Alona Enraght-Moony | -7/+5 | |
| Done by removing all uses of `#![no_core]`, and the reverting the ones that failed. More involved ones are in a later commit. | ||||
| 2023-05-22 | Serialize all enums as externally tagged to guarantee compatibility with ↵ | Luca Palmieri | -37/+32 | |
| binary formats such as bincode or postcard | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+56 | |
