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
/
doctest.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-05
Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d
Wim Looman
-1
/
+1
2021-10-05
Make cfg implicitly imply doc(cfg)
Wim Looman
-1
/
+1
2021-10-01
Replace whitespaces in doctests' name with dashes
Guillaume Gomez
-0
/
+1
2021-09-21
Revert the rustdoc box syntax removal
est31
-6
/
+6
2021-09-14
Rename --display-warnings to --display-doctest-warnings
Guillaume Gomez
-9
/
+13
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-5
/
+2
2021-09-01
Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514
bors
-1
/
+1
2021-08-28
Teach tools that macros are now HIR items
inquisitivecrystal
-13
/
+15
2021-08-23
Doctest persist full binaries when persisting
Patrick Conrad
-1
/
+1
2021-08-18
remove box_syntax uses from cranelift and tools
Marcel Hellwig
-6
/
+6
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-1
/
+1
2021-07-22
Move calls to test_main into one function
Guillaume Gomez
-7
/
+15
2021-07-18
Don't capture child process output at all when --no-capture is used
Guillaume Gomez
-4
/
+10
2021-07-18
Add --nocapture option to rustdoc
Guillaume Gomez
-0
/
+7
2021-07-13
Remove renaming of `test` crate
Joshua Nelson
-12
/
+8
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-1
/
+1
2021-06-30
Inline lower_to_hir.
Camille GILLOT
-1
/
+0
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-2
/
+0
2021-06-21
Don't reallocate the crate name when running doctests
Joshua Nelson
-4
/
+5
2021-06-21
Rename cratename -> crate_name
Joshua Nelson
-17
/
+17
2021-06-21
Remove unnecessary call to queries.crate_name()
Joshua Nelson
-3
/
+2
2021-06-06
Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-se
bors
-1
/
+5
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-7
/
+15
2021-05-10
rustc_session: Move more option building code from the `options!` macro
Vadim Petrochenkov
-1
/
+0
2021-05-09
add bootstrap cfg
Aliénore Bouttefeux
-0
/
+2
2021-05-07
Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov
Dylan DPC
-1
/
+1
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-3
/
+4
2021-05-05
Make local_path in RealFileName::Remapped Option to be removed in exported me...
Andy Wang
-3
/
+12
2021-05-05
Rename RealFileName::Named to LocalPath and Devirtualized to Remapped
Andy Wang
-2
/
+0
2021-05-03
Unify rustc and rustdoc parsing of `cfg()`
Joshua Nelson
-1
/
+1
2021-05-03
proof of concept add test type on prints
Aliénore Bouttefeux
-1
/
+3
2021-05-01
Auto merge of #83857 - ABouttefeux:master, r=jyn514
bors
-1
/
+2
2021-04-27
cfg taken out of Attributes, put in Item
Timothée Delabrouille
-2
/
+2
2021-04-27
Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...
Timothée Delabrouille
-5
/
+6
2021-04-06
correction based on review
Aliénore Bouttefeux
-2
/
+2
2021-04-05
Merge branch 'master' into master
Aliénore Bouttefeux
-6
/
+101
2021-04-05
fix failing build
Aliénore Bouttefeux
-1
/
+2
2021-04-05
suggestion from review move no run option in run_test call
Aliénore Bouttefeux
-3
/
+3
2021-04-04
added --no-run option
Aliénore Bouttefeux
-2
/
+2
2021-04-04
Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum
Dylan DPC
-6
/
+101
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-1
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-15
Add `rustc_interface::interface::Config::parse_sess_created`
hyd-dev
-0
/
+1
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-19
/
+21
2021-03-09
Access attrs directly from HirId in rustdoc::doctest.
Camille GILLOT
-33
/
+13
2021-03-08
Add notes to keep the UnusedExterns structs synced up
est31
-0
/
+4
2021-03-08
Emit the lint level of the unused-crate-dependencies
est31
-2
/
+20
2021-03-08
Make doctests collect and emit the unused externs
est31
-6
/
+79
[next]