summary refs log tree commit diff
path: root/src/librustc_incremental/lib.rs
AgeCommit message (Expand)AuthorLines
2019-02-09Rollup merge of #58261 - taiki-e:librustc_incremental-2018, r=CentrilMazdak Farrokhzad-7/+4
2019-02-08librustc_incremental => 2018Taiki Endo-7/+4
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2018-12-25Remove licensesMark Rousskov-10/+0
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-31Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-0/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-10Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelixbors-0/+1
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-0/+1
2018-08-09[nll] librustc_incremental: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-1/+0
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-16Revert "Persist ThinLTO import data in incr. comp. session directory."Michael Woerister-1/+0
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-0/+1
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+2
2018-07-11Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-0/+1
2018-06-19Save query results and the dep graph in parallelJohn Kåre Alsaker-0/+2
2018-05-11Update naming in line with PR commentsIsaac Whitfield-2/+2
2018-05-11Catch a bad reference in use clausesIsaac Whitfield-1/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-3/+0
2018-03-28Rollup merge of #49364 - wesleywiser:incr_handle_load_failure, r=michaelwoeri...kennytm-0/+1
2018-03-28[incremental] Don't panic if decoding the cache failsWesley Wiser-0/+1
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1
2018-02-13incr.comp.: Run cache directory garbage collection before loading dep-graph.Michael Woerister-0/+1
2018-01-19Allow runtime switching between trans backendsbjorn3-0/+1
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-0/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+1
2017-10-25incr.comp.: Implement query diagnostic persistence.Michael Woerister-1/+5
2017-10-02incr.comp.: Remove saving and loading of legacy dep-graph.Michael Woerister-1/+1
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-0/+1
2017-09-23incr.comp.: Serialize and deserialize new DepGraphMichael Woerister-0/+1
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-4/+0
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-0/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-1/+0
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+0
2017-04-07SVH: Don't hash the HIR twice when once is enough.Michael Woerister-0/+1
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-1/+0
2017-03-29rustbuild: Update bootstrap compilerAlex Crichton-1/+0
2017-03-22Move some constants to rustc::ich.Michael Woerister-7/+0
2017-03-22Move Fingerprint to rustc::ich::Fingerprint.Michael Woerister-1/+0
2017-03-15Stabilize pub(restricted)Taylor Cramer-1/+1
2017-02-15Stabilize field init shorthandest31-1/+1