about summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
2024-04-15Stabilize checking of cfgs at compile-time: --check-cfg optionUrgau-5/+2
2024-03-25Move `--sysroot` argument out of the argument file to fix miri issueGuillaume Gomez-3/+6
2024-03-23Rename `RustdocTestOptions` into `IndividualTestOptions`Guillaume Gomez-4/+4
2024-03-23Put temporary directory into one common functionGuillaume Gomez-9/+7
2024-03-23Prevent cloning more than necessary `RustdocOptions` fieldsGuillaume Gomez-48/+77
2024-03-23`rustdoc --test`: Prevent reaching the maximum size of command-line by using ...Guillaume Gomez-28/+70
2024-03-15rustdoc: create rustc command with an iteratorTravis Finkenauer-4/+6
2024-03-15rustdoc: add `--test-builder-wrapper` argumentTravis Finkenauer-2/+12
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-8/+8
2024-02-29Inline and remove `HumanEmitter::stderr`.Nicholas Nethercote-1/+3
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-2/+2
2024-02-29Remove unnecessary `diagnostic_width` call.Nicholas Nethercote-3/+2
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-2/+2
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+7
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-2/+1
2024-02-17Fix non_local_definitions lint in rustdocUrgau-0/+7
2024-02-15add extra indent spaces for rust-playground linkyukang-2/+16
2024-01-22Tweak error counting.Nicholas Nethercote-0/+1
2024-01-11Stop using `DiagnosticBuilder::buffer` in the parser.Nicholas Nethercote-3/+5
2024-01-05Rename `EmitterWriter` as `HumanEmitter`.Nicholas Nethercote-5/+5
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-5/+5
2023-12-18Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.Nicholas Nethercote-2/+2
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-1/+1
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-1/+1
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-4/+4
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-11-22Make `Compiler::{sess,codegen_backend}` public.Nicholas Nethercote-4/+4
2023-11-15Re-format code with new rustfmtMark Rousskov-9/+9
2023-10-30Delay parsing of `--cfg` and `--check-cfg` options.Nicholas Nethercote-8/+3
2023-10-28Clean up config mess.Nicholas Nethercote-1/+1
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-0/+1
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-0/+1
2023-10-14Add `Config::hash_untracked_state` callbackAlex Macleod-0/+1
2023-09-27fix clippy::{redundant_guards, useless_format}Matthias Krüger-1/+1
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-0/+1
2023-09-08Reuse rustdoc's doc comment handling in ClippyAlex Macleod-2/+2
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+1
2023-08-17Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jshaMatthias Krüger-0/+16
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-5/+5
2023-07-31Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...Oli Scherer-2/+2
2023-07-31Use builder pattern instead of lots of arguments for `EmitterWriter::new`Oli Scherer-27/+3
2023-07-31Replace the many arguments of `EmitterWriter::stderr` with builder methodsOli Scherer-13/+3
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-2/+2
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-2/+3
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+1
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-3/+8
2023-06-17rustdoc: Fix --test-run-directory and relative paths.Eric Huss-0/+16
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-1/+1
2023-04-28handle cfg(bootstrap)Pietro Albini-5/+0
2023-04-25pass `unused_extern_crates` in `librustdoc::doctest::make_test`ozkanonur-0/+4