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
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
2021-11-04
Fix ICE when rustdoc is scraping examples inside of a proc macro
Will Crichton
-9
/
+20
2021-11-04
Sort scraped call locations before serializing
Will Crichton
-0
/
+7
2021-10-29
Fix rare ICE during typeck in rustdoc scrape_examples
Will Crichton
-2
/
+18
2021-10-12
Fix local crate not being scraped
Will Crichton
-8
/
+12
2021-10-08
Change handling of spans in scrape examples, add test for highlight decorations
Will Crichton
-3
/
+5
2021-10-08
Move more scrape-examples logic from JS to rust
Will Crichton
-1
/
+2
2021-10-06
Update to latest rustc and rustdoc styles
Will Crichton
-1
/
+1
2021-10-06
Change serialized format to use DefPathHash instead of custom String
Will Crichton
-11
/
+3
2021-10-06
Add target crates as inputs to reduce size of intermediates
Will Crichton
-5
/
+58
2021-10-06
Incorporate jyn's feedback
Will Crichton
-62
/
+68
2021-10-06
Move highlighting logic from JS to Rust
Will Crichton
-21
/
+41
2021-10-06
Sort examples by size
Will Crichton
-1
/
+29
2021-10-06
Generate example source files with corresponding links
Will Crichton
-48
/
+86
2021-10-06
Factor scraping and rendering into separate calls to rustdoc
Will Crichton
-79
/
+63
2021-10-06
Fix check issue
Will Crichton
-5
/
+5
2021-10-06
Add updated support for example-analyzer
Will Crichton
-0
/
+138