summary refs log tree commit diff
path: root/src/librustc_metadata/lib.rs
AgeCommit message (Expand)AuthorLines
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-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
2018-05-13stabilize :lifetimeAlex Burka-2/+0
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-19Remove HIR inliningWesley Wiser-1/+0
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-0/+1
2018-04-09Convert sort_unstable_by_key to sort_by_cached_keyvarkor-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-2/+0
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-0/+1
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-0/+2
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-0/+1
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-0/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-0/+1
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+0
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-0/+3
2017-10-24incr.comp.: Factor some persistence functionality out of crate metadata code.Michael Woerister-1/+0
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-0/+2
2017-09-02stabilize mem::discriminant (closes #24263)Alex Burka-1/+0
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-1/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-2/+0
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-06-20Remove the in-tree `flate` crateAlex Crichton-1/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-3/+0