Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move resolve local name | Aleksey Kladov | 2018-10-31 | 2 | -74/+1 |
| | |||||
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 1 | -1/+2 |
| | |||||
* | Add ModuleScope as a query | Aleksey Kladov | 2018-10-30 | 1 | -0/+6 |
| | | | | | | | This is a first step towards queryifing completion and resolve. Some code currently duplicates ra_editor: the plan is to move all completion from ra_editor, but it'll take more than one commit. | ||||
* | Merge #138 | bors[bot] | 2018-10-22 | 1 | -9/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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]> | ||||
| * | Rename new to new_item (to match new_impl) | Alan Du | 2018-10-22 | 1 | -9/+9 |
| | | |||||
| * | Revert "clippy: Fix new_ret_no_self" | Alan Du | 2018-10-20 | 2 | -11/+11 |
| | | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d. | ||||
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 2 | -11/+11 |
| | | |||||
* | | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 1 | -1/+0 |
|/ | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 3 | -79/+121 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | switch editor to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -8/+6 |
| | |||||
* | Simplify event processing | Aleksey Kladov | 2018-10-08 | 1 | -4/+5 |
| | |||||
* | Remove functional noop | Jeremy A. Kolb | 2018-10-06 | 1 | -8/+0 |
| | |||||
* | Resolve local names first | Jeremy A. Kolb | 2018-10-06 | 1 | -6/+5 |
| | |||||
* | WIP: This doesn't currently work but I also don't think it's the right ↵ | Jeremy A. Kolb | 2018-10-05 | 1 | -1/+1 |
| | | | | abstraction | ||||
* | Add resolve_local_name to resolve names in a function scope | Jeremy A. Kolb | 2018-10-05 | 1 | -2/+79 |
| | |||||
* | make ancestors and descendants inherent | Aleksey Kladov | 2018-10-02 | 1 | -3/+3 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 3 | -0/+452 |