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
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-2078
/
+0
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-2
/
+2
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-23
/
+25
2015-11-16
ImplItem_ -> ImplItemKind rename
Oliver Schneider
-1
/
+1
2015-11-16
rename ImplItem_::*ImplItem to ImplItem_::*
Oliver Schneider
-1
/
+1
2015-11-13
Store a valid name for the root module in metadata
mitaa
-1
/
+1
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-4
/
+4
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-3
/
+3
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-5
/
+5
2015-10-13
Fix rebase
Vadim Petrochenkov
-2
/
+2
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-1
/
+1
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-9
/
+4
2015-10-02
unify the 2 impl indexes
Ariel Ben-Yehuda
-50
/
+24
2015-10-02
Merge branch 'master' into metadiet
Ariel Ben-Yehuda
-233
/
+196
2015-10-01
don't store method_fty
Ariel Ben-Yehuda
-18
/
+0
2015-10-01
improve the tyencode abbrev format
Ariel Ben-Yehuda
-2
/
+2
2015-10-01
share stored predicates
Ariel Ben-Yehuda
-52
/
+88
2015-10-01
add a cross-reference index
Ariel Ben-Yehuda
-100
/
+103
2015-10-01
remove unneeded tags from metadata
Ariel Ben-Yehuda
-32
/
+4
2015-10-01
remove code for re-exports of static methods
Niko Matsakis
-119
/
+3
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-114
/
+134
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-25
/
+48
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-33
/
+38
2015-10-01
move LOCAL_CRATE to cstore
Niko Matsakis
-1
/
+2
2015-10-01
kill the fake provided method stubs
Ariel Ben-Yehuda
-13
/
+7
2015-09-29
store the rustc version in metadata and check it
Ariel Ben-Yehuda
-0
/
+5
2015-09-23
Remove random Idents outside of libsyntax
Vadim Petrochenkov
-2
/
+2
2015-09-22
Use Names in path fragments and MacroDef
Vadim Petrochenkov
-1
/
+1
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-19
/
+19
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-77
/
+77
2015-09-03
rewrite metadata indexing
Ariel Ben-Yehuda
-87
/
+32
2015-09-03
remove totally useless struct-field index
Ariel Ben-Yehuda
-46
/
+34
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-19
/
+21
2015-08-24
convert to use `is_local` instead of `== LOCAL_CRATE`
Niko Matsakis
-1
/
+1
2015-08-24
fallout from moving def-id
Niko Matsakis
-40
/
+39
2015-08-17
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.
Huon Wilson
-1
/
+1
2015-08-16
Auto merge of #27851 - nikomatsakis:cleanup-ty-decoder, r=eddyb
bors
-19
/
+11
2015-08-14
move InlinedItem into librustc, where it belongs
Niko Matsakis
-19
/
+11
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-22
/
+26
2015-08-10
trans: Stop informing LLVM about dllexport
Alex Crichton
-16
/
+13
2015-08-07
rename ADTDef to AdtDef etc.
Ariel Ben-Yehuda
-12
/
+9
2015-08-06
create VariantDef-s (but don't actually use them)
Ariel Ben-Yehuda
-48
/
+44
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-20
/
+16
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-1
/
+1
2015-07-12
Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis
bors
-2
/
+2
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-5
/
+1
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-2
/
+2
2015-06-30
Actually encode default associated types
Ariel Ben-Yehuda
-0
/
+4
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-27
/
+24
[next]