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-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
2018-12-04
syntax: Remove `#[non_exhaustive]` from `Edition`
Vadim Petrochenkov
-2
/
+2
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-08
resolve: Introduce "may appear after" abstraction for macro path resolutions
Vadim Petrochenkov
-0
/
+5
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-5
/
+4
2018-08-24
Revert "hygiene: Make sure expansion info is set at most once for a given `Ma...
Vadim Petrochenkov
-8
/
+1
2018-08-19
Parse try blocks with the try keyword instead of do catch placeholder
Scott McMurray
-1
/
+1
2018-08-19
Rename `Catch` variants to `TryBlock`
Scott McMurray
-2
/
+2
2018-08-01
Switch to bootstrapping from 1.29 beta
Mark Rousskov
-2
/
+0
2018-07-18
Do not use desugared ident when suggesting adding a type
Esteban Küber
-0
/
+2
2018-07-08
Remove fallback to parent modules from lexical resolution
Vadim Petrochenkov
-24
/
+22
2018-07-08
hygiene: Decouple transparencies from expansion IDs
Vadim Petrochenkov
-32
/
+44
2018-07-08
libsyntax_pos: Tweak some visibilities
Vadim Petrochenkov
-8
/
+16
2018-06-30
Address comments
Vadim Petrochenkov
-1
/
+0
2018-06-30
hygiene: Implement transparent marks
Vadim Petrochenkov
-22
/
+75
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-22
/
+1
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-0
/
+3
2018-06-25
Fix typo
Berkus Karchebnyy
-1
/
+1
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-31
/
+23
2018-06-23
hygiene: Make sure transparency of `Mark::root()` is an implementation detail...
Vadim Petrochenkov
-0
/
+2
2018-06-23
hygiene: Rename `MarkKind` to `Transparency`
Vadim Petrochenkov
-19
/
+51
2018-06-23
hygiene: Make sure expansion info is set at most once for a given `Mark`
Vadim Petrochenkov
-1
/
+8
2018-06-23
hygiene: Give `Debug` impls to hygiene structures
Vadim Petrochenkov
-2
/
+4
2018-06-21
async await desugaring and tests
Taylor Cramer
-0
/
+2
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+5
2018-05-17
Add edition to expansion info
Vadim Petrochenkov
-0
/
+13
2018-05-14
Hyperlink DOI against preferred resolver
Katrin Leinweber
-1
/
+1
[prev]
[next]