aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Provide better stack trace for overlapping editsAleksey Kladov2020-08-251-3/+9
| | | | | | | | | | | | | | | | | | | | | Overlapping indels are a bug. Checking this *always* is tricky (needs a sorted data structure to not suffer O(N^2) perf). But opportunistically checking small indels should give provide 80% of the benefits.
* | | Merge #5878bors[bot]2020-08-252-105/+73
|\| | | |/ |/| | | | | | | | | | | | | | | 5878: Prepare to share sysroot lowering code between Cargo & ProjectJSON r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Prepare to share sysroot lowering code between Cargo & ProjectJSONAleksey Kladov2020-08-252-105/+73
|/
* Merge #5877bors[bot]2020-08-257-8/+76
|\ | | | | | | | | | | | | | | | | | | 5877: Complete `pub` in fields r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Complete `pub` in fieldsAleksey Kladov2020-08-257-8/+76
| |
* | Merge #5876bors[bot]2020-08-252-54/+61
|\| | | | | | | | | | | | | | | | | | | 5876: Prep work for overriding sysroot r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Prep work for overriding sysrootAleksey Kladov2020-08-252-54/+61
|/ | | | | The idea here is to make auto-discovery optional, and to allow to set the path to sysroot directly. This is handy for JSON projects.
* Merge #5875bors[bot]2020-08-252-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 codeAleksey Kladov2020-08-252-34/+43
|/
* Merge #5873bors[bot]2020-08-251-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 filePavan Kumar Sunkara2020-08-251-2/+2
| |
* | Merge #5874bors[bot]2020-08-254-66/+52
|\ \ | |/ |/| | | | | | | | | | | | | | | 5874: Remove AttrDef r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Remove AttrDefAleksey Kladov2020-08-254-66/+52
|/
* Merge #5870bors[bot]2020-08-253-126/+140
|\ | | | | | | | | | | | | | | | | 5870: Move code_model attrs to a new module r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * SimplifyAleksey Kladov2020-08-251-6/+6
| |
| * Move attrs from code_module to a separate moduleAleksey Kladov2020-08-253-126/+140
| |
* | Merge #5869bors[bot]2020-08-251-9/+6
|\| | | | | | | | | | | | | | | | | | | 5869: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * MinorAleksey Kladov2020-08-251-9/+6
|/
* Merge #5867bors[bot]2020-08-255-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 docsAleksey Kladov2020-08-255-12/+7
|/ | | | | Doc comments *are* attributes, so there's no reason to have two crates here.
* Merge #5866bors[bot]2020-08-255-14/+32
|\ | | | | | | | | | | | | | | | | | | 5866: Improve logging r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Improve loggingAleksey Kladov2020-08-255-14/+32
| |
* | Merge #5865bors[bot]2020-08-251-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 publishingPavan Kumar Sunkara2020-08-251-0/+1
| |/
* | Merge #4873bors[bot]2020-08-2512-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-linksZac Pullar-Strecker2020-08-2546-835/+959
| |\
| * | Changes from reviewZac Pullar-Strecker2020-08-252-18/+23
| | |
| * | Renames, comments, and dead code removalZac Pullar-Strecker2020-08-244-23/+8
| | |
| * | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241623-128337/+130529
| |\ \
| * | | Add a test to document unimplemented caseZac Pullar-Strecker2020-08-241-0/+62
| | | |
| * | | Reorganise codeZac Pullar-Strecker2020-08-249-260/+347
| | | |
| * | | update & configure cmark to render three backticksZac Pullar-Strecker2020-08-025-173/+175
| | | |
| * | | remove debug eprintln!Zac Pullar-Strecker2020-08-011-5/+1
| | | |
| * | | pulldown_cmark no-default-featuresZac Pullar-Strecker2020-08-012-17/+1
| | | |
| * | | move into separate moduleZac Pullar-Strecker2020-08-014-298/+308
| | | |
| * | | Improve namespace parsing commentZac Pullar-Strecker2020-08-011-1/+7
| | | |
| * | | use static data for namespace recognitionZac Pullar-Strecker2020-08-013-56/+49
| | | |
| * | | revert change to license checkZac Pullar-Strecker2020-08-011-6/+1
| | | |
| * | | remove some crates.io depsZac Pullar-Strecker2020-08-013-102/+31
| | | |
| * | | Update expect testsZac Pullar-Strecker2020-07-313-168/+423
| | | |
| * | | Update test calls to 'expect'Zac Pullar-Strecker2020-07-311-22/+36
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-07-31655-35962/+33791
| |\ \ \ | | | | | | | | | | | | | | | Hasn't fixed tests yet.
| * | | | Use From instead of Into in resolver methodZac Pullar-Strecker2020-07-111-8/+8
| | | | |
| * | | | Remove unintentional changesZac Pullar-Strecker2020-06-306-16/+13
| | | | |
| * | | | FormatZac Pullar-Strecker2020-06-302-8/+10
| | | | |
| * | | | Switch to Path::parse and add testsZac Pullar-Strecker2020-06-301-671/+667
| | | | |
| * | | | Don't strip affixes from path linksZac Pullar-Strecker2020-06-301-35/+53
| | | | |
| * | | | Fix doc attr parsing, fixes links from std/core/allocZac Pullar-Strecker2020-06-301-13/+19
| | | | |
| * | | | Return a resolver for Definition::LocalZac Pullar-Strecker2020-06-301-2/+1
| | | | |
| * | | | Format & replace todos with 'fixme'Zac Pullar-Strecker2020-06-305-21/+27
| | | | |