summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
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-6/+6
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-6/+6
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-4/+0
2023-04-21Auto merge of #109002 - michaelvanstraten:master, r=petrochenkovbors-1/+5
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-4/+0
2023-03-20:arrow_up: rust-analyzerLaurențiu Nicola-610/+2220
2023-03-13Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicolabors-3055/+12635
2023-03-13:arrow_up: rust-analyzerLaurențiu Nicola-3055/+12635
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-2/+2
2023-03-11Renamed to byte_range and changed Range generics [skip ci]Michael van Straten-1/+1
2023-03-10Fixed rust-analyser: no implementation for position()Michael van Straten-1/+5
2023-02-24Rename many interner functions.Nicholas Nethercote-1/+1
2023-02-20:arrow_up: rust-analyzerLaurențiu Nicola-942/+1800
2023-02-13:arrow_up: rust-analyzerLaurențiu Nicola-9698/+11188
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-2/+2
2023-01-09:arrow_up: rust-analyzerarcnmx-5744/+14558
2022-11-23:arrow_up: rust-analyzerLaurențiu Nicola-895/+2089
2022-11-09Rollup merge of #104211 - lnicola:rust-analyzer-2022-11-09, r=lnicolaMichael Goulet-422/+1216
2022-11-09:arrow_up: rust-analyzerLaurențiu Nicola-422/+1216
2022-11-09Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC-4/+2
2022-11-05Remove `unescape_byte_literal`.Nicholas Nethercote-4/+2
2022-11-01:arrow_up: rust-analyzerLaurențiu Nicola-404/+824
2022-10-26:arrow_up: rust-analyzerLaurențiu Nicola-1584/+2221
2022-10-18:arrow_up: rust-analyzerLaurențiu Nicola-1631/+3127
2022-10-11rename rustc_allocator_nounwind to rustc_nounwindRalf Jung-1/+1
2022-10-11:arrow_up: rust-analyzerLaurențiu Nicola-1093/+2885
2022-10-09update to syn-1.0.102Andres Suarez-4/+4
2022-10-02Fix duplicate usage of `a` article.Petr Portnov-2/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-4/+4
2022-09-20:arrow_up: rust-analyzerLaurențiu Nicola-628/+1587
2022-09-13:arrow_up: rust-analyzerLaurențiu Nicola-143/+529
2022-09-06:arrow_up: rust-analyzerLaurențiu Nicola-908/+2934
2022-09-01Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddybbors-55/+4
2022-08-30:arrow_up: rust-analyzerLaurențiu Nicola-845/+1985
2022-08-23:arrow_up: rust-analyzerLaurențiu Nicola-625/+2091
2022-08-18Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...Matthias Krüger-1/+1
2022-08-17avoid a `&str` to `String` conversionTakayuki Maeda-1/+1
2022-08-16:arrow_up: rust-analyzerLaurențiu Nicola-5108/+5774
2022-08-09:arrow_up: rust-analyzerLaurențiu Nicola-281/+1636
2022-08-06proc_macro/bridge: send diagnostics over the bridge as a structNika Layzell-55/+4
2022-08-02:arrow_up: rust-analyzerLaurențiu Nicola-241/+765
2022-07-26Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-...Amos Wenger-210/+624
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-24Fix .gitattributes for test_dataAmos Wenger-224/+225
2022-07-24Small fixupsJoshua Nelson-4/+6