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
2016-03-25
track def-id for inlined items
Niko Matsakis
-11
/
+31
2016-03-25
Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.
Michael Woerister
-6
/
+11
2016-03-25
Make the compiler emit an error if the crate graph contains two crates with t...
Michael Woerister
-10
/
+58
2016-03-25
Compute a salt from arguments passed via -Cmetadata.
Michael Woerister
-0
/
+19
2016-03-25
Make CrateStore::crate_name() return an InternedString to avoid unnecessary a...
Michael Woerister
-2
/
+2
2016-03-25
CrateStore: Allow for custom def_id_to_string mappings in encode_type().
Michael Woerister
-16
/
+23
2016-03-24
remove ErasedRegions from substitutions
Niko Matsakis
-26
/
+3
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-6
/
+6
2016-03-17
trans: Rename MonoId to Instance and start using it in more places.
Eduard Burtescu
-8
/
+12
2016-03-17
metadata: Constrain FoundAst::FoundParent to an Item.
Eduard Burtescu
-94
/
+67
2016-03-17
metedata: Remove the unnecessary indirection to astencode.
Eduard Burtescu
-80
/
+18
2016-03-14
Fixes after a rebase
Aaron Turon
-1
/
+1
2016-03-14
Move specialization graph walks to iterators; make associated type
Aaron Turon
-1
/
+8
2016-03-14
Initial incorporation of specialization:
Aaron Turon
-1
/
+26
2016-03-14
Hook `default` keyword into metadata and carry data through to typeck
Aaron Turon
-0
/
+30
2016-03-14
Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis
bors
-12
/
+19
2016-03-14
rustbuild
Oliver Schneider
-0
/
+1
2016-03-10
Auto merge of #32121 - GuillaumeGomez:help_e0514, r=cmr
bors
-8
/
+10
2016-03-10
typestrong constant integers
Oliver Schneider
-12
/
+18
2016-03-09
Auto merge of #31710 - eddyb:reify, r=nikomatsakis
bors
-7
/
+10
2016-03-09
Track fn type and lifetime parameters in TyFnDef.
Eduard Burtescu
-5
/
+7
2016-03-09
Split TyBareFn into TyFnDef and TyFnPtr.
Eli Friedman
-7
/
+8
2016-03-08
Add help for E0514
ggomez
-8
/
+10
2016-03-06
Add method `visibility` to `CrateStore`
Jeffrey Seyfried
-0
/
+9
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-70
/
+70
2016-03-03
Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakis
bors
-5
/
+2
2016-03-02
Move span into `StructField`
Vadim Petrochenkov
-2
/
+2
2016-03-02
Use numeric field `Name`s ("0", "1" etc) for positional fields
Vadim Petrochenkov
-7
/
+10
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+0
2016-02-26
Fix breakage in rustc_metadata
Jeffrey Seyfried
-2
/
+2
2016-02-26
Remove `LastPrivate`
Jeffrey Seyfried
-3
/
+0
2016-02-22
Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn
bors
-0
/
+1
2016-02-21
rustbuild: Sync some Cargo.toml/lib.rs dependencies
Alex Crichton
-0
/
+1
2016-02-20
make *mut T -> *const T a coercion
Ariel Ben-Yehuda
-4
/
+12
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-2
/
+2
2016-02-12
Autoderef in librustc_metadata
Jonas Schievink
-64
/
+64
2016-02-12
Auto merge of #30830 - arcnmx:static-extern, r=alexcrichton
bors
-28
/
+23
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+20
2016-02-11
Pass through diagnostic handler instead
arcnmx
-1
/
+2
2016-02-11
Only retain external static symbols across LTO
arcnmx
-28
/
+22
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-6
/
+6
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-3
/
+3
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-10
/
+10
2016-02-11
[breaking-change] don't glob export ast::FloatTy variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-7
/
+7
2016-02-09
make `MirMap` a struct instead of a type alias for `NodeMap`
Oliver Schneider
-6
/
+7
2016-02-06
Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakis
bors
-1
/
+1
2016-02-05
Instrument a bunch of tasks that employ the HIR map in one way or
Niko Matsakis
-1
/
+5
[prev]
[next]