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
/
schema.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-14
HirIdify hir::Def
ljedrz
-1
/
+1
2019-03-28
Rollup merge of #58581 - varkor:const-generics-encoder-refactor, r=eddyb
Mazdak Farrokhzad
-1
/
+5
2019-03-24
Separate variant id and variant constructor id.
David Wood
-6
/
+3
2019-03-14
Add `EntryKind::TypeParam` and `EntryKind::ConstParam`
varkor
-1
/
+5
2019-03-05
Encode proc macro stability
John Kåre Alsaker
-0
/
+1
2019-02-08
librustc_metadata => 2018
Taiki Endo
-2
/
+2
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-0
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-1
/
+1
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-1
/
+1
2018-09-19
Add an is_marker flag to TraitDef
Scott McMurray
-0
/
+2
2018-09-06
crates that provide a `panic_handler` are exempt from `unused_extern_crates`
Jorge Aparicio
-0
/
+1
2018-08-19
mv codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-1
/
+1
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-2
/
+3
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+2
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-1
/
+0
2018-07-02
introduce `predicates_defined_on` for traits
Niko Matsakis
-0
/
+2
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+2
2018-05-18
Serialize attributes into the CrateRoot
Isaac Whitfield
-0
/
+8
2018-05-17
Keep crate edition in metadata
Vadim Petrochenkov
-0
/
+2
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-2
/
+1
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
2018-04-24
Hash EntryKind::AssociatedConst const data
Wesley Wiser
-1
/
+2
2018-04-19
Remove HIR inlining
Wesley Wiser
-7
/
+28
2018-04-14
Use `LazySeq` instead of `Vec`
Oliver Schneider
-1
/
+1
2018-04-14
Don't recurse into allocations, use a global table instead
Oliver Schneider
-0
/
+1
2018-04-06
Allow for representing exported monomorphizations in crate metadata.
Michael Woerister
-2
/
+7
2018-03-28
Take the original extra-filename passed to a crate into account when
Chris Manchester
-1
/
+4
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
[next]