index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
clean
/
cfg.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-17
Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber
Matthias Krüger
-1
/
+0
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-2
/
+2
2023-10-28
Remove asmjs from tools
Jubilee Young
-1
/
+0
2023-08-16
Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr...
Matthias Krüger
-14
/
+14
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-14
/
+14
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+1
2023-07-18
support for mips32r6 as a target_arch value
chenx97
-0
/
+1
2023-07-18
support for mips64r6 as a target_arch value
chenx97
-0
/
+1
2023-04-04
rustdoc: Add human-readable cfg string for loongarch64
zhaixiaojuan
-0
/
+1
2023-02-15
Use more let chain
Guillaume Gomez
-4
/
+4
2022-12-20
Add readable rustdoc display for tvOS and watchOS
Taiki Endo
-0
/
+2
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
2022-06-16
Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappear
Sprite
-5
/
+9
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-7
/
+7
2022-05-11
Rollup merge of #91518 - luojia65:rustdoc-riscv-arch, r=GuillaumeGomez
Dylan DPC
-0
/
+2
2022-04-14
clarify doc(cfg) wording
Andy Russell
-6
/
+3
2022-02-06
rustdoc: Add readable rustdoc display for RISC-V target
luojia65
-0
/
+2
2022-01-20
More clean up
Guillaume Gomez
-5
/
+2
2022-01-20
Extra cfg_hide a bit to handle inner cfgs
Guillaume Gomez
-13
/
+8
2022-01-20
Exclude "test" from doc_auto_cfg rendering
Guillaume Gomez
-15
/
+46
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-7
/
+7
2021-09-17
rustdoc: Add human-readable cfg string for m68k
John Paul Adrian Glaubitz
-0
/
+1
2021-04-07
Remove the insta-stable `cfg(wasm)`
Simonas Kazlauskas
-1
/
+0
2021-04-04
wasm64
Gus Caplan
-1
/
+2
2021-03-02
Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton
Yuki Okushi
-0
/
+1
2021-02-27
Remove the x86_64-rumprun-netbsd target
Simonas Kazlauskas
-1
/
+0
2021-02-27
Teach rustdoc how to display WASI.
Dan Gohman
-0
/
+1
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-12
/
+4
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-6
/
+6
2020-10-13
Add test-examples for Cfg::simplify_with
Wim Looman
-0
/
+2
2020-10-07
Simplify doc-cfg rendering based on the current context
Wim Looman
-0
/
+29
2020-08-28
Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez
Pietro Albini
-23
/
+128
2020-08-18
Add long cfg description to tooltip on short description
Wim Looman
-32
/
+83
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-09
Render longhand multiple crate/target features nicer
Wim Looman
-2
/
+49
2020-08-09
Improve rendering of crate features via doc(cfg)
Wim Looman
-0
/
+7
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-16
/
+20
2020-04-14
Add illumos triple
Patrick Mooney
-0
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-01-06
rustdoc: Remove more `#[doc(cfg(..))]` duplicates
Oliver Middleton
-16
/
+38
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-55
/
+41
2019-12-07
Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddyb
Yuki Okushi
-0
/
+6
2019-12-04
Remove potential cfgs duplicates
Guillaume Gomez
-0
/
+6
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-1
/
+1
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-1
/
+1
2019-10-20
Merge branch 'master' into rusty-hermit
Stefan Lankes
-1
/
+1
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-1
/
+1
[next]