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_metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-19
Add an is_marker flag to TraitDef
Scott McMurray
-0
/
+1
2018-09-11
renamed emit_nil to emit_unit
kenta7777
-1
/
+1
2018-09-11
Revert "renamed emit_nil to emit_unit"
kenta7777
-1
/
+1
2018-09-10
renamed emit_nil to emit_unit
kenta7777
-1
/
+1
2018-09-06
crates that provide a `panic_handler` are exempt from `unused_extern_crates`
Jorge Aparicio
-0
/
+2
2018-09-01
move the is_field_list_non_exhaustive flag to VariantDef
Ariel Ben-Yehuda
-1
/
+3
2018-08-26
fix `is_non_exhaustive` confusion between structs and enums
Ariel Ben-Yehuda
-1
/
+1
2018-08-23
Prefer `.nth(n)` over `.skip(n).next()`.
Corey Farwell
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+3
2018-08-21
Auto merge of #53530 - kennytm:rollup, r=kennytm
bors
-7
/
+3
2018-08-21
Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor
kennytm
-7
/
+3
2018-08-20
Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb
bors
-13
/
+12
2018-08-19
mv codemap source_map
Donato Sciarra
-10
/
+10
2018-08-19
mv codemap() source_map()
Donato Sciarra
-5
/
+5
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv filemap source_file
Donato Sciarra
-17
/
+17
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-5
/
+5
2018-08-19
Replace generics_require_inlining with generics.requires_monomorphization
varkor
-5
/
+2
2018-08-19
Replace for_each with for
varkor
-8
/
+10
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-18
Remove LinkMeta struct
bjorn3
-7
/
+3
2018-08-09
Move Fingerprint to data structures
Mark Rousskov
-1
/
+1
2018-08-05
Improve query efficiency
varkor
-1
/
+1
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+13
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-3
/
+3
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+5
2018-07-16
ItemKind
csmoe
-79
/
+79
2018-07-16
ForeignItemKind
csmoe
-5
/
+5
2018-07-16
TyKind
csmoe
-1
/
+1
2018-07-16
ExprKind
csmoe
-1
/
+1
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-12
/
+0
2018-07-04
Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca...
bors
-0
/
+27
2018-07-02
introduce `predicates_defined_on` for traits
Niko Matsakis
-0
/
+27
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-1
/
+1
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-1
/
+3
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-2
/
+2
2018-06-28
Use `Ident`s in a number of structures in HIR
Vadim Petrochenkov
-7
/
+5
2018-06-27
Make opaque::Encoder append-only and make it infallible
John Kåre Alsaker
-13
/
+11
2018-06-21
async await desugaring and tests
Taylor Cramer
-1
/
+4
2018-06-21
Parse async fn header.
Without Boats
-6
/
+6
2018-06-20
Use ty::Generics instead of hir::Generics for various checks
varkor
-2
/
+3
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-11
/
+8
2018-06-20
Remove all traces of lifetimes() and types() methods
varkor
-6
/
+4
2018-06-20
Remove specific parameter iterators from hir::Generics
varkor
-2
/
+7
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-4
/
+11
2018-06-07
Add existential type definitons
Oliver Schneider
-26
/
+5
2018-05-23
Auto merge of #50528 - whitfin:issue-50508, r=michaelwoerister
bors
-2
/
+10
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-8
/
+8
2018-05-18
Serialize attributes into the CrateRoot
Isaac Whitfield
-2
/
+10
[next]