aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
| * | | | Remove old comment, remove unecessary localZac Pullar-Strecker2020-06-301-4/+1
| | | | |
| * | | | Update missed heavy testZac Pullar-Strecker2020-06-301-1/+1
| | | | |
| * | | | Switch to pulldown-cmark, tidy importsZac Pullar-Strecker2020-06-305-307/+285
| | | | |
| * | | | Move resolver into impls, work on testsZac Pullar-Strecker2020-06-307-71/+138
| | | | |
| * | | | Remove local documentation link rewritingZac Pullar-Strecker2020-06-305-105/+22
| | | | |
| * | | | Working intra-doc-linksZac Pullar-Strecker2020-06-305-8/+119
| | | | |
| * | | | Generate correct symbol filename for relative linksZac Pullar-Strecker2020-06-303-10/+42
| | | | |
| * | | | Tidy upZac Pullar-Strecker2020-06-301-67/+53
| | | | |
| * | | | URL doc outputs in hoverZac Pullar-Strecker2020-06-302-16/+68
| | | | |
| * | | | Hover doc link rewritingZac Pullar-Strecker2020-06-307-17/+382
| | | | |
* | | | | Merge #5863bors[bot]2020-08-252-25/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5863: Cleanup invert-if r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | Cleanup invert-ifAleksey Kladov2020-08-252-25/+17
|/ / / / | | | | | | | | | | | | | | | | * stick to trivial factory functions in make * compress the logic for inverting Option/Result
* | | | Merge #5861bors[bot]2020-08-246-591/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5861: Support extern types r=matklad a=jonas-schievink This is a currently unstable feature tracked at https://github.com/rust-lang/rust/issues/43467 Co-authored-by: Jonas Schievink <[email protected]>
| * | | | Support extern typesJonas Schievink2020-08-246-591/+16
|/ / / /
* | | | Merge #5859bors[bot]2020-08-241-19/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5859: Allow rust-analyzer auto publishing r=matklad a=pksunkara Co-authored-by: Pavan Kumar Sunkara <[email protected]>
| * | | | Allow rust-analyzer auto publishingPavan Kumar Sunkara2020-08-241-19/+19
| | | | |
* | | | | Merge #5841bors[bot]2020-08-241-0/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5841: Gate stream.pipeline workaround on fixed versions of node r=matklad a=Veetaha Fixes the symptom of https://github.com/cdr/code-server/issues/1810 Original report here: https://github.com/rust-analyzer/rust-analyzer/issues/3167#issuecomment-678390564 Thanks to @hjfreyer for precise investigation :D Co-authored-by: Veetaha <[email protected]>
| * | | | Gate stream.pipeline workaround on fixed versions of nodeVeetaha2020-08-211-0/+8
| | | | |
* | | | | Merge #5733bors[bot]2020-08-242-119/+617
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5733: Fix expand glob import bugs r=matklad a=unexge fixes https://github.com/rust-analyzer/rust-analyzer/issues/5709 TODOs: - [x] Incorrect node replacing <details> <summary>Details</summary> ```rust use crate::{ body::scope::{ExprScopes, ScopeId}, body::Body, builtin_type::BuiltinType, db::DefDatabase, expr::{ExprId, PatId}, generics::GenericParams, item_scope::{BuiltinShadowMode, BUILTIN_SCOPE}, nameres::CrateDefMap, path::*<|>, per_ns::PerNs, visibility::{RawVisibility, Visibility}, AdtId, AssocContainerId, ConstId, ContainerId, DefWithBodyId, EnumId, EnumVariantId, FunctionId, GenericDefId, HasModule, ImplId, LocalModuleId, Lookup, ModuleDefId, ModuleId, StaticId, StructId, TraitId, TypeAliasId, TypeParamId, VariantId, }; ``` becames ```rust use crate::{PathKind, name, name, ModPath}; ``` </details> - [x] Ignoring visibility <details> <summary>Details</summary> ```rust mod foo { mod bar { pub struct Bar; } } use foo::bar::*; fn baz(bar: Bar) {} ``` becames ```rust mod foo { mod bar { pub struct Bar; } } use foo::bar::Bar; fn baz(bar: Bar) {} ``` although mod `bar` is private </details> - [x] Eating attributes Co-authored-by: unexge <[email protected]>
| * | | | | Use new `Definition::usages` API in expand glob importunexge2020-08-201-1/+1
| | | | | |