summary refs log tree commit diff
path: root/src/librustc/ty/context.rs
AgeCommit message (Expand)AuthorLines
2019-02-19Auto merge of #57896 - oli-obk:permissive_existence, r=cramertjbors-1/+12
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-2/+2
2019-02-13Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebankMazdak Farrokhzad-12/+9
2019-02-13Cleanup importsTaiki Endo-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-11/+11
2019-02-10Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoeristerbors-2/+3
2019-02-09cleanup: rename node_id_to_type(_opt)ljedrz-12/+9
2019-02-09Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obkbors-10/+12
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-2/+3
2019-02-06Make `intern_lazy_const` actually intern its argument.Nicholas Nethercote-10/+12
2019-02-05move librustc to 2018Mark Mansi-50/+50
2019-02-01Auto merge of #57937 - denzp:nvptx, r=nagisabors-0/+6
2019-02-01Restrict concrete types to equivalent typesOliver Scherer-1/+12
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-7/+7
2019-01-27Fix indentationOliver Scherer-1/+1
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-0/+6
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-2/+3
2019-01-19Use a struct for user type annotationsMatthew Jasper-1/+21
2019-01-19Rename CanonicalUserTypeAnnotation -> CanonicalUserTypeMatthew Jasper-6/+6
2019-01-19Rename UserTypeAnnotation -> UserTypeMatthew Jasper-12/+12
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-0/+10
2019-01-13Rollup merge of #57113 - Zoxc:query-perf10, r=michaelwoeristerMazdak Farrokhzad-3/+12
2019-01-13Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkovMazdak Farrokhzad-10/+7
2019-01-12Use `ptr::eq` where applicableIgor Matuszewski-10/+7
2019-01-08[Cleanup] This is the first in the series of removals of with_freevars usage.Blitzerr-1/+1
2019-01-08Issue 56905Blitzerr-0/+10
2019-01-08Move diagnostics out from QueryJob and optimize for the case with no diagnosticsJohn Kåre Alsaker-3/+12
2019-01-08Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoeristerbors-5/+5
2019-01-08Auto merge of #57095 - Zoxc:prof-fix, r=michaelwoeristerbors-1/+5
2019-01-07Rename some functionsJohn Kåre Alsaker-1/+1
2019-01-07Fix and optimize query profilingJohn Kåre Alsaker-1/+5
2019-01-07Rollup merge of #57290 - mark-i-m:remove-outdated-comment, r=michaelwoeristerPietro Albini-3/+0
2019-01-02remove outdated commentMark Mansi-3/+0
2019-01-01Check the correct arenaOliver Scherer-1/+1
2019-01-01Remove unused functionOliver Scherer-8/+0
2019-01-01Macrofy more `Lift` implsOliver Scherer-200/+48
2019-01-01Properly lift `Allocations`Oliver Scherer-9/+2
2019-01-01what is going on?Oliver Scherer-7/+7
2019-01-01Git is drunkOliver Scherer-7/+7
2019-01-01rebase falloutOliver Scherer-6/+1
2019-01-01`<&'tcx ty::Const as Deref>::deref`Oliver Scherer-24/+3
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-2/+23
2018-12-31Clean up and optimize OpenTask / read_indexJohn Kåre Alsaker-5/+5
2018-12-30Refactor `UserTypeAnnotation`.David Wood-42/+104
2018-12-28Auto merge of #57118 - Zoxc:query-stats, r=wesleywiserbors-1/+1
2018-12-27Correctly lift empty lists of clauses and goalsscalexm-0/+8
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Add a command line flag to print some query statsJohn Kåre Alsaker-1/+1
2018-12-21Inline tweaksJohn Kåre Alsaker-0/+10