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
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2016-09-04
Replace `_, _, _` with `..`
Vadim Petrochenkov
-4
/
+4
2016-09-03
Fix rebase
Vadim Petrochenkov
-1
/
+32
2016-09-03
Add unions to HIR
Vadim Petrochenkov
-0
/
+3
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-3
/
+10
2016-08-30
Auto merge of #36066 - jseyfried:rollup, r=Manishearth
bors
-33
/
+4
2016-08-27
Make metadata encoding deterministic
Jonas Schievink
-1
/
+6
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-33
/
+4
2016-08-24
Remove AST from metadata except for consts and const fns.
Eduard Burtescu
-20
/
+6
2016-08-17
remove seemingly unnecessary call to encode_predicates
Niko Matsakis
-4
/
+0
2016-08-17
remove `usize: DepGraphRead` and add `Untracked`
Niko Matsakis
-7
/
+18
2016-08-17
Add a comment, remove Deref/DerefMut
Niko Matsakis
-7
/
+7
2016-08-17
pacify the mercilous tidy
Niko Matsakis
-2
/
+3
2016-08-17
create a trait to ensure that data is tracked
Niko Matsakis
-16
/
+17
2016-08-17
change callback for expr/type to a fn pointer
Niko Matsakis
-59
/
+57
2016-08-17
extract two more record calls
Niko Matsakis
-55
/
+61
2016-08-17
extract encode_info_for_trait_item into method
Niko Matsakis
-100
/
+109
2016-08-17
pull out call to `record` for impl items
Niko Matsakis
-99
/
+103
2016-08-17
don't pass extra state fo encode_struct_ctor
Niko Matsakis
-34
/
+33
2016-08-17
pull out encode_field
Niko Matsakis
-18
/
+31
2016-08-17
pull out code for encoding enum variants
Niko Matsakis
-43
/
+40
2016-08-17
pull out the record call for encode_info_for_item
Niko Matsakis
-242
/
+226
2016-08-17
separate main items from addl items in metadata
Niko Matsakis
-154
/
+220
2016-08-17
move rbml_w into the self struct
Niko Matsakis
-409
/
+379
2016-08-17
make record take a closure
Niko Matsakis
-540
/
+509
2016-08-17
introduce Deref/DerefMut to model subtype rel
Niko Matsakis
-6
/
+12
2016-08-17
move free encode fns into methods of IndexBuilder
Niko Matsakis
-896
/
+902
2016-08-17
put ecx into IndexBuilder so we don't have to pass
Niko Matsakis
-45
/
+50
2016-08-17
rename CrateIndex to IndexBuilder
Niko Matsakis
-18
/
+18
2016-08-17
move CrateIndex into its own module
Niko Matsakis
-37
/
+8
2016-08-17
rustc: split GenericPredicates of a method from its parent predicates.
Eduard Burtescu
-0
/
+3
2016-08-17
rustc: split Generics of a method from its parent Generics.
Eduard Burtescu
-3
/
+3
2016-08-17
rustc: reduce Substs and Generics to a simple immutable API.
Eduard Burtescu
-41
/
+14
2016-08-17
rustc: force all raw accesses to VecPerParamSpace through as_full_slice.
Eduard Burtescu
-2
/
+2
2016-08-17
rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates.
Eduard Burtescu
-9
/
+2
2016-08-12
typeck: record `impl Trait` concrete resolutions.
Eduard Burtescu
-0
/
+14
2016-08-08
track MIR through the dep-graph
Niko Matsakis
-2
/
+3
2016-08-02
replace graph rewriting with detecting inlined ids
Niko Matsakis
-5
/
+5
2016-07-29
Auto merge of #34842 - cgswords:attr_enc, r=nrc
bors
-20
/
+17
2016-07-28
Store `crate_disambiguator` as an `InternedString`
Niko Matsakis
-1
/
+1
2016-07-25
General MetaItem encapsulation rewrites.
cgswords
-20
/
+17
2016-07-08
Remove unnecessary accessor function VariantDefData::kind
Vadim Petrochenkov
-2
/
+2
2016-07-02
add a encoding version to the actual metadata
Ariel Ben-Yehuda
-6
/
+19
2016-07-02
make the metadata lock more robust and bump the metadata encoding version
Ariel Ben-Yehuda
-4
/
+0
2016-07-01
fix RUST_LOG, hopefully for real this time
Ariel Ben-Yehuda
-0
/
+1
2016-06-28
refactor rustc_metadata to use CamelCase names and IndexVec
Ariel Ben-Yehuda
-2
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-2
/
+2
2016-05-31
make region-param-def encoding more DRY
Niko Matsakis
-27
/
+2
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-1
/
+1
2016-05-25
trans: remove item_symbols from metadata and CrateContext.
Eduard Burtescu
-31
/
+1
2016-05-25
trans: move exported_symbol to Instance::symbol_name.
Eduard Burtescu
-0
/
+2
[prev]
[next]