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
Age
Commit message (
Expand
)
Author
Lines
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-8942
/
+0
2015-11-26
make check works
Ariel Ben-Yehuda
-6
/
+39
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-78
/
+95
2015-11-26
remove csearch from the rest of rustc
Ariel Ben-Yehuda
-13
/
+152
2015-11-26
remove csearch from resolve and typeck
Ariel Ben-Yehuda
-7
/
+82
2015-11-26
stop using csearch in librustc and librustc_lint
Ariel Ben-Yehuda
-1
/
+325
2015-11-26
Consider a crate staged if it has `stable` or `unstable` in its root
Vadim Petrochenkov
-10
/
+2
2015-11-25
Remove `#[staged_api]`
Vadim Petrochenkov
-4
/
+11
2015-11-25
Auto merge of #30034 - brson:rust_path, r=alexcrichton
bors
-95
/
+4
2015-11-24
Remove RUST_PATH from compiler
Brian Anderson
-95
/
+4
2015-11-20
rustc: Fix `extern crate` being order dependent
Alex Crichton
-5
/
+35
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-29
/
+30
2015-11-18
Rework the `IdVisitor` so that it only visits item contents (and doesn't
Niko Matsakis
-5
/
+1
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-11-06
Preserve public static items across LTO
arcnmx
-0
/
+13
2015-11-02
Merged windows and unix `find_libdir()`
Vadim Chugunov
-6
/
+0
2015-10-31
Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi...
Vadim Chugunov
-2
/
+1
2015-10-28
Log the error we get when we fail to load metadata from a library.
JP Sugarbroad
-2
/
+2
2015-10-24
Remove bare semicolons
Florian Hahn
-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-07
use the struct's ctor-id as its variant def-id
Ariel Ben-Yehuda
-4
/
+1
2015-10-03
Auto merge of #28521 - arielb1:metadiet, r=eddyb
bors
-355
/
+363
2015-10-02
unify the 2 impl indexes
Ariel Ben-Yehuda
-75
/
+38
2015-10-02
Merge branch 'master' into metadiet
Ariel Ben-Yehuda
-592
/
+537
2015-10-02
Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton
bors
-1
/
+1
2015-10-01
remove the code that encodes type parameter defs
Ariel Ben-Yehuda
-3
/
+1
2015-10-01
don't store method_fty
Ariel Ben-Yehuda
-29
/
+8
2015-10-01
don't duplicate item types between encoder <-> astencode
Ariel Ben-Yehuda
-1
/
+1
2015-10-01
improve the tyencode abbrev format
Ariel Ben-Yehuda
-36
/
+23
2015-10-01
don't mark_stable_position needlessly in tyencode
Ariel Ben-Yehuda
-6
/
+13
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-1
/
+1
2015-10-01
share stored predicates
Ariel Ben-Yehuda
-66
/
+115
2015-10-01
add a cross-reference index
Ariel Ben-Yehuda
-105
/
+149
2015-10-01
remove unneeded tags from metadata
Ariel Ben-Yehuda
-69
/
+11
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
-456
/
+449
2015-10-01
rename ast_map to hir_map
Niko Matsakis
-7
/
+7
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-94
/
+113
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-37
/
+41
2015-10-01
move LOCAL_CRATE to cstore
Niko Matsakis
-2
/
+8
2015-10-01
kill the fake provided method stubs
Ariel Ben-Yehuda
-44
/
+33
2015-09-30
Auto merge of #28724 - tsion:remove-double-semicolons, r=alexcrichton
bors
-1
/
+1
2015-09-29
Auto merge of #28702 - arielb1:metadata-versioning, r=nrc
bors
-0
/
+39
[next]