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
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
[prev]