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
/
src
/
libsyntax_pos
/
hygiene.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-850
/
+0
2019-12-22
Format the world
Mark Rousskov
-57
/
+97
2019-11-25
Auto merge of #66279 - cjgillot:hashstable, r=Zoxc
bors
-1
/
+2
2019-11-24
rustc_plugin: Remove support for syntactic plugins
Vadim Petrochenkov
-2
/
+0
2019-11-22
Derive HashStable_Generic for ExpnData.
Camille GILLOT
-1
/
+2
2019-11-17
HashStable_Generic for libsyntax_pos.
Camille GILLOT
-4
/
+5
2019-11-17
Further HashStable_Generic derives.
Camille GILLOT
-1
/
+3
2019-10-30
caller_location: point to macro invocation sites, like file!/line!.
Eduard-Mihai Burtescu
-1
/
+18
2019-09-17
Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov
Tyler Mandry
-0
/
+32
2019-09-17
Print syntax contexts and marks when printing hygiene information
Matthew Jasper
-0
/
+32
2019-09-15
resolve: Tweak "cannot find" wording for attributes
Vadim Petrochenkov
-0
/
+7
2019-09-05
Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`
Vadim Petrochenkov
-1
/
+1
2019-09-05
Allow ast passes to create hygienic spans
Matthew Jasper
-1
/
+1
2019-09-05
Add an ExpnKind for AST passes
Matthew Jasper
-1
/
+23
2019-08-23
Remove default macro transparencies
Vadim Petrochenkov
-5
/
+1
2019-08-23
hygiene: Require passing transparency explicitly to `apply_mark`
Vadim Petrochenkov
-30
/
+16
2019-08-23
incremental: Do not rely on default transparency when decoding syntax contexts
Vadim Petrochenkov
-9
/
+17
2019-08-23
resolve: Do not rely on default transparency when detecting proc macro derives
Vadim Petrochenkov
-12
/
+0
2019-08-17
Remove unused `SyntaxContext` serialization impls
Matthew Jasper
-4
/
+0
2019-08-17
Stop emulating cross-crate hygiene with gensyms
Matthew Jasper
-10
/
+2
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-45
/
+45
2019-08-15
hygiene: Merge a tiny bit of the "share expansion definition data" PR
Vadim Petrochenkov
-1
/
+3
2019-08-15
hygiene: Merge `ExpnInfo` and `InternalExpnData`
Vadim Petrochenkov
-37
/
+33
2019-08-15
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Vadim Petrochenkov
-36
/
+22
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-6
/
+6
2019-08-15
syntax_pos: Introduce a helper for checking whether a span comes from expansion
Vadim Petrochenkov
-1
/
+1
2019-08-02
Replace "existential" by "opaque"
varkor
-3
/
+3
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-1
/
+1
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-07-19
hygiene: Tweak naming some more
Vadim Petrochenkov
-48
/
+49
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-103
/
+107
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-50
/
+50
2019-07-11
hygiene: Make sure each `Mark` has an associated expansion info
Vadim Petrochenkov
-3
/
+17
2019-07-11
hygiene: Fix wording of desugaring descriptions
Vadim Petrochenkov
-8
/
+9
2019-07-11
hygiene: Introduce a helper method for creating new expansions
Vadim Petrochenkov
-35
/
+24
2019-07-11
expand: Do not overwrite existing `ExpnInfo` when injecting derive markers
Vadim Petrochenkov
-1
/
+5
2019-07-11
hygiene: Reuse `MacroKind` in `ExpnKind`
Vadim Petrochenkov
-18
/
+16
2019-07-11
hygiene: Remove some unused impls
Vadim Petrochenkov
-7
/
+7
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-6
/
+4
2019-07-11
hygiene: Remove some dead code
Vadim Petrochenkov
-27
/
+1
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-22
/
+22
2019-07-11
Move `MacroKind` into `libsyntax_pos`
Vadim Petrochenkov
-0
/
+28
2019-07-09
Resolve `$crate` in all hygienic contexts for pretty-pringing
Vadim Petrochenkov
-12
/
+18
2019-07-06
Enforce 'cond: bool' in while-expr + improve reachability diags.
Mazdak Farrokhzad
-2
/
+3
2019-06-18
hygiene: Avoid some unnecessary `ExpnInfo` clones
Vadim Petrochenkov
-5
/
+5
2019-06-18
syntax: Move `default_transparency` into `ExpnInfo`
Vadim Petrochenkov
-25
/
+17
2019-06-18
syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo`
Vadim Petrochenkov
-0
/
+23
2019-06-05
Addressed points raised in review.
Alexander Regueiro
-2
/
+2
2019-06-05
Add `modernize_and_adjust` methods.
Nicholas Nethercote
-0
/
+8
2019-06-05
Add a useful comment about this file.
Nicholas Nethercote
-0
/
+20
[next]