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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-16
rustc: use monomorphic const_eval for cross-crate enum discriminants.
Eduard-Mihai Burtescu
-9
/
+37
2017-04-14
Rollup merge of #40702 - mrhota:global_asm, r=nagisa
Corey Farwell
-0
/
+2
2017-04-13
use `tcx.crate_name(LOCAL_CRATE)` rather than `LinkMeta::crate_name`
Niko Matsakis
-2
/
+2
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+2
2017-04-12
ICH: Replace old, transitive metadata hashing with direct hashing approach.
Michael Woerister
-11
/
+37
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-24
/
+36
2017-03-27
Rollup merge of #40683 - nikomatsakis:incr-comp-coerce-unsized-info, r=eddyb
Alex Crichton
-5
/
+13
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-2
/
+2
2017-03-23
move `export_map` into the tcx
Niko Matsakis
-5
/
+1
2017-03-23
convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`
Niko Matsakis
-5
/
+13
2017-03-18
translate tuple-variant constructors using MIR
Ariel Ben-Yehuda
-2
/
+2
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-1
/
+2
2017-02-25
rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.
Eduard-Mihai Burtescu
-3
/
+10
2017-02-25
rustc: allow handling cycle errors gracefully in on-demand.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-2
/
+2
2017-02-25
rustc: simplify tcx.closure_type(...) as it can copy the cached values.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-2
/
+2
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-5
/
+5
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-6
/
+14
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-19
/
+42
2017-02-11
Rebase fallout
Simonas Kazlauskas
-1
/
+2
2017-02-10
Move type of discriminant to AdtDef
Simonas Kazlauskas
-5
/
+5
2017-02-06
Introduce ReprOptions, a struct for holding info from the repr attributes. T...
Austin Hicks
-5
/
+19
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+0
2017-01-29
Privatize constructors of tuple structs with private fields
Vadim Petrochenkov
-1
/
+7
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
-2
/
+12
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-30
/
+30
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-30
Fix rebase fallout
Simonas Kazlauskas
-4
/
+8
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-29
/
+13
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-14
/
+30
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-1
/
+3
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-2
/
+4
2016-12-24
Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities.
Jeffrey Seyfried
-35
/
+11
2016-12-16
definitions: Store DefPath data in separate table in metadata
Michael Woerister
-19
/
+13
2016-12-08
also generate MIR for statics
Oliver Schneider
-0
/
+1
2016-12-07
add a -Z flag to guarantee that MIR is generated for all functions
Oliver Schneider
-2
/
+4
2016-12-05
trans: Rename `reachable` to `exported_symbols` where appropriate.
Michael Woerister
-12
/
+12
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-1
/
+0
2016-11-30
rustc: track the Span's of definitions across crates.
Eduard-Mihai Burtescu
-12
/
+18
2016-11-29
rustc: remove type information from TraitDef.
Eduard-Mihai Burtescu
-1
/
+0
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-3
/
+3
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-3
/
+3
2016-11-29
Refactor inlined items some more
Florian Diebold
-3
/
+3
2016-11-29
Add make tidy fixes
Florian Diebold
-3
/
+9
2016-11-29
Fix cross-crate associated constant evaluation
Florian Diebold
-1
/
+3
2016-11-29
Save bodies of functions for inlining into other crates
Florian Diebold
-3
/
+5
2016-11-29
rustc_metadata: fix compilation
Florian Diebold
-2
/
+5
[next]