| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-21 | Migrate to edition 2021 | Lukas Wirth | -1/+0 | |
| 2021-10-12 | Merge #10423 | bors[bot] | -0/+6 | |
| 10423: Internal: refactor for mdbook plugin r=Veykril a=HKalbasi This PR is for upstreaming changes that I made for mdbook plugin. Changes are adding inlay hints to `StaticIndex` and changing some functions for working around privacy of crates. Aside this, is it okay if I bring the plugin in tree? It is a simple binary crate. I feel it will better maintained here and become resistant to api changes. Co-authored-by: hamidreza kalbasi <hamidrezakalbasi@protonmail.com> | ||||
| 2021-10-12 | internal changes for mdbook | hamidreza kalbasi | -0/+6 | |
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -2/+1 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -1/+1 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-09-28 | Update crates/vfs/src/vfs_path.rs | 龙方淞 | -3/+1 | |
| Co-authored-by: Lukas Wirth <lukastw97@gmail.com> | ||||
| 2021-09-28 | initial commit | longfangsong | -0/+3 | |
| 2021-07-17 | internal: make it easier to isolate IO | Aleksey Kladov | -0/+1 | |
| 2021-06-17 | Nest all the or-patterns! | Lukas Wirth | -1/+1 | |
| 2021-01-12 | Document vfs private items | Arnaud | -2/+53 | |
| 2021-01-12 | Document vfs public items | Arnaud | -2/+37 | |
| 2020-12-01 | Extract tests module to file in vfs crate | Daiki Ihara | -32/+1 | |
| 2020-11-02 | Remove more unreachable pubs | Aleksey Kladov | -2/+2 | |
| 2020-11-02 | Deny unreachable-pub | Aleksey Kladov | -1/+1 | |
| It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034. | ||||
| 2020-09-10 | Rename the method to avoid false promises | Kirill Bulatov | -12/+10 | |
| 2020-09-10 | Add VirtualPath tests | Kirill Bulatov | -3/+38 | |
| 2020-09-10 | Implement file name & extension retrieval method for VirtualPath | Kirill Bulatov | -2/+20 | |
| 2020-09-10 | Happy path implemented | Kirill Bulatov | -7/+6 | |
| 2020-09-10 | Properly use FileSet API | Kirill Bulatov | -7/+16 | |
| 2020-09-10 | Better API | Kirill Bulatov | -0/+15 | |
| 2020-08-14 | Sophisticate Windows path encoding | Armin Sander | -7/+132 | |
| 2020-07-07 | Replace ad hocery with science | Aleksey Kladov | -0/+31 | |
| 2020-06-26 | Make VFS join methods fallible | Jonas Schievink | -7/+9 | |
| 2020-06-24 | Make Debug less verbose for VfsPath and use Display in analysis-stats | Laurențiu Nicola | -2/+17 | |
| 2020-06-23 | New VFS | Aleksey Kladov | -1/+50 | |
| 2020-06-16 | New VFS API | Aleksey Kladov | -0/+49 | |
