| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
