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-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
2018-05-17
Keep crate edition in metadata
Vadim Petrochenkov
-1
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-4
/
+5
2018-05-15
Rename `has_type_parameters` to `requires_monomorphization`
varkor
-1
/
+1
2018-05-15
Reduce parent_params to parent_count
varkor
-4
/
+3
2018-05-15
Consolidate ty::Generics
varkor
-1
/
+1
2018-04-20
Clean up `IsolatedEncoder::encode_info_for_impl_item()` a bit
Wesley Wiser
-12
/
+13
2018-04-20
Fix bad merge in #49991
Wesley Wiser
-1
/
+1
2018-04-19
Remove HIR inlining
Wesley Wiser
-44
/
+59
2018-04-16
Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister
bors
-2
/
+9
2018-04-14
Get rid of redundant `HashSet`
Oliver Schneider
-13
/
+12
2018-04-14
Encode items before encoding the list of AllocIds
Oliver Schneider
-10
/
+13
2018-04-14
Use `LazySeq` instead of `Vec`
Oliver Schneider
-17
/
+22
2018-04-14
Don't recurse into allocations, use a global table instead
Oliver Schneider
-22
/
+46
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-1
/
+1
2018-04-10
Make Session.has_global_allocator thread-safe
John Kåre Alsaker
-1
/
+1
2018-04-09
Take OutputType::DepInfo into account for metadata_output_only
varkor
-3
/
+2
2018-04-09
Convert sort_unstable_by_key to sort_by_cached_key
varkor
-2
/
+2
2018-04-06
Allow for representing exported monomorphizations in crate metadata.
Michael Woerister
-4
/
+8
2018-04-04
Add len() method to OutputTypes
varkor
-1
/
+1
2018-03-28
Take the original extra-filename passed to a crate into account when
Chris Manchester
-0
/
+2
2018-03-27
Skip MIR optimisation for cargo check
varkor
-3
/
+11
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-1
/
+11
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-0
/
+12
2018-03-20
Encode/decode extern statics in metadata and incremental cache
Oliver Schneider
-2
/
+2
2018-03-16
Cleanup metadata and incremental cache processing of constants
Oliver Schneider
-24
/
+20
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-3
/
+3
[next]