about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-11-28Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelixbors-2176/+0
2019-11-28const_prop: detect and avoid catching Miri errors that require allocationRalf Jung-7/+13
2019-11-28Removed FIXME commentDavid Haig-2/+0
2019-11-28Remove duplication using single variant for errorDavid Haig-17/+14
2019-11-28Fixed merge issueDavid Haig-0/+10
2019-11-28Fixed merge issueDavid Haig-1/+1
2019-11-28SquashDavid Haig-4/+19
2019-11-28Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obkbors-1/+4
2019-11-27Rollup merge of #66798 - bwignall:typo, r=varkorTyler Mandry-8/+8
2019-11-27Rollup merge of #66700 - VirrageS:master, r=matthewjasperTyler Mandry-1/+1
2019-11-27Move ExprUseVisitor and mem_categorization to rustc_typeckMatthew Jasper-1341/+0
2019-11-27Remove remaining uses of "cmt"Matthew Jasper-48/+50
2019-11-27Simplify `mem_categorization`Matthew Jasper-937/+183
2019-11-27Simplify fields of `MemCategorizationContext`Matthew Jasper-137/+54
2019-11-27Rename `cmt_` to `Place`Matthew Jasper-40/+40
2019-11-27rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...Eduard-Mihai Burtescu-52/+52
2019-11-27Allocate HIR Forest on arena.Camille GILLOT-0/+1
2019-11-27Misc renames.Camille GILLOT-2/+2
2019-11-27Add memoization for const function evaluationsDavid Hewitt-1/+4
2019-11-27Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obkbors-1/+1
2019-11-26Fix spelling typosBrian Wignall-8/+8
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-10/+5
2019-11-26Rollup merge of #66720 - Mark-Simulacrum:error-reported, r=CentrilTyler Mandry-5/+1
2019-11-26Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=CentrilTyler Mandry-9/+7
2019-11-26Record temporary static references in generator witnessesMatthew Jasper-0/+17
2019-11-26Move local Arena to Queries.Camille GILLOT-2/+3
2019-11-26Make the HIR map own the Definitions.Camille GILLOT-5/+5
2019-11-26Move ErrorReported to rustc_errorsMark Rousskov-5/+1
2019-11-26Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebankbors-0/+39
2019-11-26Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichtonbors-9/+61
2019-11-25review feedback: comments and spacingRalf Jung-2/+3
2019-11-25Fix capitalization when mentioning different crate versions in E0308Esteban Küber-10/+5
2019-11-25add `enclosing_scope` param to `rustc_on_unimplmented`Mikhail Babenko-14/+49
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-11/+197
2019-11-25Auto merge of #66279 - cjgillot:hashstable, r=Zoxcbors-500/+19
2019-11-25Auto merge of #66671 - matthewjasper:ast-address-of, r=Centrilbors-33/+58
2019-11-24Store ptr_width as u32 on ConfigMark Rousskov-9/+7
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-33/+58
2019-11-24Fix pointing at arg for fulfillment errors in function callsJanusz Marcinkiewicz-1/+1
2019-11-24fixup! Lowercase diagnostic message labelTimo Freiberg-1/+1
2019-11-24Add version mismatch help message for unimplemented traitTimo Freiberg-0/+39
2019-11-23review comments: remove unnecessary `&str` to `String` conversionsEsteban Küber-20/+20
2019-11-24Rollup merge of #66659 - Centril:fix-bench, r=Mark-SimulacrumMazdak Farrokhzad-61/+59
2019-11-24Rollup merge of #66594 - Aaron1011:fix/debug-print-cycle, r=matthewjasperMazdak Farrokhzad-38/+65
2019-11-23Highlight parts of fn in type errorsEsteban Küber-11/+197
2019-11-23Derive HashStable for TokenKind.Camille GILLOT-66/+1
2019-11-23Implement HashStable for Span in libsyntax_pos.Camille GILLOT-83/+10
2019-11-23Move CachingSourceMapView to libsyntax_pos.Camille GILLOT-105/+1
2019-11-23Rename StableHashingContextLike to HashStableContext.Camille GILLOT-3/+3
2019-11-23Move def collector from `rustc` to `rustc_resolve`Vadim Petrochenkov-353/+10