summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2019-02-24Use ? in some macrosTaiki Endo-1/+1
2019-02-14Rollup merge of #58365 - Zoxc:task-status, r=michaelwoeristerMazdak Farrokhzad-0/+15
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-11Add an option to print the status of incremental tasks / dep nodes after runn...John Kåre Alsaker-0/+15
2019-02-10rustc: doc commentsAlexander Regueiro-28/+28
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-36/+55
2019-02-05move librustc to 2018Mark Mansi-24/+24
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-0/+1
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-4/+4
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-0/+1
2019-01-23Fix race condition when emitting stored diagnosticsJohn Kåre Alsaker-21/+63
2019-01-19Auto merge of #57752 - Centril:rollup, r=Centrilbors-1/+3
2019-01-19Rollup merge of #57698 - michaelwoerister:issue57692, r=ZoxcMazdak Farrokhzad-1/+1
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-0/+1
2019-01-19Rollup merge of #57476 - Xanewok:bye-crate-analysis, r=ZoxcMazdak Farrokhzad-0/+1
2019-01-19Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoeristerbors-0/+3
2019-01-17Fix typo bug in DepGraph::try_mark_green().Michael Woerister-1/+1
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-0/+1
2019-01-15Querify entry_fnIgor Matuszewski-0/+1
2019-01-15Address commentsJohn Kåre Alsaker-4/+7
2019-01-15Optimize try_mark_green and eliminate the lock on dep node colorsJohn Kåre Alsaker-74/+104
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-0/+3
2019-01-13Auto merge of #57580 - Centril:rollup, r=Centrilbors-1/+1
2019-01-11Make more passes incrementalJohn Kåre Alsaker-0/+6
2019-01-08Move diagnostics out from QueryJob and optimize for the case with no diagnosticsJohn Kåre Alsaker-1/+1
2019-01-08Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoeristerbors-162/+120
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-0/+1
2018-12-31Clean up and optimize OpenTask / read_indexJohn Kåre Alsaker-162/+120
2018-12-31Address commentsJohn Kåre Alsaker-3/+7
2018-12-31Use `entry` API to avoid double lookup when interning dep nodesJohn Kåre Alsaker-30/+39
2018-12-31Group dep node data into a single structureJohn Kåre Alsaker-126/+80
2018-12-27Integrate chalk enginescalexm-0/+1
2018-12-25Remove licensesMark Rousskov-101/+0
2018-12-19Auto merge of #54252 - arielb1:deref-query, r=nikomatsakisbors-0/+1
2018-12-17Remove *_inlined variantsJohn Kåre Alsaker-11/+3
2018-12-17Turn some asserts into debug_assertsJohn Kåre Alsaker-2/+2
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-11/+22
2018-12-15make autoderef steps a queryAriel Ben-Yehuda-0/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-4/+4
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-1/+1
2018-11-26rustc-guide has movedMark Mansi-2/+2
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-2/+2
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-1/+1
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-3/+3
2018-10-25Report const eval error inside the queryOliver Schneider-0/+1
2018-10-24introduce (but do not use) `ascribe_user_type` goalNiko Matsakis-2/+4