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
Age
Commit message (
Expand
)
Author
Lines
2019-08-27
Add default serialization for `Ident`s
Matthew Jasper
-2
/
+22
2019-08-23
Remove default macro transparencies
Vadim Petrochenkov
-5
/
+1
2019-08-23
hygiene: Require passing transparency explicitly to `apply_mark`
Vadim Petrochenkov
-33
/
+19
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-23
Audit uses of `apply_mark` in built-in macros
Vadim Petrochenkov
-0
/
+8
2019-08-18
Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov
bors
-0
/
+76
2019-08-18
Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril
bors
-0
/
+1
2019-08-17
initial implementation of or-pattern parsing
Dan Robertson
-0
/
+1
2019-08-17
Remove unused `SyntaxContext` serialization impls
Matthew Jasper
-4
/
+0
2019-08-17
Stop emulating cross-crate hygiene with gensyms
Matthew Jasper
-31
/
+5
2019-08-16
Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton
Mazdak Farrokhzad
-1
/
+0
2019-08-15
Remove `__rust_unstable_column`
Vadim Petrochenkov
-1
/
+0
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-70
/
+70
2019-08-15
hygiene: Merge a tiny bit of the "share expansion definition data" PR
Vadim Petrochenkov
-1
/
+3
2019-08-15
syntax_pos: Remove the duplicate global edition
Vadim Petrochenkov
-7
/
+0
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
-72
/
+49
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-5
/
+5
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-15
/
+18
2019-08-15
syntax_pos: Introduce a helper for checking whether a span comes from expansion
Vadim Petrochenkov
-3
/
+8
2019-08-14
convert \r\n to \n when loading files
Aleksey Kladov
-0
/
+76
2019-08-11
add basic lint testing for misuse of mem::zeroed and mem::uninitialized
Ralf Jung
-0
/
+3
2019-08-03
Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...
Vadim Petrochenkov
-1
/
+0
2019-08-03
Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril
bors
-4
/
+4
2019-08-03
Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton
Mazdak Farrokhzad
-0
/
+1
2019-08-02
Replace "existential" by "opaque"
varkor
-4
/
+3
2019-08-02
Switch existential_type to type_alias_impl_trait
varkor
-0
/
+1
2019-08-02
libsyntax_pos: Unconfigure tests during normal build
Vadim Petrochenkov
-210
/
+210
2019-07-29
review comments
Esteban Küber
-0
/
+1
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
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
-9
/
+6
2019-07-19
hygiene: Tweak naming some more
Vadim Petrochenkov
-48
/
+49
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-111
/
+115
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-58
/
+58
2019-07-19
Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco
bors
-0
/
+1
2019-07-18
Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb
bors
-0
/
+1
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-0
/
+1
2019-07-11
Remove feature gate `dropck_parametricity` completely
Lzu Tao
-1
/
+0
2019-07-11
hygiene: Make sure each `Mark` has an associated expansion info
Vadim Petrochenkov
-4
/
+19
2019-07-11
hygiene: Fix wording of desugaring descriptions
Vadim Petrochenkov
-9
/
+10
2019-07-11
hygiene: Introduce a helper method for creating new expansions
Vadim Petrochenkov
-35
/
+26
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
-21
/
+22
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
-8
/
+6
2019-07-11
hygiene: Remove some dead code
Vadim Petrochenkov
-27
/
+1
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-34
/
+34
[next]