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
/
scrape_examples.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-07
rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`.
Nicholas Nethercote
-29
/
+20
2024-01-22
Tweak error counting.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-5
/
+5
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+4
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-1
/
+1
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-1
/
+1
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-3
/
+3
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-04-16
Spelling librustdoc
Josh Soref
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2022-12-07
Revert crate_types change, add new bin_crate field
Will Crichton
-5
/
+5
2022-12-07
Improve several aspects of the Rustdoc scrape-examples UI.
Will Crichton
-3
/
+9
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-6
/
+5
2022-09-05
separate the receiver from arguments in HIR
Takayuki Maeda
-1
/
+1
2022-08-01
Make Rustdoc exit with correct error code when scrape examples from invalid f...
Will Crichton
-0
/
+6
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-2
/
+1
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-1
/
+1
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-2
/
+2
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-1
/
+1
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-2
/
+2
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-2
/
+2
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-3
/
+3
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-19
/
+19
2022-05-13
update rustdoc code to use new method name
Miguel Guarniz
-1
/
+1
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-1
/
+1
2022-04-12
Add Rustdoc book link to scrape examples help. Remove remaining panic
Will Crichton
-19
/
+42
2022-03-27
Don't panic when scraping invalid calls
Will Crichton
-9
/
+16
2022-03-27
Use PathSegment::ident for scraping method calls
Will Crichton
-15
/
+2
2022-03-27
Only highlight identifier in scraped examples, not arguments
Will Crichton
-17
/
+38
2022-02-18
Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez
Matthias Krüger
-4
/
+11
2022-02-16
Adopt let_else in even more places
est31
-3
/
+1
2022-02-11
Add --scrape-tests flags so rustdoc can scrape examples from tests
Will Crichton
-4
/
+11
2022-02-08
Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=C...
Matthias Krüger
-1
/
+4
2022-02-03
rustdoc: clippy::complexity fixes
Matthias Krüger
-2
/
+1
2022-02-01
Include all contents of first line of scraped item
Will Crichton
-1
/
+4
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-1
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-3
/
+4
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+3
2021-12-11
Don't emit shared files when scraping dependencies
Will Crichton
-1
/
+2
2021-11-27
Add trace statements
Deadbeef
-0
/
+2
2021-11-27
Fix another ICE in rustdoc scrape_examples
Deadbeef
-6
/
+9
2021-11-07
Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomez
bors
-1
/
+1
2021-11-05
rustdoc: clippy::complexity fixes
Matthias Krüger
-1
/
+1
[next]