aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv/src/rustc_server.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add isize to the list of suffixed integers in typed_integerJonas Bushart2021-02-221-2/+1
| | | | | | The missing `isize` in `typed_integers` seems to just be an oversight. Might fix: #7751
* Remove use of deprecated `std::collections::Bound`bstrie2021-02-161-1/+2
|
* Fixed typos in code commentsVincent Esche2021-01-091-1/+1
|
* Fix spacing in proc-macro tokens to_stringEdwin Cheng2020-12-311-7/+36
|
* Avoid nesting Subtrees when parsing TokenStreamJonas Schievink2020-12-091-2/+1
|
* Add track_env_var to the proc macro serverLaurențiu Nicola2020-10-081-0/+10
|
* Rename ra_mbe -> mbeAleksey Kladov2020-08-131-1/+1
|
* Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-131-0/+704