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
/
librustc_metadata
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-22
try! -> ?
Jorge Aparicio
-6
/
+6
2016-03-17
trans: Rename MonoId to Instance and start using it in more places.
Eduard Burtescu
-7
/
+11
2016-03-17
metadata: Constrain FoundAst::FoundParent to an Item.
Eduard Burtescu
-40
/
+23
2016-03-17
metedata: Remove the unnecessary indirection to astencode.
Eduard Burtescu
-11
/
+1
2016-03-14
Fixes after a rebase
Aaron Turon
-1
/
+0
2016-03-14
Initial incorporation of specialization:
Aaron Turon
-0
/
+8
2016-03-14
Hook `default` keyword into metadata and carry data through to typeck
Aaron Turon
-0
/
+17
2016-03-10
typestrong constant integers
Oliver Schneider
-3
/
+5
2016-03-09
Auto merge of #31710 - eddyb:reify, r=nikomatsakis
bors
-3
/
+4
2016-03-09
Track fn type and lifetime parameters in TyFnDef.
Eduard Burtescu
-3
/
+3
2016-03-09
Split TyBareFn into TyFnDef and TyFnPtr.
Eli Friedman
-3
/
+4
2016-03-06
Add method `visibility` to `CrateStore`
Jeffrey Seyfried
-0
/
+4
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-28
/
+28
2016-03-02
Use numeric field `Name`s ("0", "1" etc) for positional fields
Vadim Petrochenkov
-5
/
+9
2016-02-12
Autoderef in librustc_metadata
Jonas Schievink
-5
/
+5
2016-02-11
Pass through diagnostic handler instead
arcnmx
-1
/
+2
2016-02-11
Only retain external static symbols across LTO
arcnmx
-19
/
+20
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-2
/
+2
2016-02-02
Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc
bors
-3
/
+12
2016-02-01
Implemented macro referencing for save analysis
Daniel Campbell
-3
/
+12
2016-01-26
Implement the translation item collector.
Michael Woerister
-0
/
+10
2016-01-20
Rename Def's variants and don't reexport them
Vadim Petrochenkov
-15
/
+15
2016-01-20
Refactor definitions of ADTs in rustc::middle::def
Vadim Petrochenkov
-35
/
+47
2016-01-15
Preserve struct/variant kinds in metadata
Vadim Petrochenkov
-8
/
+24
2016-01-07
Refactor away extension traits RegionEscape and HasTypeFlags
Jeffrey Seyfried
-1
/
+1
2016-01-05
Refactor compiler to make use of dep-tracking-maps. Also, in cases where
Niko Matsakis
-11
/
+6
2015-12-31
Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson
Simonas Kazlauskas
-4
/
+8
2015-12-28
Use a more efficient encoding for opaque data in RBML.
Michael Woerister
-4
/
+8
2015-12-28
Rename ExplicitSelfCategory's variants and stop re-exporting them.
Ms2ger
-5
/
+5
2015-12-22
Fix def paths creation for items inlined from external crates.
Michael Woerister
-11
/
+36
2015-12-12
Implement `#[deprecated]` attribute (RFC 1270)
Vadim Petrochenkov
-0
/
+8
2015-12-10
Make MIR encodable and store it in crate metadata.
Michael Woerister
-2
/
+56
2015-12-09
Add scoped thread-local encoding and decoding contexts to cstore.
Michael Woerister
-0
/
+58
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-0
/
+1557
[prev]