summary refs log tree commit diff
path: root/src/librustc/ty/maps
AgeCommit message (Expand)AuthorLines
2018-04-28Track unused mutable variables across closuresKeith Yeung-1/+1
2018-04-27Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoeristerbors-503/+496
2018-04-27Address commentsJohn Kåre Alsaker-6/+9
2018-04-27Store query jobs and query results in separate maps to reduce memory usageJohn Kåre Alsaker-25/+23
2018-04-27Move query functions out from the define_maps! macroJohn Kåre Alsaker-295/+316
2018-04-27Create a job immediately when looking in the query map and start it laterJohn Kåre Alsaker-245/+216
2018-04-27Auto merge of #50275 - kennytm:rollup, r=kennytmbors-1/+1
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-1/+1
2018-04-26Retry canonical trait query in standard mode if overflow occursAravind Gollakota-2/+3
2018-04-26Create a canonical trait query for `evaluate_obligation`Aravind Gollakota-4/+27
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-1/+1
2018-04-25Make DepGraph thread-safeJohn Kåre Alsaker-0/+1
2018-04-23eliminate the `Lrc` of a slice and just return the sliceNiko Matsakis-4/+4
2018-04-23first draft of `program_clauses_for_env`Niko Matsakis-0/+20
2018-04-19Remove HIR inliningWesley Wiser-13/+6
2018-04-18Auto merge of #49950 - Zoxc:default-span, r=estebankbors-38/+55
2018-04-17Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoeristerbors-2/+12
2018-04-16Improve query cycle error messageJohn Kåre Alsaker-18/+32
2018-04-16Call default_span lazily when query cycles occur instead of in the hot path f...John Kåre Alsaker-25/+28
2018-04-16Separately gate each target_feature featureAlex Crichton-1/+1
2018-04-15Add misc timingsJohn Kåre Alsaker-2/+11
2018-04-15Make layout_depth thread-safeJohn Kåre Alsaker-0/+1
2018-04-14Get rid of redundant `HashSet`Oliver Schneider-16/+15
2018-04-14Don't recurse into allocations, use a global table insteadOliver Schneider-60/+75
2018-04-14Auto merge of #49396 - Zoxc:sync-on-disk-cache, r=michaelwoeristerbors-23/+22
2018-04-13Auto merge of #49800 - ishitatsuyuki:intern-goal, r=nikomatsakisbors-2/+2
2018-04-12Auto merge of #45298 - toidiu:ak-44493-infer-predicate, r=nikomatsakisbors-1/+13
2018-04-12Make OnDiskCache thread-saferJohn Kåre Alsaker-23/+22
2018-04-12Implement inferring outlives requirements for references, structs, enum, unio...toidiu-1/+13
2018-04-12Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoeristerbors-0/+16
2018-04-12traits: Implement interning for Goal and ClauseTatsuyuki Ishi-2/+2
2018-04-11Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakisbors-1/+10
2018-04-10Querify all_traitsJohn Kåre Alsaker-0/+16
2018-04-07Auto merge of #49222 - Zoxc:print-query-stack, r=nikomatsakisbors-0/+35
2018-04-06Print query stack on ICEsJohn Kåre Alsaker-0/+35
2018-04-06Allow for internalizing monomorphizations that cannot be shared.Michael Woerister-0/+4
2018-04-06Remove the (inaccurate) symbol_export_level query.Michael Woerister-2/+0
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-1/+19
2018-04-06Allow for representing exported monomorphizations in crate metadata.Michael Woerister-1/+1
2018-04-06Improve assertion in Query::force().Michael Woerister-1/+10
2018-04-05Auto merge of #49045 - Zoxc:tls, r=michaelwoeristerbors-119/+371
2018-03-28Take the original extra-filename passed to a crate into account whenChris Manchester-0/+8
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-17/+0
2018-03-24Some cleanups and added commentsJohn Kåre Alsaker-61/+90
2018-03-24Make queries thread safe. Remove the query stack and make queries point to th...John Kåre Alsaker-119/+342
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-17/+0
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-1/+31
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+9
2018-03-22Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoeristerkennytm-0/+7