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
2019-12-06
Use `to_option` in various places
varkor
-0
/
+1
2019-11-28
rustc_metadata: Merge `cstore.rs` into `creader.rs`
Vadim Petrochenkov
-1
/
+2
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-2
/
+0
2019-11-07
rustc_metadata: Rename `schema` to `rmeta`
Vadim Petrochenkov
-1
/
+1
2019-11-07
rustc_metadata: Move cstore_impl into mod decoder
Vadim Petrochenkov
-1
/
+0
2019-11-07
rustc_metadata: Move decoder/encoder/table into mod schema
Vadim Petrochenkov
-3
/
+0
2019-10-15
rustc_metadata: rename index::Index to table::Table.
Eduard-Mihai Burtescu
-5
/
+5
2019-10-10
Add 'unlikely' annotation to branch in crate DepNodeIndex caching.
Michael Woerister
-0
/
+2
2019-09-23
rustc: Convert `dependency_formats` to a query
Alex Crichton
-0
/
+1
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-3
/
+1
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-2
/
+3
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-2
/
+3
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-2
/
+0
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-05-22
rustc_metadata: rip out unused incremental infrastructure.
Eduard-Mihai Burtescu
-2
/
+0
2019-05-22
rustc_metadata: parametrize schema::CrateRoot by 'tcx.
Eduard-Mihai Burtescu
-0
/
+1
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-20
Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton
bors
-0
/
+1
2019-02-12
Stabilize slice_sort_by_cached_key
Scott McMurray
-1
/
+0
2019-02-09
Rollup merge of #58255 - taiki-e:librustc_metadata-2018, r=Centril
Mazdak Farrokhzad
-11
/
+3
2019-02-08
librustc_metadata => 2018
Taiki Endo
-11
/
+3
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
Keep last redundant linker flag, not first
Douglas Creager
-0
/
+1
2018-11-27
remove uses of feature gate
Mark Mansi
-1
/
+0
2018-11-14
Use `Mmap` to open the rmeta file.
Nicholas Nethercote
-0
/
+2
2018-11-03
Remove rustc_metadata_utils, which contains only one function
bjorn3
-1
/
+30
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-29
Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister
bors
-0
/
+1
2018-08-26
create a valid DefIdTable for proc macro crates
Ariel Ben-Yehuda
-0
/
+1
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-09
librustc_metadata: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-05
Remove unnecessary feature attributes that sneaked in
varkor
-1
/
+0
2018-08-03
Move validate_crate_name to rustc_metadata
Mark Rousskov
-0
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-20
proc_macro: clean up the implementation of quasi-quoting.
Eduard-Mihai Burtescu
-0
/
+1
2018-07-11
Deny bare trait objects in in src/librustc_metadata
ljedrz
-0
/
+2
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-1
/
+0
2018-06-28
Support delegation in stable hashing macros
Vadim Petrochenkov
-0
/
+1
2018-06-01
Update recursion limits
John Kåre Alsaker
-0
/
+2
2018-05-13
restore feature for stage0
Alex Burka
-0
/
+1
[next]