summary refs log tree commit diff
path: root/src/librustc_metadata/lib.rs
AgeCommit message (Expand)AuthorLines
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
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-09librustc_metadata: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-1/+0
2018-08-03Move validate_crate_name to rustc_metadataMark Rousskov-0/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-20proc_macro: clean up the implementation of quasi-quoting.Eduard-Mihai Burtescu-0/+1
2018-07-11Deny bare trait objects in in src/librustc_metadataljedrz-0/+2
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-1/+0
2018-06-28Support delegation in stable hashing macrosVadim Petrochenkov-0/+1
2018-06-01Update recursion limitsJohn Kåre Alsaker-0/+2
2018-05-13restore feature for stage0Alex Burka-0/+1