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-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
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-28
rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-22
rustc_metadata: don't break the version check when CrateRoot changes.
Eduard-Mihai Burtescu
-4
/
+11
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-3
/
+3
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-3
/
+3
2016-11-17
Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb
bors
-9
/
+19
2016-11-17
hash the contents of impl-item-ref by adding them to visitor
Niko Matsakis
-6
/
+11
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-0
/
+4
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-3
/
+4
2016-11-16
rustc: Implement #[link(cfg(..))] and crt-static
Alex Crichton
-8
/
+3
2016-11-12
rustc_typeck: register item types for closures
Ariel Ben-Yehuda
-1
/
+1
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-1
/
+1
2016-11-12
Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov
Eduard-Mihai Burtescu
-5
/
+5
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-5
/
+5
2016-11-10
Improve macro reexports.
Jeffrey Seyfried
-20
/
+35
2016-11-10
Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`.
Jeffrey Seyfried
-1
/
+1
2016-11-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-44
/
+40
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-6
/
+6
2016-11-02
rustc: make all read access to tcx.tables go through a method.
Eduard Burtescu
-1
/
+1
2016-10-28
rustc: move the MIR map into TyCtxt.
Eduard Burtescu
-6
/
+2
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-10-25
run rustfmt on librustc_metadata folder
Srinivas Reddy Thatiparthy
-169
/
+149
2016-10-07
Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc
bors
-3
/
+3
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-3
/
+3
2016-10-04
Eliminate ty::VariantKind in favor of def::CtorKind
Vadim Petrochenkov
-17
/
+10
2016-10-04
Fix cross-crate resolution of half-items created by export shadowing
Vadim Petrochenkov
-2
/
+6
[next]