| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -3/+3 | |
| Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html | ||||
| 2021-06-02 | Update rustdoc tests | Guillaume Gomez | -3/+3 | |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -3/+3 | |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1/+0 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2020-12-26 | update tests | Bastian Kauschke | -2/+0 | |
| 2020-12-23 | Add more tests | Joshua Nelson | -0/+15 | |
| 2020-12-22 | Fix elided lifetimes shown as `'_` on async functions | Joshua Nelson | -0/+29 | |
| 2020-11-12 | Handle and test wildcard arguments | Joshua Nelson | -0/+6 | |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+8 | |
| Reusing bindings causes errors later in lowering: ``` error[E0596]: cannot borrow `vec` as mutable, as it is not declared as mutable --> /checkout/src/test/ui/async-await/argument-patterns.rs:12:20 | LL | async fn b(n: u32, ref mut vec: A) { | ^^^^^^^^^^^ | | | cannot borrow as mutable | help: consider changing this to be mutable: `mut vec` ``` | ||||
| 2020-01-20 | rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`s | Oliver Middleton | -0/+7 | |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -2/+0 | |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -1/+1 | |
| 2019-02-06 | display sugared return types for async functions | Andy Russell | -7/+28 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-16 | syntax: also warn about edition "umbrella" features being implied by --edition. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-08-09 | set the syntax edition in the driver's phase 1 | QuietMisdreavus | -0/+24 | |
