about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/intern
AgeCommit message (Expand)AuthorLines
2024-11-03Allow interpreting consts and statics with interpret function commandLukas Wirth-0/+2
2024-09-25Merge from rust-lang/rustLaurențiu Nicola-0/+1
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
2024-09-02chore: fix some commentscuishuang-1/+1
2024-08-29feat: Implement object safetyShoyu Vanilla-0/+1
2024-08-27Revert "feat: Implement `module_path` macro"Lukas Wirth-1/+0
2024-08-26Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykrilbors-0/+2
2024-08-24Provide `Future::Output` and `Iterator` lang itemsChayim Refael Friedman-0/+2
2024-08-21internal: Implement `module_path` macroLukas Wirth-0/+1
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-1/+1
2024-08-06Unify package descriptions by adding references to "rust-analyzer"Vincent Esche-1/+1
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' `[package....Vincent Esche-1/+1
2024-07-25Fix incorrect handling of cfg'd varargsLukas Wirth-0/+1
2024-07-17Support rustc_skip_during_method_dispatchLukas Wirth-0/+3
2024-07-16More symbol usageLukas Wirth-11/+80
2024-07-16Use symbol in cfgLukas Wirth-13/+24
2024-07-16Switch token trees to use SymbolsLukas Wirth-0/+50
2024-07-15Fix stable iteration ordering for `Map<Name, ...>` usagesLukas Wirth-0/+5
2024-07-14Use statics + clone instead of const until const can access staticsLukas Wirth-83/+82
2024-07-12Fix cloning Symbols not increasing their ref countLukas Wirth-28/+63
2024-07-12Use Symbol in NameLukas Wirth-3/+122
2024-07-12Add missing docsLukas Wirth-1/+2
2024-07-12Implement rough symbol interning infraLukas Wirth-1/+534
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+233