summary refs log tree commit diff
path: root/src/librustc_metadata/lib.rs
AgeCommit message (Expand)AuthorLines
2020-05-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-0/+1
2020-04-11Depend on libc from crates.ioLuca Barbieri-1/+0
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-34/+0
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-02-07Remove unused feature gates from librustc_metadatabjorn3-4/+0
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-6/+8
2019-12-06Use `to_option` in various placesvarkor-0/+1
2019-11-28rustc_metadata: Merge `cstore.rs` into `creader.rs`Vadim Petrochenkov-1/+2
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+0
2019-11-07rustc_metadata: Rename `schema` to `rmeta`Vadim Petrochenkov-1/+1
2019-11-07rustc_metadata: Move cstore_impl into mod decoderVadim Petrochenkov-1/+0
2019-11-07rustc_metadata: Move decoder/encoder/table into mod schemaVadim Petrochenkov-3/+0
2019-10-15rustc_metadata: rename index::Index to table::Table.Eduard-Mihai Burtescu-5/+5
2019-10-10Add 'unlikely' annotation to branch in crate DepNodeIndex caching.Michael Woerister-0/+2
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-0/+1
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-1/+0
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-3/+1
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-2/+3
2019-07-24syntax_ext: Turn `#[global_allocator]` into a regular attribute macroVadim Petrochenkov-2/+3
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-2/+0
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+1
2019-05-22rustc_metadata: rip out unused incremental infrastructure.Eduard-Mihai Burtescu-2/+0
2019-05-22rustc_metadata: parametrize schema::CrateRoot by 'tcx.Eduard-Mihai Burtescu-0/+1
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-1/+1
2019-04-17Rename modulesYuki OKUSHI-1/+1
2019-04-17Deny `internal` in stage0Mateusz MikuĊ‚a-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-03-20Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichtonbors-0/+1
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-09Rollup merge of #58255 - taiki-e:librustc_metadata-2018, r=CentrilMazdak Farrokhzad-11/+3
2019-02-08librustc_metadata => 2018Taiki Endo-11/+3
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-20Keep last redundant linker flag, not firstDouglas Creager-0/+1
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-14Use `Mmap` to open the rmeta file.Nicholas Nethercote-0/+2
2018-11-03Remove rustc_metadata_utils, which contains only one functionbjorn3-1/+30
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-29Auto merge of #53711 - arielb1:macro-table, r=michaelwoeristerbors-0/+1
2018-08-26create a valid DefIdTable for proc macro cratesAriel Ben-Yehuda-0/+1