aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/descriptors.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #138bors[bot]2018-10-221-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | 138: Fix some clippy lints r=matklad a=alanhdu I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI. They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was :laughing:. One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn? Co-authored-by: Alan Du <[email protected]>
| * Revert "clippy: Fix new_ret_no_self"Alan Du2018-10-201-1/+1
| | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d.
| * Fix function callsAlan Du2018-10-181-2/+1
| |
| * clippy: needless_lifetimesAlan Du2018-10-181-1/+1
| |
| * clippy: Fix new_ret_no_selfAlan Du2018-10-181-1/+1
| |
* | use pythonic import orderAleksey Kladov2018-10-201-2/+3
|/ | | | | | | | use std // blank line use extern crates // blank line use crate::{}
* Cargo FormatJeremy A. Kolb2018-10-161-50/+58
| | | | Run `cargo fmt` and ignore generated files
* migrate modue map to salsaAleksey Kladov2018-10-151-5/+5
|
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-2/+2
|
* A FnDescriptor shouldn't exist without a nameJeremy A. Kolb2018-10-121-6/+6
|
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-111-1/+55
| | | | | | | | | | Implements a pretty barebones function signature help mechanism in the language server. Users can use `Analysis::resolve_callback()` to get basic information about a call site. Fixes #102
* rename all thingsAleksey Kladov2018-09-161-0/+220