summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2019-04-06Don't report deprecation lints in derive expansionsOliver Scherer-1/+4
2019-03-17Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-8/+9
2019-03-16Make migrate mode work at item level granularityMatthew Jasper-2/+6
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-8/+8
2019-02-20hir: HirId-ify intravisitljedrz-8/+8
2019-02-20Rollup merge of #58562 - dlrobertson:fix_nits, r=alexregkennytm-4/+4
2019-02-18Fix style nitsDan Robertson-4/+4
2019-02-15Drive-by cleanupvarkor-2/+5
2019-02-15Take Const into account in HIRvarkor-83/+84
2019-02-13Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwcoMazdak Farrokhzad-10/+13
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-27/+1
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-6/+6
2019-02-13Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebankMazdak Farrokhzad-4/+4
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-89/+85
2019-02-13Cleanup importsTaiki Endo-5/+5
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-3/+3
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-5/+4
2019-02-11Do not apply future deprecation warning for #[deprecated]varkor-27/+1
2019-02-10rustc: doc commentsAlexander Regueiro-89/+85
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-6/+6
2019-02-09cleanup: rename node_id_to_type(_opt)ljedrz-4/+4
2019-02-08Correct descriptive item name for implvarkor-4/+2
2019-02-08Use descriptive variant namevarkor-2/+2
2019-02-07Improve the error messages for missing stability attributesvarkor-10/+15
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-1/+0
2019-02-07Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm-153/+153
2019-02-05rustc: partially HirIdifyljedrz-6/+6
2019-02-05move librustc to 2018Mark Mansi-153/+153
2019-02-04Fix #58101Tatsuyuki Ishi-1/+3
2019-02-04Auto merge of #58090 - ljedrz:HirIdification_phase_2, r=Zoxcbors-1/+1
2019-02-03Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkovbors-7/+12
2019-02-03cleanup: don't use node_to_hir_id where unneededljedrz-1/+1
2019-02-02hir: add HirId to main Hir nodesljedrz-1/+1
2019-02-02Update visibility of intermediate use items.David Wood-7/+12
2019-02-01Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoeristerbors-6/+5
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-1/+0
2019-01-30Add suggestions to deprecation lintsOliver Scherer-22/+40
2019-01-29Add an ensure() method to TyCtxt used to ensure queries are runJohn Kåre Alsaker-6/+5
2019-01-28Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxcbors-0/+2
2019-01-28Unused variable suggestions on all patterns.David Wood-34/+50
2019-01-27Update generator transform and generated function signatureWim Looman-0/+1
2019-01-27Mark static generators as !UnpinWim Looman-0/+1
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-9/+13
2019-01-21Differentiate between closure and function bodiesOliver Scherer-2/+2
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-61/+47
2019-01-19Auto merge of #57752 - Centril:rollup, r=Centrilbors-32/+47
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-32/+47
2019-01-19Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoeristerbors-5/+34
2019-01-18Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebankMazdak Farrokhzad-23/+6
2019-01-17Remove `hir::StmtKind::Decl`.Nicholas Nethercote-57/+43