Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5744 | bors[bot] | 2020-08-13 | 16 | -22/+19 |
|\ | |||||
| * | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 16 | -22/+19 |
* | | Remove ra_fmt crate | Aleksey Kladov | 2020-08-13 | 7 | -59/+29 |
* | | Minor | Aleksey Kladov | 2020-08-13 | 1 | -4/+5 |
|/ | |||||
* | Minor | Aleksey Kladov | 2020-08-13 | 2 | -28/+25 |
* | Minor | Aleksey Kladov | 2020-08-13 | 5 | -44/+46 |
* | Remove deprecated function | Aleksey Kladov | 2020-08-13 | 4 | -54/+48 |
* | Cleanup **Move Guard** assist | Aleksey Kladov | 2020-08-13 | 3 | -117/+112 |
* | fmt | Aleksey Kladov | 2020-08-13 | 6 | -6/+6 |
* | Rename ra_cfg -> cfg | Aleksey Kladov | 2020-08-13 | 21 | -24/+24 |
* | Simplify | Aleksey Kladov | 2020-08-13 | 1 | -8/+6 |
* | Minimize deps | Aleksey Kladov | 2020-08-13 | 2 | -2/+2 |
* | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 17 | -14/+15 |
* | Minor | Aleksey Kladov | 2020-08-13 | 1 | -3/+5 |
* | Rename ra_proc_macro_srv -> proc_macro_srv | Pavan Kumar Sunkara | 2020-08-13 | 21 | -8/+7 |
* | **Merge Imports** assist handles self | Aleksey Kladov | 2020-08-12 | 3 | -3/+38 |
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 950 | -318/+308 |
* | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 41 | -48/+48 |
* | Rename ra_text_edit -> text_edit | Aleksey Kladov | 2020-08-12 | 28 | -29/+29 |
* | Cleanup TextEdit API | Aleksey Kladov | 2020-08-12 | 8 | -23/+33 |
* | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 12 | -19/+17 |
* | Rename ra_tt -> tt | Aleksey Kladov | 2020-08-12 | 20 | -60/+60 |
* | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 59 | -166/+132 |
* | Rename ra_arena | Aleksey Kladov | 2020-08-12 | 29 | -31/+31 |
* | Merge #5637 | bors[bot] | 2020-08-12 | 3 | -6/+93 |
|\ | |||||
| * | SSR: Matching trait associated constants, types and functions | David Lattimore | 2020-08-01 | 3 | -6/+93 |
* | | Merge #5553 | bors[bot] | 2020-08-12 | 12 | -287/+288 |
|\ \ | |||||
| * | | Better naming and docs | Kirill Bulatov | 2020-08-11 | 6 | -28/+30 |
| * | | Simplify fix structure | Kirill Bulatov | 2020-08-11 | 4 | -96/+92 |
| * | | Add rustdocs | Kirill Bulatov | 2020-08-11 | 2 | -1/+4 |
| * | | Improve the ide diagnostics trait API | Kirill Bulatov | 2020-08-11 | 4 | -197/+166 |
| * | | Move the DiagnosticsWithFix trait on the ide level | Kirill Bulatov | 2020-08-11 | 7 | -63/+75 |
| * | | Make the fix AST source Optional | Kirill Bulatov | 2020-08-11 | 6 | -74/+78 |
| * | | Refactor the diagnostics | Kirill Bulatov | 2020-08-11 | 6 | -136/+106 |
| * | | Require source implementations for Diagnostic | Kirill Bulatov | 2020-08-11 | 3 | -12/+15 |
| * | | Restore accidentally removed public method | Kirill Bulatov | 2020-08-11 | 2 | -10/+11 |
| * | | Fix another missing fields diagnostics | Kirill Bulatov | 2020-08-11 | 3 | -44/+19 |
| * | | Better naming | Kirill Bulatov | 2020-08-11 | 5 | -48/+57 |
| * | | Less stubs | Kirill Bulatov | 2020-08-11 | 4 | -31/+28 |
| * | | Custom ranges for missing fields | Kirill Bulatov | 2020-08-11 | 4 | -8/+56 |
| * | | Separate diagnostics and diagnostics fix ranges | Kirill Bulatov | 2020-08-11 | 3 | -47/+59 |
* | | | Merge #4743 | bors[bot] | 2020-08-12 | 7 | -32/+284 |
|\ \ \ | |||||
| * | | | Remove unused import left behind after rebasing | Paul Daniel Faria | 2020-08-10 | 1 | -1/+1 |
| * | | | Fix type names broken by rebase, redo expected test because of rebase | Paul Daniel Faria | 2020-08-10 | 3 | -14/+44 |
| * | | | Move unsafe semantics methods into `SemanticsImpl` and reference them in `Sem... | Paul Daniel Faria | 2020-08-10 | 1 | -71/+83 |
| * | | | Return bool from is_unsafe_method_call and cleanup usages | Paul Daniel Faria | 2020-08-10 | 2 | -24/+25 |
| * | | | Move semantic logic into Semantics, fix missing tag for safe amp operator, us... | Paul Daniel Faria | 2020-08-10 | 6 | -105/+112 |
| * | | | Remove merge backup | Paul Daniel Faria | 2020-08-10 | 1 | -769/+0 |
| * | | | Fix rebase errors | Paul Daniel Faria | 2020-08-10 | 4 | -9/+10 |
| * | | | Move unsafe packed ref logic to Semantics, use `Attrs::by_key` to simplify re... | Paul Daniel Faria | 2020-08-10 | 4 | -54/+815 |