about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/hir-def
AgeCommit message (Expand)AuthorLines
2023-12-18Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-raLaurențiu Nicola-76/+181
2023-12-11Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-raLaurențiu Nicola-470/+957
2023-12-04Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-raLaurențiu Nicola-27/+29
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-11-27Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-raLaurențiu Nicola-9/+0
2023-11-16Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-raLaurențiu Nicola-181/+327
2023-11-08Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-raLaurențiu Nicola-67/+100
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-18/+0
2023-09-18Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-raLaurențiu Nicola-367/+1487
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-1/+1
2023-08-21Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-raLaurențiu Nicola-643/+1388
2023-08-07Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-raLaurențiu Nicola-123/+265
2023-07-24Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-raLaurențiu Nicola-2/+2
2023-07-17Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-raLaurențiu Nicola-786/+968
2023-06-19Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-raLaurențiu Nicola-259/+638
2023-06-05Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-raLaurențiu Nicola-2091/+4355
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-4/+0
2023-05-07Remove `identity_future` from stdlibArpad Borsos-1/+0
2023-04-28Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger-3/+3
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+4
2023-04-24Remove "V1" from ArgumentsV1 and FlagsV1.Mara Bos-3/+3
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-4/+0
2023-03-20:arrow_up: rust-analyzerLaurențiu Nicola-46/+129
2023-03-13:arrow_up: rust-analyzerLaurențiu Nicola-448/+764
2023-02-20:arrow_up: rust-analyzerLaurențiu Nicola-125/+227
2023-02-13:arrow_up: rust-analyzerLaurențiu Nicola-713/+512
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-09:arrow_up: rust-analyzerarcnmx-165/+589
2022-11-23:arrow_up: rust-analyzerLaurențiu Nicola-34/+86
2022-11-09:arrow_up: rust-analyzerLaurențiu Nicola-4/+7
2022-11-01:arrow_up: rust-analyzerLaurențiu Nicola-3/+16
2022-10-26:arrow_up: rust-analyzerLaurențiu Nicola-10/+26
2022-10-18:arrow_up: rust-analyzerLaurențiu Nicola-23/+43
2022-10-11rename rustc_allocator_nounwind to rustc_nounwindRalf Jung-1/+1
2022-10-11:arrow_up: rust-analyzerLaurențiu Nicola-68/+313
2022-09-20:arrow_up: rust-analyzerLaurențiu Nicola-139/+247
2022-09-06:arrow_up: rust-analyzerLaurențiu Nicola-249/+269
2022-08-30:arrow_up: rust-analyzerLaurențiu Nicola-21/+64
2022-08-23:arrow_up: rust-analyzerLaurențiu Nicola-201/+927
2022-08-16:arrow_up: rust-analyzerLaurențiu Nicola-14/+16
2022-08-09:arrow_up: rust-analyzerLaurențiu Nicola-3/+3
2022-08-02:arrow_up: rust-analyzerLaurențiu Nicola-16/+28
2022-07-26Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-...Amos Wenger-65/+141
2022-07-24Make macros test order-resistantAmos Wenger-2/+7
2022-07-24Sort when iterating through CrateGraphAmos Wenger-18/+15
2022-07-24Sort in DefMap::dump, since HashMap iteration order isn't definedAmos Wenger-34/+33
2022-07-24hir-def tests: sort results before comparing, since FxHashSet iteration order...Amos Wenger-25/+28
2022-07-24Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9...Amos Wenger-0/+27627