index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
proc_macro_api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #9260
bors[bot]
2021-06-14
1
-1
/
+1
|
\
|
*
tree-wide: make rustdoc links spiky so they are clickable
Jade
2021-06-14
1
-1
/
+1
*
|
cargo fmt
Maan2003
2021-06-13
1
-3
/
+1
*
|
clippy::useless_return
Maan2003
2021-06-13
1
-1
/
+1
*
|
clippy::redudant_borrow
Maan2003
2021-06-13
1
-1
/
+1
|
/
*
NFC: remove redundant clones (clippy::perf)
Matthias Krüger
2021-06-03
1
-1
/
+1
*
Disable `unaliged` feature of `object`
Laurențiu Nicola
2021-05-24
1
-1
/
+1
*
Bump object
Laurențiu Nicola
2021-05-24
1
-1
/
+1
*
Replace `memmap` to `memmap2` in `proc_macro_api`
memoryruins
2021-05-04
2
-2
/
+2
*
Add profiling spans under cargo_to_crate_graph
Laurențiu Nicola
2021-04-22
2
-3
/
+5
*
Trim down IPC json size
Edwin Cheng
2021-03-24
1
-4
/
+26
*
Improve message usage in proc-macro
Edwin Cheng
2021-03-23
2
-6
/
+13
*
Ignore proc-macro stdout to prevent IPC crash
Edwin Cheng
2021-03-23
1
-7
/
+18
*
remove uselessly wrapped ?s. (clippy::meedless_question_mark
Matthias Krüger
2021-03-17
1
-1
/
+1
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-7
/
+4
*
Add test for proc-macro meta info retrieval
Edwin Cheng
2021-03-15
2
-7
/
+9
*
some clippy::performance fixes
Matthias Krüger
2021-03-15
1
-2
/
+2
*
use doc-comments
Edwin Cheng
2021-03-09
1
-21
/
+22
*
Print warning if proc-macro built by old rustc
Edwin Cheng
2021-03-04
2
-73
/
+148
*
Revise error message regarding metadata version
Jay Somedon
2021-03-04
1
-10
/
+6
*
Update condition check code style
Jay Somedon
2021-03-04
1
-1
/
+1
*
Update comment
Jay Somedon
2021-03-04
1
-1
/
+1
*
Fix multiple issues from code review
Jay Somedon
2021-03-04
2
-15
/
+30
*
Configure object crate's feature
Jay Somedon
2021-03-04
1
-1
/
+1
*
Read version of rustc that compiled proc macro
Jay Somedon
2021-03-04
2
-10
/
+74
*
Remove redundant clones
Yoshua Wuyts
2021-02-05
1
-1
/
+1
*
Reap proc macro server instances
Laurențiu Nicola
2021-02-01
2
-8
/
+4
*
Enable serde_json unbounded_depth feature
Laurențiu Nicola
2021-01-18
1
-1
/
+1
*
Fixed typos in code comments
Vincent Esche
2021-01-09
1
-1
/
+1
*
Remove serde_stacker which depends on cc
Edwin Cheng
2021-01-01
2
-3
/
+1
*
Fix deep syntax tree bug generated by proc-macro
Edwin Cheng
2021-01-01
3
-4
/
+13
*
Pass crate environment to proc macros
Jonas Schievink
2020-12-27
2
-1
/
+7
*
Move TokenExpander to base_db and rename it
Jonas Schievink
2020-12-27
1
-2
/
+2
*
Remove dummy ProcMacroClient in favor of Option
Jonas Schievink
2020-12-07
1
-45
/
+28
*
Retain types of proc macros and allow attr. macros
Jonas Schievink
2020-12-07
3
-17
/
+19
*
Make `ProcMacroProcessExpander` private
Jonas Schievink
2020-12-07
1
-1
/
+1
*
ProcMacroProcessExpander: support attribute macros
Jonas Schievink
2020-12-07
2
-21
/
+11
*
Don't respawn proc macro server on crash
Jonas Schievink
2020-12-04
1
-26
/
+15
*
Unwrap `process.stdio()` result
Jonas Schievink
2020-12-04
1
-4
/
+1
*
Destructure in for loop
Jonas Schievink
2020-12-04
1
-3
/
+1
*
Remove unnecessary `Option`
Jonas Schievink
2020-12-04
1
-8
/
+3
*
Deny unreachable-pub
Aleksey Kladov
2020-11-02
2
-21
/
+21
*
Bump crossbeam-channel in crates
Laurențiu Nicola
2020-10-13
1
-1
/
+1
*
Add description for crates that will be published
Pavan Kumar Sunkara
2020-08-24
1
-0
/
+1
*
Add version to deps in cargo.toml
Pavan Kumar Sunkara
2020-08-24
1
-1
/
+1
*
Hacky support for fn-like proc macros
Jonas Schievink
2020-08-15
1
-3
/
+3
*
Rename ra_ide -> ide
Aleksey Kladov
2020-08-13
1
-4
/
+3
*
Rename ra_proc_macro -> proc_macro_api
Aleksey Kladov
2020-08-13
5
-0
/
+687