| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -39/+0 | |
| 2022-04-11 | Fix line numbers | Michael Howell | -7/+7 | |
| 2022-04-07 | Fix test case | Michael Howell | -1/+1 | |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -8/+8 | |
| 2020-01-12 | Update `output-default.json` and rustdoc test | varkor | -1/+1 | |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -4/+4 | |
| Currently rustdoc does not forward `-Z` options to rustc when building test executables. This makes impossible to use rustdoc to run test samples when crate under test is instrumented with one of sanitizers `-Zsanitizer=...`, since the final linking step will not include sanitizer runtime library. Forward `-Z` options to rustc to solve the issue. Helps with #43031. | ||||
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -7/+7 | |
| Fixes #58700 Fixes #58696 Fixes #49553 Fixes #52210 This commit removes the special rustdoc handling for proc macros, as we can now retrieve their span and attributes just like any other item. A new command-line option is added to rustdoc: `--crate-type`. This takes the same options as rustc's `--crate-type` option. However, all values other than `proc-macro` are treated the same. This allows Rustdoc to enable 'proc macro mode' when handling a proc macro crate. In compiletest, a new 'rustdoc-flags' option is added. This allows us to pass in the '--proc-macro-crate' flag in the absence of Cargo. I've opened [an additional PR to Cargo](https://github.com/rust-lang/cargo/pull/7159) to support passing in this flag. These two PRS can be merged in any order - the Cargo changes will not take effect until the 'cargo' submodule is updated in this repository. | ||||
| 2019-06-05 | Reblessed tests. | Alexander Regueiro | -1/+1 | |
| 2019-05-22 | do not print panic message on doctest failures | Andy Russell | -14/+18 | |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -2/+2 | |
| 2019-04-24 | report fatal errors during doctest parsing | Andy Russell | -2/+2 | |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -2/+5 | |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -2/+2 | |
| 2019-01-20 | rustdoc: Don't modify library path for doctests | Oliver Middleton | -2/+2 | |
| It shouldn't be needed anymore because doctests are no longer compiled with `prefer-dynamic`. | ||||
| 2019-01-17 | Bless test. | Wesley Norris | -2/+2 | |
| Bless test, remove submodule, and fix book entry. bless test again? maybe it'll work this time... | ||||
| 2019-01-17 | Minor changes to wording and formatting. | Wesley Norris | -3/+2 | |
| 2019-01-17 | Bless test. | Wesley Norris | -2/+3 | |
| 2019-01-13 | Account for 2 removed lines in src/librustdoc/test.rs | Igor Matuszewski | -2/+2 | |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -2/+2 | |
| This commit completely removes usage of the `panictry!` macro from outside libsyntax. The macro causes parse errors to be fatal, so using it in libsyntax_ext caused parse failures *within* a syntax extension to be fatal, which is probably not intended. Furthermore, this commit adds spans to diagnostics emitted by empty extensions if they were missing, à la #56491. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+10 | |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -2/+2 | |
| Esteban Kuber requested that the panic message make it clear that `RUST_BACKTRACE=1` is an environment variable. This change makes that clear. Wording provided in part by David Tolnay. | ||||
| 2018-12-07 | Fixed line numbers in stderr file. | Alexander Regueiro | -2/+2 | |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, ↵ | Matthew Russo | -2/+2 | |
| fixes remaining test failures | ||||
| 2018-11-22 | Move Cargo.{toml,lock} to the repository root directory. | Eduard-Mihai Burtescu | -2/+2 | |
| 2018-11-02 | update rustdoc-ui/failed-doctest-output test | QuietMisdreavus | -2/+2 | |
| 2018-10-23 | Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rs | Josh Stone | -9/+9 | |
| This UI test is sensitive to backtrace output, so it should make sure that backtraces are not enabled by the environment. | ||||
| 2018-10-09 | Update a rustdoc ui test whose output has changed | Alex Crichton | -2/+2 | |
| 2018-07-31 | Fixup test case | Mark Rousskov | -2/+2 | |
| 2018-07-20 | add failure-status to rustdoc doctest ui test | QuietMisdreavus | -9/+9 | |
| 2018-07-20 | normalize test output so it can be run from repo root | QuietMisdreavus | -9/+9 | |
| 2018-07-20 | update stdout file with test path normalization | QuietMisdreavus | -10/+10 | |
| 2018-07-20 | report doctest compile failures correctly | QuietMisdreavus | -3/+14 | |
| 2018-07-20 | add ui test for failing doctest | QuietMisdreavus | -0/+21 | |
