summaryrefslogtreecommitdiff
path: root/src/tools/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Remove `identity_future` from stdlibArpad Borsos2023-05-071-1/+0
* Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger2023-04-282-6/+6
|\
| * Remove "V1" from ArgumentsV1 and FlagsV1.Mara Bos2023-04-242-6/+6
* | Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-251-0/+4
|/
* Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors2023-04-221-4/+0
|\
| * Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras2023-04-161-4/+0
* | Auto merge of #109002 - michaelvanstraten:master, r=petrochenkovbors2023-04-211-1/+5
|\ \ | |/ |/|
| * Renamed to byte_range and changed Range generics [skip ci]Michael van Straten2023-03-111-1/+1
| * Fixed rust-analyser: no implementation for position()Michael van Straten2023-03-101-1/+5
* | :arrow_up: rust-analyzerLaurențiu Nicola2023-03-20106-610/+2220
* | Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicolabors2023-03-13217-3055/+12635
|\ \
| * | :arrow_up: rust-analyzerLaurențiu Nicola2023-03-13217-3055/+12635
| |/
* | Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-121-2/+2
|/
* Rename many interner functions.Nicholas Nethercote2023-02-241-1/+1
* :arrow_up: rust-analyzerLaurențiu Nicola2023-02-2098-942/+1800
* :arrow_up: rust-analyzerLaurențiu Nicola2023-02-13321-9698/+11188
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-112-2/+2
* :arrow_up: rust-analyzerarcnmx2023-01-09395-5744/+14558
* :arrow_up: rust-analyzerLaurențiu Nicola2022-11-23126-895/+2089
* Rollup merge of #104211 - lnicola:rust-analyzer-2022-11-09, r=lnicolaMichael Goulet2022-11-0974-422/+1216
|\
| * :arrow_up: rust-analyzerLaurențiu Nicola2022-11-0974-422/+1216
* | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC2022-11-091-4/+2
|\ \ | |/ |/|
| * Remove `unescape_byte_literal`.Nicholas Nethercote2022-11-051-4/+2
* | :arrow_up: rust-analyzerLaurențiu Nicola2022-11-0140-404/+824
|/
* :arrow_up: rust-analyzerLaurențiu Nicola2022-10-2664-1584/+2221
* :arrow_up: rust-analyzerLaurențiu Nicola2022-10-1886-1631/+3127
* rename rustc_allocator_nounwind to rustc_nounwindRalf Jung2022-10-111-1/+1
* :arrow_up: rust-analyzerLaurențiu Nicola2022-10-11122-1093/+2885
* update to syn-1.0.102Andres Suarez2022-10-091-4/+4
* Fix duplicate usage of `a` article.Petr Portnov2022-10-022-2/+2
* rustc_typeck to rustc_hir_analysislcnr2022-09-274-4/+4
* :arrow_up: rust-analyzerLaurențiu Nicola2022-09-2076-628/+1587
* :arrow_up: rust-analyzerLaurențiu Nicola2022-09-1325-143/+529
* :arrow_up: rust-analyzerLaurențiu Nicola2022-09-0656-908/+2934
* Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddybbors2022-09-011-55/+4
|\
| * proc_macro/bridge: send diagnostics over the bridge as a structNika Layzell2022-08-061-55/+4
* | :arrow_up: rust-analyzerLaurențiu Nicola2022-08-3074-845/+1985
* | :arrow_up: rust-analyzerLaurențiu Nicola2022-08-2383-625/+2091
* | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...Matthias Krüger2022-08-181-1/+1
|\ \
| * | avoid a `&str` to `String` conversionTakayuki Maeda2022-08-171-1/+1
* | | :arrow_up: rust-analyzerLaurențiu Nicola2022-08-16111-5108/+5774
|/ /
* | :arrow_up: rust-analyzerLaurențiu Nicola2022-08-0966-281/+1636
|/
* :arrow_up: rust-analyzerLaurențiu Nicola2022-08-0245-241/+765
* Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-...Amos Wenger2022-07-2648-210/+624
* Make macros test order-resistantAmos Wenger2022-07-241-2/+7
* Sort when iterating through CrateGraphAmos Wenger2022-07-241-18/+15
* Sort in DefMap::dump, since HashMap iteration order isn't definedAmos Wenger2022-07-244-34/+33
* hir-def tests: sort results before comparing, since FxHashSet iteration order...Amos Wenger2022-07-241-25/+28
* Fix .gitattributes for test_dataAmos Wenger2022-07-244-224/+225
* Small fixupsJoshua Nelson2022-07-241-4/+6