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-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
2019-06-05
Add `walk_chain`.
Nicholas Nethercote
-0
/
+15
2019-06-05
Add `SyntaxContext::hygienic_eq`.
Nicholas Nethercote
-0
/
+8
2019-06-05
Add and use `SyntaxContext::outer_and_expn_info`.
Nicholas Nethercote
-0
/
+10
2019-06-05
Optimize `glob_adjust` and `reverse_glob_adjust`.
Nicholas Nethercote
-23
/
+27
2019-06-05
Add `HygieneData::apply_mark`.
Nicholas Nethercote
-4
/
+6
2019-06-05
Add `HygieneData::apply_mark_with_transparency`.
Nicholas Nethercote
-35
/
+35
2019-06-05
Add `HygieneData::apply_mark_internal`.
Nicholas Nethercote
-55
/
+58
2019-06-05
Add `HygieneData::marks`.
Nicholas Nethercote
-13
/
+15
2019-06-05
Add `HygieneData::adjust`.
Nicholas Nethercote
-5
/
+9
2019-06-05
Add `HygieneData::remove_mark`.
Nicholas Nethercote
-5
/
+7
2019-06-05
Add `HygieneData::default_transparency`.
Nicholas Nethercote
-2
/
+6
2019-06-05
Add some useful methods to `HygieneData`.
Nicholas Nethercote
-10
/
+28
2019-06-05
Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`.
Nicholas Nethercote
-3
/
+4
2019-05-30
Add `HygieneData::{outer,expn_info,is_descendant_of}` methods.
Nicholas Nethercote
-26
/
+24
2019-05-29
Introduce and use `SyntaxContext::outer_expn_info()`.
Nicholas Nethercote
-0
/
+10
2019-05-29
Introduce and use `Mark::outer_is_descendant_of()`.
Nicholas Nethercote
-3
/
+18
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-7
/
+7
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-11
/
+1
2019-05-10
Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.
Mazdak Farrokhzad
-0
/
+5
2019-05-07
Implement built-in await syntax
Taylor Cramer
-0
/
+2
2019-04-22
Promote rust comments to rustdoc
Alexey Shmalko
-3
/
+3
2019-04-05
Increase `Span` from 4 bytes to 8 bytes.
Nicholas Nethercote
-0
/
+3
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-2
/
+2
2019-02-11
Parallel rustc needs synchronizing smart pointer cloning
Oliver Scherer
-2
/
+2
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-1
/
+2
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-3
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-04
libsyntax_pos => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Reintroduce special pretty-printing for `$crate` when it's necessary for proc...
Vadim Petrochenkov
-2
/
+24
2018-12-19
Remove `eliminate_crate_var` and special pretty-printing for `$crate`
Vadim Petrochenkov
-16
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-7
/
+7
[next]