about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2024-04-15Stabilize checking of cfgs at compile-time: --check-cfg optionUrgau-1/+1
2024-03-23`rustdoc --test`: Prevent reaching the maximum size of command-line by using ...Guillaume Gomez-2/+2
2024-03-15rustdoc: fix test's saved stdoutTravis Finkenauer-2/+2
2024-03-15rustdoc: add `--test-builder-wrapper` argumentTravis Finkenauer-0/+8
2024-03-07Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()`beetrees-10/+3
2024-03-07Make `arg_expand_all` not short-circuit on first errorbeetrees-1/+1
2024-02-22Inline and remove `abort_on_err`.Nicholas Nethercote-3/+2
2024-02-22Refactor `run_global_ctxt`.Nicholas Nethercote-1/+1
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-0/+2
2024-02-07rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`.Nicholas Nethercote-9/+2
2024-02-07rustdoc: make `main` more like rustc's.Nicholas Nethercote-20/+10
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-01-26Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnayMatthias Krüger-1/+0
2024-01-22Tweak error counting.Nicholas Nethercote-1/+1
2024-01-10Shorten some error invocations.Nicholas Nethercote-4/+1
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-3/+3
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-6/+6
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-9/+9
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-3/+3
2023-12-18Rename `new_handler` as `new_dcx`.Nicholas Nethercote-6/+2
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-1/+1
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-5/+5
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-2/+2
2023-11-22Make `Compiler::{sess,codegen_backend}` public.Nicholas Nethercote-1/+1
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-8/+1
2023-11-11rustc_log: provide a way to init logging based on the values, not names, of t...Ralf Jung-1/+2
2023-10-30Delay parsing of `--cfg` and `--check-cfg` options.Nicholas Nethercote-3/+2
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-5/+11
2023-10-12hide `host` param from generic parameter list of `~const` boundsOli Scherer-0/+1
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-7/+0
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-2/+2
2023-08-23Add unstable `--no-html-source` rustdoc flagGuillaume Gomez-0/+3
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-7/+5
2023-07-11Don't require each rustc_interface tool to opt-in to parallel_rustc supportjyn-3/+0
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-29/+25
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-1/+0
2023-05-27Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkovMatthias Krüger-1/+11
2023-05-27Fix ICE caused by at-expanding argument 0 instead of removing it earlydekrain-1/+11
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-4/+4
2023-05-13Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors-0/+3
2023-05-06Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger-4/+8
2023-05-06correct literals for dyn thread safeSparrowLii-2/+2
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-0/+3
2023-05-05Mark `ErrorGuaranteed` constructor as deprecated so people don't use itMichael Goulet-1/+6
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-3/+3
2023-05-01Make the BUG_REPORT_URL configurable by toolsjyn-1/+5
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-0/+1
2023-04-29Get `repr` information through `AdtDef` for foreign itemsGuillaume Gomez-0/+1