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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
doctest.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-28
Exit when there are unmatched delims to avoid noisy diagnostics
yukang
-11
/
+3
2023-02-22
various: translation resources from cg backend
David Wood
-4
/
+8
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-2
/
+3
2023-02-15
Use more let chain
Guillaume Gomez
-32
/
+27
2023-02-09
Introduce `-Zterminal-urls` to use OSC8 for error codes
Esteban Küber
-1
/
+4
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-14
/
+12
2023-01-16
Remove redundant `input_path` field from `Config`
Oli Scherer
-1
/
+0
2023-01-12
Feed the `features_query` instead of grabbing it from the session lazily
Oli Scherer
-1
/
+1
2023-01-12
Harden the pre-tyctxt query system against accidental recomputation
Oli Scherer
-6
/
+2
2022-11-26
Use target exe_suffix for doctests
Jubilee Young
-2
/
+14
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+3
2022-10-24
Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726
Yuki Okushi
-1
/
+2
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-0
/
+3
2022-10-19
Avoid cloning `RenderOptions`.
Nicholas Nethercote
-1
/
+1
2022-10-19
Clean up rustdoc startup.
Nicholas Nethercote
-5
/
+4
2022-10-18
Remove `RunCompiler::emitter`.
Nicholas Nethercote
-2
/
+1
2022-09-16
Do not panic when a test function returns Result::Err.
Bradford Hovinen
-0
/
+1
2022-09-01
Sort tests at compile time, not at startup
Ben Kimock
-1
/
+2
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-7
/
+2
2022-08-02
Remove Clean trait implementation for ast::Attribute and cleanup Attributes::...
Guillaume Gomez
-1
/
+1
2022-07-29
Remove box syntax from doctest.rs
est31
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-13
Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha
bors
-7
/
+7
2022-07-10
fix(doctest): treat fatal parse errors as incomplete attributes
Michael Howell
-23
/
+50
2022-07-11
Remove box syntax from doctest.rs
est31
-7
/
+7
2022-07-01
rustdoc: fix 98690
pinkforest
-2
/
+4
2022-06-19
Preserve the path of the target spec json file for usage by rustdoc
bjorn3
-2
/
+2
2022-05-26
Formatting
hafeoz
-1
/
+3
2022-05-26
Use correct var for attribute completeness fn
hafeoz
-1
/
+1
2022-05-24
fix simple clippy lints
klensy
-2
/
+2
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-11
/
+15
2022-05-02
remove the special case for nonexported macro_rules! macros
Yoshiki Matsuda
-10
/
+0
2022-04-27
Add --json unused-externs-silent with original behaviour
Jeremy Fitzhardinge
-2
/
+2
2022-04-21
rustdoc: Unindent doc fragments on `Attributes` construction
Vadim Petrochenkov
-3
/
+1
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-2
/
+2
2022-04-07
rustdoc doctest: include signal number in exit status
Michael Howell
-7
/
+1
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-1
/
+0
2022-04-05
session: opt for enabling directionality markers
David Wood
-1
/
+1
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+4
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-6
/
+22
2022-04-02
Fix doctest multi-line mod attributes handling
Guillaume Gomez
-8
/
+62
2022-03-25
Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpider
bors
-5
/
+5
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-03-14
Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle
bors
-7
/
+5
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-20
/
+19
2022-03-04
librustdoc: adopt let else in more places
est31
-7
/
+5
2022-03-02
Use ? operator in one instance instead of manual match
est31
-51
/
+48
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-5
/
+5
2022-02-25
Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr
bors
-1
/
+7
[next]