about summary refs log tree commit diff
path: root/src/librustdoc/clean/cfg.rs
AgeCommit message (Expand)AuthorLines
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+0
2023-11-15Re-format code with new rustfmtMark Rousskov-2/+2
2023-10-28Remove asmjs from toolsJubilee Young-1/+0
2023-08-16Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr...Matthias Krüger-14/+14
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-14/+14
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-07-18support for mips32r6 as a target_arch valuechenx97-0/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-0/+1
2023-04-04rustdoc: Add human-readable cfg string for loongarch64zhaixiaojuan-0/+1
2023-02-15Use more let chainGuillaume Gomez-4/+4
2022-12-20Add readable rustdoc display for tvOS and watchOSTaiki Endo-0/+2
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-1/+1
2022-06-16Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappearSprite-5/+9
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-7/+7
2022-05-11Rollup merge of #91518 - luojia65:rustdoc-riscv-arch, r=GuillaumeGomezDylan DPC-0/+2
2022-04-14clarify doc(cfg) wordingAndy Russell-6/+3
2022-02-06rustdoc: Add readable rustdoc display for RISC-V targetluojia65-0/+2
2022-01-20More clean upGuillaume Gomez-5/+2
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-13/+8
2022-01-20Exclude "test" from doc_auto_cfg renderingGuillaume Gomez-15/+46
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-7/+7
2021-09-17rustdoc: Add human-readable cfg string for m68kJohn Paul Adrian Glaubitz-0/+1
2021-04-07Remove the insta-stable `cfg(wasm)`Simonas Kazlauskas-1/+0
2021-04-04wasm64Gus Caplan-1/+2
2021-03-02Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichtonYuki Okushi-0/+1
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-1/+0
2021-02-27Teach rustdoc how to display WASI.Dan Gohman-0/+1
2021-01-01clippy fixes for librustdocMatthias Krüger-12/+4
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-6/+6
2020-10-13Add test-examples for Cfg::simplify_withWim Looman-0/+2
2020-10-07Simplify doc-cfg rendering based on the current contextWim Looman-0/+29
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-23/+128
2020-08-18Add long cfg description to tooltip on short descriptionWim Looman-32/+83
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-09Render longhand multiple crate/target features nicerWim Looman-2/+49
2020-08-09Improve rendering of crate features via doc(cfg)Wim Looman-0/+7
2020-07-15Add and use more static symbols.Nicholas Nethercote-16/+20
2020-04-14Add illumos triplePatrick Mooney-0/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-06rustdoc: Remove more `#[doc(cfg(..))]` duplicatesOliver Middleton-16/+38
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-55/+41
2019-12-07Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddybYuki Okushi-0/+6
2019-12-04Remove potential cfgs duplicatesGuillaume Gomez-0/+6
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-1/+1
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-1/+1
2019-10-20Merge branch 'master' into rusty-hermitStefan Lankes-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1