summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2019-02-25Rollup merge of #58690 - kenta7777:reduce-code-repetition-miri-related, r=oli...Mazdak Farrokhzad-3/+2
2019-02-24Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJungMazdak Farrokhzad-2/+2
2019-02-24reduce a code repetition like (n << amt) >> amtkenta7777-3/+2
2019-02-21restore the actual leak-checkNiko Matsakis-1/+23
2019-02-20Auto merge of #58578 - kennytm:rollup, r=kennytmbors-5/+5
2019-02-19Auto merge of #57896 - oli-obk:permissive_existence, r=cramertjbors-2/+13
2019-02-18Fix style nitsDan Robertson-5/+5
2019-02-16Reuse the `Pointer` type instead of passing reassembling it at many use sitesOliver Scherer-2/+2
2019-02-15Remove `stolen`John Kåre Alsaker-4/+0
2019-02-15Always emit an error for a query cycleJohn Kåre Alsaker-150/+103
2019-02-14Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri...Mazdak Farrokhzad-2/+15
2019-02-13Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoeristerMazdak Farrokhzad-58/+56
2019-02-13HirId-ify hir::BodyIdljedrz-13/+13
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-18/+19
2019-02-13Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebankMazdak Farrokhzad-18/+9
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-270/+274
2019-02-13Cleanup importsTaiki Endo-16/+17
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-9/+9
2019-02-12Set the query in the ImplicitCtxt before trying to mark it greenJohn Kåre Alsaker-58/+56
2019-02-11Capture time spent blocked waiting on queriesWesley Wiser-2/+13
2019-02-11Add self profiler events for loading incremental query results from diskWesley Wiser-0/+2
2019-02-11Remove two dead functions.Nicholas Nethercote-25/+0
2019-02-10rustc: doc commentsAlexander Regueiro-270/+274
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-8/+8
2019-02-10Auto merge of #58085 - wesleywiser:profiler_2, r=wesleywiserbors-9/+10
2019-02-10Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoeristerbors-14/+38
2019-02-09cleanup: remove hir_path_strljedrz-5/+0
2019-02-09cleanup: rename node_id_to_type(_opt)ljedrz-13/+9
2019-02-09Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obkbors-12/+14
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Move no_hash from mir_built to optimized_mirJohn Kåre Alsaker-2/+2
2019-02-08Remove no_hash from typeck_tables_ofJohn Kåre Alsaker-1/+1
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-17/+41
2019-02-07Add const params to Defvarkor-0/+1
2019-02-07Implement more detailed self profilingWesley Wiser-9/+10
2019-02-07Rollup merge of #58242 - notriddle:patch-3, r=zackmdaviskennytm-0/+1
2019-02-06Document the one TyKind that isn't documentedMichael Howell-0/+1
2019-02-06Make `intern_lazy_const` actually intern its argument.Nicholas Nethercote-12/+14
2019-02-05rustc: partially HirIdifyljedrz-8/+8
2019-02-05move librustc to 2018Mark Mansi-341/+343
2019-02-03hir: add HirId methodsljedrz-0/+6
2019-02-01Auto merge of #57937 - denzp:nvptx, r=nagisabors-0/+6
2019-02-01Restrict concrete types to equivalent typesOliver Scherer-2/+13
2019-01-29Only store the result of mir_borrowck for closuresJohn Kåre Alsaker-26/+29
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-0/+12
2019-01-29Add an ensure() method to TyCtxt used to ensure queries are runJohn Kåre Alsaker-13/+22
2019-01-29Auto merge of #57948 - Zoxc:parallel, r=michaelwoeristerbors-33/+33
2019-01-28Rollup merge of #57674 - dotdash:erase_reg, r=varkorMazdak Farrokhzad-1/+6
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-33/+33