Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge #5875 | bors[bot] | 2020-08-25 | 2 | -34/+43 | |
|\ | | | | | | | | | | | | | | | | | | | 5875: Remove monomorphisation from doclinks resolving code r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Remove monomorphisation from doclinks resolving code | Aleksey Kladov | 2020-08-25 | 2 | -34/+43 | |
|/ | ||||||
* | Merge #5873 | bors[bot] | 2020-08-25 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | 5873: Correct sed replacement when called in a bash file r=matklad a=pksunkara There's so much trial and error regarding shells and stuff I needed to do to get this correctly working on github runner. Co-authored-by: Pavan Kumar Sunkara <[email protected]> | |||||
| * | Correct sed replacement when called in a bash file | Pavan Kumar Sunkara | 2020-08-25 | 1 | -2/+2 | |
| | | ||||||
* | | Merge #5874 | bors[bot] | 2020-08-25 | 4 | -66/+52 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | 5874: Remove AttrDef r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Remove AttrDef | Aleksey Kladov | 2020-08-25 | 4 | -66/+52 | |
|/ | ||||||
* | Merge #5870 | bors[bot] | 2020-08-25 | 3 | -126/+140 | |
|\ | | | | | | | | | | | | | | | | | 5870: Move code_model attrs to a new module r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Simplify | Aleksey Kladov | 2020-08-25 | 1 | -6/+6 | |
| | | ||||||
| * | Move attrs from code_module to a separate module | Aleksey Kladov | 2020-08-25 | 3 | -126/+140 | |
| | | ||||||
* | | Merge #5869 | bors[bot] | 2020-08-25 | 1 | -9/+6 | |
|\| | | | | | | | | | | | | | | | | | | | 5869: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Minor | Aleksey Kladov | 2020-08-25 | 1 | -9/+6 | |
|/ | ||||||
* | Merge #5867 | bors[bot] | 2020-08-25 | 5 | -12/+7 | |
|\ | | | | | | | | | | | | | | | | | | | 5867: Use the same abstraction for attrs and docs r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Use the same abstraction for attrs and docs | Aleksey Kladov | 2020-08-25 | 5 | -12/+7 | |
|/ | | | | | Doc comments *are* attributes, so there's no reason to have two crates here. | |||||
* | Merge #5866 | bors[bot] | 2020-08-25 | 5 | -14/+32 | |
|\ | | | | | | | | | | | | | | | | | | | 5866: Improve logging r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Improve logging | Aleksey Kladov | 2020-08-25 | 5 | -14/+32 | |
| | | ||||||
* | | Merge #5865 | bors[bot] | 2020-08-25 | 1 | -0/+1 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 5865: Rename rust_analyzer lib in the binaries before publishing r=matklad a=pksunkara @matklad Tested and working with publish dry run. Please run the action manually once merged. Co-authored-by: Pavan Kumar Sunkara <[email protected]> | |||||
| * | | Rename rust_analyzer lib in the binaries before publishing | Pavan Kumar Sunkara | 2020-08-25 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge #4873 | bors[bot] | 2020-08-25 | 12 | -61/+1015 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4873: Resolve links in hover documentation r=matklad a=zacps This PR resolves links in hover documentation. Both the upcoming intra-doc-links style and the old "path-based" style. ## Todo * [x] More tests * [ ] Benchmark (Is there an easy way to benchmark this?) * [x] ~~Resolve issues with the markdown parser/get rid of it~~ Migrate to `pulldown_cmark_to_cmark` * [x] Reorganise code (Tips appreciated) --- Fixes #503 Co-authored-by: Zac Pullar-Strecker <[email protected]> | |||||
| * | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-25 | 46 | -835/+959 | |
| |\ | ||||||
| * | | Changes from review | Zac Pullar-Strecker | 2020-08-25 | 2 | -18/+23 | |
| | | | ||||||
| * | | Renames, comments, and dead code removal | Zac Pullar-Strecker | 2020-08-24 | 4 | -23/+8 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 1623 | -128337/+130529 | |
| |\ \ | ||||||
| * | | | Add a test to document unimplemented case | Zac Pullar-Strecker | 2020-08-24 | 1 | -0/+62 | |
| | | | | ||||||
| * | | | Reorganise code | Zac Pullar-Strecker | 2020-08-24 | 9 | -260/+347 | |
| | | | | ||||||
| * | | | update & configure cmark to render three backticks | Zac Pullar-Strecker | 2020-08-02 | 5 | -173/+175 | |
| | | | | ||||||
| * | | | remove debug eprintln! | Zac Pullar-Strecker | 2020-08-01 | 1 | -5/+1 | |
| | | | | ||||||
| * | | | pulldown_cmark no-default-features | Zac Pullar-Strecker | 2020-08-01 | 2 | -17/+1 | |
| | | | | ||||||
| * | | | move into separate module | Zac Pullar-Strecker | 2020-08-01 | 4 | -298/+308 | |
| | | | | ||||||
| * | | | Improve namespace parsing comment | Zac Pullar-Strecker | 2020-08-01 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | use static data for namespace recognition | Zac Pullar-Strecker | 2020-08-01 | 3 | -56/+49 | |
| | | | | ||||||
| * | | | revert change to license check | Zac Pullar-Strecker | 2020-08-01 | 1 | -6/+1 | |
| | | | | ||||||
| * | | | remove some crates.io deps | Zac Pullar-Strecker | 2020-08-01 | 3 | -102/+31 | |
| | | | | ||||||
| * | | | Update expect tests | Zac Pullar-Strecker | 2020-07-31 | 3 | -168/+423 | |
| | | | | ||||||
| * | | | Update test calls to 'expect' | Zac Pullar-Strecker | 2020-07-31 | 1 | -22/+36 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-07-31 | 655 | -35962/+33791 | |
| |\ \ \ | | | | | | | | | | | | | | | | Hasn't fixed tests yet. | |||||
| * | | | | Use From instead of Into in resolver method | Zac Pullar-Strecker | 2020-07-11 | 1 | -8/+8 | |
| | | | | | ||||||
| * | | | | Remove unintentional changes | Zac Pullar-Strecker | 2020-06-30 | 6 | -16/+13 | |
| | | | | | ||||||
| * | | | | Format | Zac Pullar-Strecker | 2020-06-30 | 2 | -8/+10 | |
| | | | | | ||||||
| * | | | | Switch to Path::parse and add tests | Zac Pullar-Strecker | 2020-06-30 | 1 | -671/+667 | |
| | | | | | ||||||
| * | | | | Don't strip affixes from path links | Zac Pullar-Strecker | 2020-06-30 | 1 | -35/+53 | |
| | | | | | ||||||
| * | | | | Fix doc attr parsing, fixes links from std/core/alloc | Zac Pullar-Strecker | 2020-06-30 | 1 | -13/+19 | |
| | | | | | ||||||
| * | | | | Return a resolver for Definition::Local | Zac Pullar-Strecker | 2020-06-30 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | Format & replace todos with 'fixme' | Zac Pullar-Strecker | 2020-06-30 | 5 | -21/+27 | |
| | | | | | ||||||
| * | | | | Remove old comment, remove unecessary local | Zac Pullar-Strecker | 2020-06-30 | 1 | -4/+1 | |
| | | | | | ||||||
| * | | | | Update missed heavy test | Zac Pullar-Strecker | 2020-06-30 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Switch to pulldown-cmark, tidy imports | Zac Pullar-Strecker | 2020-06-30 | 5 | -307/+285 | |
| | | | | | ||||||
| * | | | | Move resolver into impls, work on tests | Zac Pullar-Strecker | 2020-06-30 | 7 | -71/+138 | |
| | | | | | ||||||
| * | | | | Remove local documentation link rewriting | Zac Pullar-Strecker | 2020-06-30 | 5 | -105/+22 | |
| | | | | | ||||||
| * | | | | Working intra-doc-links | Zac Pullar-Strecker | 2020-06-30 | 5 | -8/+119 | |
| | | | | | ||||||
| * | | | | Generate correct symbol filename for relative links | Zac Pullar-Strecker | 2020-06-30 | 3 | -10/+42 | |
| | | | | |