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
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-5
/
+1
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-7
/
+0
2017-05-09
resolved merge conflicts
achernyak
-124
/
+112
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-124
/
+112
2017-05-04
moved metadata provider impls to decoder
achernyak
-3
/
+20
2017-05-02
rename from `item_mir` to `optimized_mir`
Niko Matsakis
-4
/
+4
2017-05-02
Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb
Corey Farwell
-2
/
+9
2017-05-01
Queryify is_item_mir_available
Taylor Cramer
-7
/
+2
2017-05-01
Queryify const_is_rvalue_promotable_to_static
Taylor Cramer
-5
/
+0
2017-05-01
Queryify item_body_nested_bodies
Taylor Cramer
-8
/
+1
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+9
2017-04-28
Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddyb
bors
-1
/
+1
2017-04-28
Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton
bors
-2
/
+2
2017-04-28
do not access `associated_item` map directly
Niko Matsakis
-1
/
+1
2017-04-27
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
bors
-0
/
+4
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-2
/
+2
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-0
/
+4
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-10
/
+9
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-3
/
+18
2017-04-16
rustc: use monomorphic const_eval for cross-crate enum discriminants.
Eduard-Mihai Burtescu
-19
/
+5
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-1
/
+2
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+1
2017-04-07
ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.
Michael Woerister
-5
/
+8
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-3
/
+3
2017-03-23
convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`
Niko Matsakis
-4
/
+4
2017-03-22
Rollup merge of #40696 - cramertj:remove-unused-adt-def-code, r=petrochenkov
Corey Farwell
-10
/
+2
2017-03-21
Remove unused adt-def insertion by constructor DefIndex
Taylor Cramer
-10
/
+2
2017-03-21
Check for conflicts between macros 1.0 exports (`#[macro_export]`, `#[macro_r...
Jeffrey Seyfried
-13
/
+6
2017-02-25
rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.
Eduard-Mihai Burtescu
-3
/
+14
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-11
/
+10
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-6
/
+9
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-7
/
+1
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-40
/
+21
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-3
/
+3
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-10
/
+17
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-24
/
+1
2017-02-23
Move MacroKind into Def::Macro
Josh Driver
-6
/
+15
2017-02-11
Rebase fallout
Simonas Kazlauskas
-3
/
+3
2017-02-10
Move type of discriminant to AdtDef
Simonas Kazlauskas
-6
/
+10
2017-02-06
Introduce ReprOptions, a struct for holding info from the repr attributes. T...
Austin Hicks
-14
/
+14
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-1
/
+0
2017-01-28
rustc: move object default lifetimes to resolve_lifetimes.
Eduard-Mihai Burtescu
-0
/
+7
2017-01-28
rustc: always include elidable lifetimes in HIR types.
Eduard-Mihai Burtescu
-1
/
+14
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-09
trans/metadata: Remove obsolete CrateStore::can_have_local_instance()
Michael Woerister
-32
/
+6
2017-01-09
metadata: Add is_exported_symbol() method to CrateStore.
Michael Woerister
-1
/
+1
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-54
/
+9
2016-12-30
Fix rebase fallout
est31
-1
/
+0
2016-12-30
Fix rebase fallout
Simonas Kazlauskas
-1
/
+1
[prev]
[next]