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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
ich
/
impls_syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-2
/
+1
2019-11-23
Derive HashStable for TokenKind.
Camille GILLOT
-66
/
+1
2019-11-23
Rename StableHashingContextLike to HashStableContext.
Camille GILLOT
-2
/
+2
2019-11-22
Retire impl_stable_hash_for.
Camille GILLOT
-1
/
+6
2019-11-22
Retire impl_stable_hash_for_spanned.
Camille GILLOT
-2
/
+0
2019-11-22
Derives for ast.
Camille GILLOT
-17
/
+0
2019-11-22
Invert implementations for TokenKind.
Camille GILLOT
-49
/
+9
2019-11-22
Export HashStable for DelimSpan, Lit and Path.
Camille GILLOT
-15
/
+0
2019-11-22
Derive HashStable_Generic for ExpnData.
Camille GILLOT
-11
/
+0
2019-11-22
Invert flow in impl HashStable of Span.
Camille GILLOT
-1
/
+0
2019-11-22
Add StableHashingContextLike to HashStable_Generic derive.
Camille GILLOT
-0
/
+4
2019-11-17
HashStable_Generic for librustc_target.
Camille GILLOT
-23
/
+0
2019-11-17
HashStable_Generic for libsyntax_pos.
Camille GILLOT
-48
/
+0
2019-11-17
HashStable literals in libsyntax.
Camille GILLOT
-19
/
+0
2019-11-17
Further HashStable_Generic derives.
Camille GILLOT
-47
/
+0
2019-11-17
Move impl HashStable for Symbol in libsyntax_pos.
Camille GILLOT
-20
/
+1
2019-11-17
Move impl HashStable for SymbolStr in libsyntax_pos.
Camille GILLOT
-19
/
+0
2019-11-17
Use proc_macro for HashStable derive in libsyntax.
Camille GILLOT
-33
/
+0
2019-11-10
Merge hir::ImplPolarity into ast::ImplPolarity.
Camille GILLOT
-0
/
+1
2019-11-10
Merge hir::IsAuto into ast::IsAuto.
Camille GILLOT
-0
/
+1
2019-11-10
Merge hir::CaptureClause into ast::CaptureBy.
Camille GILLOT
-0
/
+1
2019-11-10
Merge hir::GeneratorMovability into ast::Movability.
Camille GILLOT
-0
/
+1
2019-11-08
Rollup merge of #66190 - eddyb:primflt, r=Centril
Yuki Okushi
-1
/
+0
2019-11-07
rustc_target: inline abi::FloatTy into abi::Primitive.
Eduard-Mihai Burtescu
-1
/
+0
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-2
/
+2
2019-11-07
syntax: use distinct FloatTy from rustc_target.
Mazdak Farrokhzad
-3
/
+7
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-14
/
+11
2019-11-02
Rename `LocalInternedString` as `SymbolStr`.
Nicholas Nethercote
-7
/
+7
2019-10-29
Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa
Mazdak Farrokhzad
-0
/
+1
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-25
Add new EFIAPI ABI
roblabla
-0
/
+1
2019-10-25
Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad
Mazdak Farrokhzad
-0
/
+19
2019-10-21
Fix the start/end byte positions in the compiler JSON output
Mikko Rantanen
-0
/
+19
2019-10-21
Remove `InternedString`.
Nicholas Nethercote
-9
/
+10
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-09-30
syntax: Split `ast::Attribute` into container and inner parts
Vadim Petrochenkov
-6
/
+7
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-37
/
+12
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Lit.node` to `Lit.kind`
varkor
-1
/
+1
2019-09-07
Support "soft" feature-gating using a lint
Vadim Petrochenkov
-1
/
+2
2019-09-07
Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov
Mazdak Farrokhzad
-0
/
+8
2019-09-05
Add an ExpnKind for AST passes
Matthew Jasper
-0
/
+8
2019-09-04
Remove hashing impls for `LocalInternedString`.
Nicholas Nethercote
-22
/
+1
2019-08-23
Remove default macro transparencies
Vadim Petrochenkov
-1
/
+0
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-1
/
+1
2019-08-15
hygiene: Merge `ExpnInfo` and `InternalExpnData`
Vadim Petrochenkov
-1
/
+2
2019-08-05
add unknown token
Aleksey Kladov
-1
/
+2
2019-08-02
Replace "existential" by "opaque"
varkor
-1
/
+1
2019-07-11
hygiene: Make sure each `Mark` has an associated expansion info
Vadim Petrochenkov
-0
/
+1
2019-07-11
hygiene: Reuse `MacroKind` in `ExpnKind`
Vadim Petrochenkov
-2
/
+1
[next]