about summary refs log tree commit diff
path: root/src/librustc_incremental/lib.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-30/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-05-12Change `WorkProduct::saved_files` to an `Option`.Nicholas Nethercote-1/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-02-07Remove unused feature gate from librustc_incrementalbjorn3-1/+0
2019-12-22Format the worldMark Rousskov-14/+14
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-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-3/+0
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-0/+1
2019-06-11rustc_incremental: deny(unused_lifetimes).Eduard-Mihai Burtescu-0/+1
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-1/+1
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