| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-10 | Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-ra | Laurențiu Nicola | -542/+361 | |
| 2024-03-03 | Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-from-ra | Laurențiu Nicola | -5/+294 | |
| 2024-02-25 | Merge commit '4a8d0f7f565b6df45da5522dd7366a4df3460cd7' into sync-from-ra | Laurențiu Nicola | -15/+27 | |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -5/+0 | |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -1/+1 | |
| Tracking import use types for more accurate redundant import checking fixes #117448 By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking. For example unnecessary imports in std::prelude that can be eliminated: ```rust use std::option::Option::Some;//~ WARNING the item `Some` is imported redundantly use std::option::Option::None; //~ WARNING the item `None` is imported redundantly ``` | ||||
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other ↵ | surechen | -1/+1 | |
| situations like module-relative uses, we can do more accurate redundant import checking. fixes #117448 For example unnecessary imports in std::prelude that can be eliminated: ```rust use std::option::Option::Some;//~ WARNING the item `Some` is imported redundantly use std::option::Option::None; //~ WARNING the item `None` is imported redundantly ``` | ||||
| 2024-02-18 | Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra | Laurențiu Nicola | -35/+49 | |
| 2024-02-11 | Merge commit 'ddf105b646c6749a2de2451c9a499a354eec79c2' into sync-from-ra | Laurențiu Nicola | -23/+23 | |
| 2024-02-04 | Merge commit '0113bc9388b480fa42c632f57f4f0f7af5813ec1' into sync-from-ra | Laurențiu Nicola | -254/+724 | |
| 2024-01-28 | Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra | Laurențiu Nicola | -4/+4 | |
| 2024-01-21 | Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra | Laurențiu Nicola | -916/+1408 | |
| 2024-01-15 | Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-ra | Laurențiu Nicola | -88/+97 | |
| 2024-01-08 | Merge commit 'af40101841c45aa75b56f4e9ca745369da8fb4ba' into sync-from-ra | Laurențiu Nicola | -134/+305 | |
| 2024-01-03 | Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 | Laurențiu Nicola | -61/+164 | |
| 2023-12-18 | Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-ra | Laurențiu Nicola | -111/+141 | |
| 2023-12-11 | Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-ra | Laurențiu Nicola | -324/+483 | |
| 2023-11-16 | Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra | Laurențiu Nicola | -17/+33 | |
| 2023-11-08 | Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra | Laurențiu Nicola | -1128/+7667 | |
| 2023-09-18 | Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-ra | Laurențiu Nicola | -20/+484 | |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -5/+5 | |
| 2023-08-21 | Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra | Laurențiu Nicola | -31/+268 | |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -16/+0 | |
| stabilize abi_thiscall Closes https://github.com/rust-lang/rust/issues/42202, stabilizing the use of the "thiscall" ABI. FCP was substituted by a poll, and the poll has been accepted. | ||||
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -16/+0 | |
| 2023-08-07 | Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra | Laurențiu Nicola | -94/+195 | |
| 2023-07-17 | Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra | Laurențiu Nicola | -84/+91 | |
| 2023-06-19 | Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-ra | Laurențiu Nicola | -105/+276 | |
| 2023-06-05 | Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra | Laurențiu Nicola | -516/+924 | |
| 2023-03-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -6/+13 | |
| 2023-03-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -121/+144 | |
| 2023-02-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -142/+218 | |
| 2023-02-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -100/+164 | |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 | |
| 2023-01-09 | :arrow_up: rust-analyzer | arcnmx | -153/+64 | |
| Merge commit '368e0bb32f1178cf162c2ce5f7e10b7ae211eb26' | ||||
| 2022-11-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -30/+39 | |
| 2022-11-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -25/+45 | |
| 2022-10-18 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+12 | |
| 2022-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -0/+1 | |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -1/+1 | |
| This fixes a typo first appearing in #94624 in which test-macro diagnostic uses "a" article twice. Since I searched sources for " a a " sequences, I also fixed the same issue in a few source files where I found it. Signed-off-by: Petr Portnov <gh@progrm-jarvis.ru> | ||||
| 2022-09-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+312 | |
| 2022-09-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+24 | |
| 2022-09-06 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1/+0 | |
| 2022-08-30 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+20 | |
| 2022-08-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3/+5 | |
| 2022-08-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3/+135 | |
| 2022-08-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1/+81 | |
| 2022-07-26 | Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ↵ | Amos Wenger | -11/+28 | |
| ra-sync-and-pms-component | ||||
| 2022-07-24 | Add 'src/tools/rust-analyzer/' from commit ↵ | Amos Wenger | -0/+16449 | |
| '977e12a0bdc3e329af179ef3a9d466af9eb613bb' git-subtree-dir: src/tools/rust-analyzer git-subtree-mainline: 3c98486a0cdb6d92f0fca34ffb1fd46c0e498653 git-subtree-split: 977e12a0bdc3e329af179ef3a9d466af9eb613bb | ||||
