index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_expand
/
src
/
proc_macro_server.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-22
Remove Symbol::len
bjorn3
-1
/
+1
2021-09-11
Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov
bors
-1
/
+1
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-09-10
Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay
Manish Goregaokar
-0
/
+6
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-11
/
+12
2021-08-03
Remove space after negative sign in Literal to_string
David Tolnay
-0
/
+3
2021-08-03
Auto merge of #87262 - dtolnay:negative, r=Aaron1011
bors
-22
/
+41
2021-07-25
clippy::single_char_pattern
Matthias Krüger
-1
/
+1
2021-07-18
Support negative numbers in Literal::from_str
David Tolnay
-22
/
+41
2021-07-11
rustc_expand: Simplify span quoting in proc macro server
Vadim Petrochenkov
-26
/
+9
2021-07-10
rustc_expand: Remove redundant field from proc macro expander structures
Vadim Petrochenkov
-2
/
+2
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-1
/
+1
2021-07-02
add track_path::path fn for proc-macro usage
Bernhard Schuster
-0
/
+4
2021-06-09
Add proc_macro::Span::{before, after}.
Mara Bos
-0
/
+6
2021-05-19
impl FromStr for proc_macro::Literal
David Tolnay
-3
/
+28
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-3
/
+4
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-7
/
+67
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+1
2021-05-05
Make local_path in RealFileName::Remapped Option to be removed in exported me...
Andy Wang
-0
/
+1
2021-05-05
Rename RealFileName::Named to LocalPath and Devirtualized to Remapped
Andy Wang
-2
/
+2
2021-03-19
Extend `proc_macro_back_compat` lint to `js-sys`
Aaron Hill
-4
/
+30
2021-03-18
Extend `proc_macro_back_compat` lint to `actix-web`
Aaron Hill
-17
/
+29
2021-03-15
Extend `proc_macro_back_compat` lint to `procedural-masquerade`
Aaron Hill
-1
/
+1
2021-03-14
Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`
Aaron Hill
-4
/
+66
2021-01-07
rustc_parse: Better spans for synthesized token streams
Vadim Petrochenkov
-1
/
+1
2020-12-29
Remove pretty-print/reparse hack, and add derive-specific hack
Aaron Hill
-2
/
+3
2020-09-16
Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum
Dylan DPC
-2
/
+2
2020-09-04
Detect overflow in proc_macro_server subspan
Tomasz Miąsko
-2
/
+2
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-6
/
+6
2020-09-01
Remove trivia tokens
Aleksey Kladov
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+712