aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Merge #8375bors[bot]2021-04-061-11/+30
|\
| * feat: show errors from `cargo metadata` and initial `cargo check` in the stat...Aleksey Kladov2021-04-061-11/+30
* | Merge #8368bors[bot]2021-04-061-1/+1
|\ \ | |/ |/|
| * Move Ty accessors to TyExtLukas Wirth2021-04-061-1/+1
* | More robust status notificationsAleksey Kladov2021-04-067-108/+119
* | Prepare for more stateless status reportingAleksey Kladov2021-04-062-35/+36
* | Use autoreload config to gate execution rather that stalenessAleksey Kladov2021-04-062-7/+8
* | Avoid duplicate `cargo check`sAleksey Kladov2021-04-061-1/+12
* | Improve readabilityAleksey Kladov2021-04-061-29/+28
* | internal: do not drop errors from cargo metadata/checkAleksey Kladov2021-04-063-50/+59
|/
* internal: prepare to store OpQueue results in the queue itselfAleksey Kladov2021-04-053-13/+24
* internal: explain "extract if condition" refactoringAleksey Kladov2021-04-051-9/+9
* analysis-stats: allow skipping type inferenceJonas Schievink2021-04-053-22/+42
* Error when `rustfmt` component is unavailableJonas Schievink2021-04-041-1/+4
* Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-1/+1
* Put the revision in the logged startup messageJade2021-04-021-1/+1
* Merge #8265bors[bot]2021-04-012-47/+192
|\
| * Check for and skip dummy macro filesJonas Schievink2021-04-012-120/+16
| * Adjust message when pointing at location in macroJonas Schievink2021-04-011-2/+10
| * Search for a suitable primary locationJonas Schievink2021-03-311-9/+27
| * Rename `convert_location` -> `location`Jonas Schievink2021-03-311-11/+11
| * Improve rustc diagnostic mappingJonas Schievink2021-03-303-49/+272
* | Include remaining memory in memory usage statsJonas Schievink2021-04-011-1/+2
* | 8024: Added the trait modifier for methodsChetan Khilosiya2021-03-302-0/+2
|/
* internal: revive google_cpu_profile infraAleksey Kladov2021-03-301-0/+2
* internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-306-262/+76
* formatting fixAyomide Bamidele2021-03-291-1/+5
* Folding range for constsAyomide Bamidele2021-03-291-1/+1
* completion relevance distinguish between exact type match and could unifyJosh Mcguigan2021-03-261-1/+1
* Merge #8177bors[bot]2021-03-241-2/+2
|\
| * Bump the default hint lengthKirill Bulatov2021-03-231-1/+1
| * Limit the hints size by defaultKirill Bulatov2021-03-231-2/+2
* | Ignore proc-macro stdout to prevent IPC crashEdwin Cheng2021-03-231-0/+4
|/
* Merge #8054bors[bot]2021-03-224-0/+54
|\
| * Item up and down moversivan7702021-03-184-0/+54
* | Reexport PrefixKind to remove deps to hirEdwin Cheng2021-03-222-4/+5
* | Merge #8132bors[bot]2021-03-211-1/+1
|\ \
| * | Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth2021-03-211-1/+1
* | | a lot of clippy::style fixesMatthias Krüger2021-03-213-7/+4
|/ /
* | Don't return a SourceChange on WillRenameFiles when nothing gets refactoredLukas Wirth2021-03-202-8/+7
* | Use a highlight modifier for intra doc linksLukas Wirth2021-03-182-2/+2
|/
* Semantic highlight intradoclinks in documentationLukas Wirth2021-03-172-10/+12
* remove uselessly wrapped ?s. (clippy::meedless_question_markMatthias Krüger2021-03-171-1/+1
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-1/+1
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-172-2/+2
* Enable proc-macros by defaultAleksey Kladov2021-03-151-1/+1
*-. Merge #8021 #8022bors[bot]2021-03-152-13/+11
|\ \
| | * some clippy::performance fixesMatthias Krüger2021-03-151-2/+2
| * | Enable searching for builtin typesLukas Wirth2021-03-151-11/+9
* | | Move code to the appropriate layerAleksey Kladov2021-03-151-2/+1