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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+1
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-0
/
+1
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-0
/
+2
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-0
/
+1
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-0
/
+1
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-0
/
+1
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-1
/
+0
2017-12-04
rustc_back: move dynamic_lib to rustc_metadata.
Irina-Gabriela Popa
-0
/
+3
2017-10-24
incr.comp.: Factor some persistence functionality out of crate metadata code.
Michael Woerister
-1
/
+0
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-0
/
+2
2017-09-02
stabilize mem::discriminant (closes #24263)
Alex Burka
-1
/
+0
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-1
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-2
/
+0
2017-07-02
Remove the remaining feature gates
Stjepan Glavina
-1
/
+0
2017-06-20
Remove the in-tree `flate` crate
Alex Crichton
-1
/
+1
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-3
/
+0
2017-05-17
Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis
bors
-0
/
+1
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-0
/
+1
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-1
/
+1
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-0
/
+1
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-0
/
+1
2017-03-29
rustbuild: Update bootstrap compiler
Alex Crichton
-1
/
+0
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-0
/
+1
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-1
/
+1
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2017-01-02
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-1
/
+0
2016-12-30
Fix rebase fallout
Simonas Kazlauskas
-3
/
+0
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+6
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+0
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-25
run rustfmt on librustc_metadata folder
Srinivas Reddy Thatiparthy
-2
/
+4
2016-10-24
Import macros in `resolve` instead of in `metadata::macro_import`.
Jeffrey Seyfried
-1
/
+0
2016-10-22
Rename `loader.rs` -> `locator.rs`.
Jeffrey Seyfried
-1
/
+1
2016-10-22
Rename `csearch.rs` -> `cstore_impl.rs`.
Jeffrey Seyfried
-1
/
+1
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-6
/
+6
2016-09-20
rustc_metadata: replace RBML with a simple and type-safe scheme.
Eduard Burtescu
-12
/
+1
2016-09-20
rustc_metadata: group information into less tags.
Eduard Burtescu
-11
/
+9
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-0
/
+1
2016-09-20
rustc_metadata: remove ty{en,de}code and move to auto-derived serialization.
Eduard Burtescu
-3
/
+1
2016-09-20
Remove librbml and the RBML-tagged auto-encoder/decoder.
Eduard Burtescu
-3
/
+0
2016-09-20
rustc_metadata: combine DecodeContext and rbml::reader::Decoder.
Eduard Burtescu
-4
/
+0
2016-09-20
rustc_metadata: use specialization for {en,de}coding Ty and Substs.
Eduard Burtescu
-0
/
+1
2016-09-20
rbml: move the tagged encoder/decoder to librustc_metadata.
Eduard Burtescu
-1
/
+13
2016-09-19
Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand...
bors
-0
/
+2
[next]