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
2020-05-10
use min_specialization for some rustc crates where it requires no changes
Ralf Jung
-1
/
+1
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-0
/
+1
2020-04-11
Depend on libc from crates.io
Luca Barbieri
-1
/
+0
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-34
/
+0
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-02-07
Remove unused feature gates from librustc_metadata
bjorn3
-4
/
+0
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-1
/
+0
2020-01-18
slice_patterns: remove internal uses of gate
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-6
/
+8
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
[next]