| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-13 | fix: Set server binary version when distributing | Lukas Wirth | -6/+5 | |
| 2022-07-08 | Update remaining GitHub URLs | Jonas Schievink | -1/+1 | |
| 2022-06-18 | internal: Handle fractional release numbers in changelog naming | Laurențiu Nicola | -1/+9 | |
| 2022-06-10 | Auto merge of #12449 - Veykril:version, r=Veykril | bors | -1/+2 | |
| Bring the version command output in line with other rust tools Inspired by how cargo handles it Fixes https://github.com/rust-lang/rust-analyzer/issues/12280  | ||||
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -3/+3 | |
| 2022-06-02 | Bring the version command output in line with other rust tools | Lukas Wirth | -1/+2 | |
| 2022-05-17 | Bump extension version | Jonas Schievink | -3/+10 | |
| 2022-05-02 | Fix crate names | Laurențiu Nicola | -1/+1 | |
| 2022-04-19 | Fix changelog generation after repo move | Laurențiu Nicola | -49/+59 | |
| 2022-03-22 | minor: Bump dependencies | Lukas Wirth | -4/+4 | |
| 2022-03-17 | Merge #11734 | bors[bot] | -2/+2 | |
| 11734: internal: Bump `xshell` and fix `dist` r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro> | ||||
| 2022-03-17 | Bump xshell and fix dist | Laurențiu Nicola | -2/+2 | |
| 2022-03-16 | Fix metrics.json path | Laurențiu Nicola | -3/+7 | |
| 2022-03-16 | minor: unblock metrics | Lukas Wirth | -1/+1 | |
| 2022-03-14 | :arrow_up: xshell | Aleksey Kladov | -176/+194 | |
| 2022-03-08 | Fix package.json replacement | Laurențiu Nicola | -1/+1 | |
| 2022-03-08 | fix: client distribution string replacement looking for wrong key | Lukas Wirth | -1/+1 | |
| 2022-02-26 | Update url to make webrender build | Laurențiu Nicola | -0/+5 | |
| 2022-02-25 | Add CSV output to analysis-stats | Florian Diebold | -0/+6 | |
| For easy diffing. | ||||
| 2021-12-22 | Use the same displayName for pre-release versions | Laurențiu Nicola | -10/+2 | |
| 2021-12-22 | Disable unstable APIs for nightly releases | Laurențiu Nicola | -3/+1 | |
| 2021-12-20 | Merge #11028 | bors[bot] | -1/+1 | |
| 11028: Bump MSRV (1.57) r=Veykril a=iDawer This bumps MSRV on all crates to 1.57 except `la-arena` #10986 requires >=1.57 Co-authored-by: iDawer <ilnur.iskhakov.oss@outlook.com> | ||||
| 2021-12-18 | Publish platform-specific Code VSIXes | Laurențiu Nicola | -44/+60 | |
| 2021-12-16 | Bump MSRV (1.57) | iDawer | -1/+1 | |
| 2021-11-22 | Pull website before generating new changelog | Jonas Schievink | -0/+5 | |
| 2021-11-22 | Set upstream branch when promoting | Jonas Schievink | -1/+1 | |
| 2021-11-03 | Use `.into_iter()` method on array to avoid dereference | Aramis Razzaghipour | -2/+2 | |
| 2021-10-23 | Set MSRV | Laurențiu Nicola | -37/+3 | |
| 2021-10-21 | Migrate to edition 2021 | Lukas Wirth | -2/+2 | |
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -4/+2 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -2/+2 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-09-13 | Don't spam the manual with warnings | Laurențiu Nicola | -1/+1 | |
| 2021-09-11 | minor: make code clearer with ControlFlow | Aleksey Kladov | -1/+1 | |
| 2021-07-05 | minor: drop dummy authors field | Aleksey Kladov | -1/+0 | |
| 2021-07-04 | internal: make `xtask` lighter | Aleksey Kladov | -515/+0 | |
| Moving tests to `rust-analyzer` crate allows removing walkdir dependency from `xtask`. It does seem more reasonable to keep tidy tests outside of the "build system" and closer to other integration tests. | ||||
| 2021-07-03 | internal: overhaul code generation | Aleksey Kladov | -1873/+46 | |
| * Keep codegen adjacent to the relevant crates. * Remove codgen deps from xtask, speeding-up from-source installation. This regresses the release process a bit, as it now needs to run the tests (and, by extension, compile the code). | ||||
| 2021-06-18 | Fix line numbering in tidy | Laurențiu Nicola | -1/+1 | |
| 2021-06-17 | Nest all the or-patterns! | Lukas Wirth | -1/+1 | |
| 2021-06-15 | minor: fix typo | Aleksey Kladov | -1/+1 | |
| 2021-06-15 | internal: enforce no #[ignore] and no #[should_panic] | Aleksey Kladov | -0/+31 | |
| 2021-06-15 | Use objects instead of bools for markers in package.json | Laurențiu Nicola | -2/+2 | |
| 2021-06-14 | Merge #9260 | bors[bot] | -1/+1 | |
| 9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <software@lfcode.ca> | ||||
| 2021-06-13 | tree-wide: make rustdoc links spiky so they are clickable | Jade | -1/+1 | |
| 2021-06-13 | internal: start new diagnostics API | Aleksey Kladov | -1/+4 | |
| At the moment, this moves only a single diagnostic, but the idea is reafactor the rest to use the same pattern. We are going to have a single file per diagnostic. This file will define diagnostics code, rendering range and fixes, if any. It'll also have all of the tests. This is similar to how we deal with assists. After we refactor all diagnostics to follow this pattern, we'll probably move them to a new `ide_diagnostics` crate. Not that we intentionally want to test all diagnostics on this layer, despite the fact that they are generally emitted in the guts on the compiler. Diagnostics care to much about the end presentation details/fixes to be worth-while "unit" testing. So, we'll unit-test only the primary output of compilation process (types and name res tables), and will use integrated UI tests for diagnostics. | ||||
| 2021-06-13 | internal: check that coverage marks are always paired | Aleksey Kladov | -1/+48 | |
| 2021-06-13 | clippy::useless_conversion | Maan2003 | -2/+1 | |
| 2021-06-13 | clippy::redudant_borrow | Maan2003 | -5/+5 | |
| 2021-06-11 | Update ungrammar | Jonas Schievink | -2/+2 | |
| 2021-06-07 | Use HTTPS for clippy lint JSON | Laurențiu Nicola | -1/+1 | |
| 2021-06-05 | Unescape generated clippy lints | Lukas Wirth | -0/+5 | |
