| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| rustdoc: clippy::complexity fixes | ||||
| 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 | |
| Fix failing test Add missing backslash Fix padding issue with horizontal scrollbar | ||||
| 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 | |
| Move test to rustdoc-ui Fix test writing to wrong directory Formatting Fix test Add FIXME Remove raw multiline strings | ||||
| 2021-10-06 | Add target crates as inputs to reduce size of intermediates | Will Crichton | -5/+58 | |
| Add tests for module-path remapping and scrape example options Find all crates with a given name | ||||
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -62/+68 | |
| * Move call location logic from function constructor to rendering * Fix issue with macro spans in scraping examples * Clean up example loading logic Documentation / newtype for DecorationInfo Fix line number display Serialize edition of call site, other small cleanup | ||||
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -21/+41 | |
| Continue migrating JS functionality Cleanup Fix compile error Clean up the diff Set toggle font to sans-serif | ||||
| 2021-10-06 | Sort examples by size | Will Crichton | -1/+29 | |
| Improve styling Start to clean up code, add comments | ||||
| 2021-10-06 | Generate example source files with corresponding links | Will Crichton | -48/+86 | |
| Add display name Fix remaining merge conflicts Only embed code for items containing examples | ||||
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -79/+63 | |
| Simplify toggle UI logic, add workspace root for URLs | ||||
| 2021-10-06 | Fix check issue | Will Crichton | -5/+5 | |
| Clean up tidy checks | ||||
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -0/+138 | |
| Move rendering of examples into Finalize design Cleanup, rename found -> scraped Softer yellow Clean up dead code Document scrape_examples More simplification and documentation Remove extra css Test | ||||
