about summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
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
2023-04-12Make rustdoc and rustc's help match exactlyJynn Nelson-0/+2
2023-03-23Remove `span` method from AttributesExt traitGuillaume Gomez-2/+3
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-0/+10
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-11/+3
2023-02-22various: translation resources from cg backendDavid Wood-4/+8
2023-02-22errors: generate typed identifiers in each crateDavid Wood-2/+3
2023-02-15Use more let chainGuillaume Gomez-32/+27
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+4
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-14/+12
2023-01-16Remove redundant `input_path` field from `Config`Oli Scherer-1/+0
2023-01-12Feed the `features_query` instead of grabbing it from the session lazilyOli Scherer-1/+1
2023-01-12Harden the pre-tyctxt query system against accidental recomputationOli Scherer-6/+2
2022-11-26Use target exe_suffix for doctestsJubilee Young-2/+14
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-1/+1
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+3
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-1/+2
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+3
2022-10-19Avoid cloning `RenderOptions`.Nicholas Nethercote-1/+1
2022-10-19Clean up rustdoc startup.Nicholas Nethercote-5/+4
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-2/+1