about summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
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
2019-01-17Make `hir::Stmt` a separate struct.Nicholas Nethercote-6/+6
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-10/+3
2019-01-15Querify entry_fnIgor Matuszewski-32/+47
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-5/+34
2019-01-14Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkovMazdak Farrokhzad-1/+1
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-1/+1
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-10/+3
2019-01-11Address commentsJohn Kåre Alsaker-2/+2
2019-01-11Make more passes incrementalJohn Kåre Alsaker-3/+17
2019-01-03CleanupShotaro Yamada-19/+1
2019-01-03Fix unused_assignments false positiveShotaro Yamada-5/+6
2019-01-02rename `type_moves_by_default` to `type_is_copy_modulo_regions`Niko Matsakis-8/+9
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-7/+12
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-4/+4
2018-12-28Add specific diagnostic for transmuting between equal associated typesvarkor-0/+4
2018-12-28Clarify wording of E0512varkor-7/+8
2018-12-27AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-endVadim Petrochenkov-4/+7
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-4/+4
2018-12-25Remove licensesMark Rousskov-220/+0
2018-12-23Rollup merge of #56953 - oli-obk:dead_const, r=petrochenkovMazdak Farrokhzad-42/+38
2018-12-22Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakisbors-0/+1
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-4/+4