This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-17 05:25:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f1e78f19ad40c6265a200b41c772c321b8b08cd
rust
/
src
/
libsyntax_pos
T
History
kennytm
9d995d2832
Rollup merge of
#47942
- estebank:macro-spans, r=nikomatsakis Minimize weird spans involving macro context Sometimes the parser attempts to synthesize spans from within a macro context with the span for the captured argument, leading to non-sensical spans with very bad output. Given that an incorrect span is worse than a partially incomplete span, when detecting this situation return only one of the spans without merging them.
Fix
#32072
,
#47778
. CC
#23480
.
2018-02-02 22:48:50 +08:00
..
Cargo.toml
Display spans correctly when there are non-half-width characters
2017-11-03 03:15:39 +09:00
hygiene.rs
Auto merge of
#46551
- jseyfried:improve_legacy_modern_macro_interaction, r=nrc
2018-01-12 10:00:09 +00:00
lib.rs
Rollup merge of
#47942
- estebank:macro-spans, r=nikomatsakis Minimize weird spans involving macro context Sometimes the parser attempts to synthesize spans from within a macro context with the span for the captured argument, leading to non-sensical spans with very bad output. Given that an incorrect span is worse than a partially incomplete span, when detecting this situation return only one of the spans without merging them.
Fix
#32072
,
#47778
. CC
#23480
.
2018-02-02 22:48:50 +08:00
span_encoding.rs
Fix comment formatting
2017-11-05 01:24:20 +02:00
symbol.rs
Auto merge of
#46497
- AgustinCB:issue-46311, r=petrochenkov
2017-12-07 21:05:49 +00:00