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
/
schema.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-17
Use `LazySeq` instead of `Vec`
Oliver Schneider
-1
/
+1
2018-04-17
Don't recurse into allocations, use a global table instead
Oliver Schneider
-0
/
+1
2018-03-26
Introduce a TargetTriple enum to support absolute target paths
Philipp Oppermann
-1
/
+2
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-1
/
+2
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-0
/
+1
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-4
/
+4
2018-03-06
Don't recompute SymbolExportLevel for upstream crates.
Michael Woerister
-1
/
+3
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-1
/
+1
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-2
/
+0
2018-01-04
Map invalid Spans to DUMMY_SP during crate metadata encoding.
Michael Woerister
-0
/
+4
2017-11-18
remove the `generator_sigs` map, query, and plumbing
Niko Matsakis
-2
/
+1
2017-11-18
kill the `closure_kind` query
Niko Matsakis
-2
/
+1
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-4
/
+4
2017-11-01
Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis
bors
-5
/
+0
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+2
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-2
/
+3
2017-10-24
incr.comp.: Factor some persistence functionality out of crate metadata code.
Michael Woerister
-5
/
+0
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-2
/
+2
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-4
/
+4
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-60
/
+10
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+11
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-0
/
+2
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-14
/
+20
2017-06-27
rustc: rename closure_type to fn_sig.
Eduard-Mihai Burtescu
-2
/
+2
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-1
/
+1
2017-06-06
ICH: Make StableHashingContext work with any TyCtxt, not just the global one.
Michael Woerister
-7
/
+7
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-1
/
+2
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-0
/
+14
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-9
/
+68
2017-04-25
support `default impl` for specialization
Gianni Ciccarelli
-0
/
+1
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-0
/
+1
2017-04-16
rustc: use monomorphic const_eval for cross-crate enum discriminants.
Eduard-Mihai Burtescu
-8
/
+5
2017-04-13
Make simple_global_asm even simpler
A.J. Gardner
-0
/
+1
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+1
2017-04-12
ICH: Replace old, transitive metadata hashing with direct hashing approach.
Michael Woerister
-4
/
+86
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-0
/
+58
2017-03-23
convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`
Niko Matsakis
-1
/
+3
2017-02-25
rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.
Eduard-Mihai Burtescu
-2
/
+2
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-5
/
+5
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-2
/
+4
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-16
/
+1
2017-02-10
Move type of discriminant to AdtDef
Simonas Kazlauskas
-1
/
+1
2017-02-06
Introduce ReprOptions, a struct for holding info from the repr attributes. T...
Austin Hicks
-4
/
+4
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+0
2017-01-28
rustc: remove unused `bounds` field from `RegionParameterDef`.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-28
rustc: move object default lifetimes to resolve_lifetimes.
Eduard-Mihai Burtescu
-0
/
+2
2017-01-28
rustc: always include elidable lifetimes in HIR types.
Eduard-Mihai Burtescu
-1
/
+14
[next]