about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-29Use LLVMAddAnalysisPasses instead of Rust's wrapperVictor Ding-16/+6
2019-11-28Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddybbors-129/+48
2019-11-28Auto merge of #66603 - Nadrieril:fix-65413, r=varkorbors-43/+111
2019-11-28Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelixbors-1957/+993
2019-11-28Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obkbors-132/+101
2019-11-28Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfacklerbors-0/+9
2019-11-28Auto merge of #66829 - Manishearth:clippyup, r=Manishearthbors-14/+11
2019-11-27Update clippyManish Goregaokar-14/+11
2019-11-27Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPCTyler Mandry-22/+11
2019-11-27Rollup merge of #66798 - bwignall:typo, r=varkorTyler Mandry-37/+37
2019-11-27Rollup merge of #66797 - mlodato517:mlodato517-array-doc-typo, r=Dylan-DPCTyler Mandry-1/+1
2019-11-27Rollup merge of #66777 - GuillaumeGomez:tidy-err-codes, r=Mark-SimulacrumTyler Mandry-22/+28
2019-11-27Rollup merge of #66774 - GuillaumeGomez:cleanup-err-codes-2, r=Dylan-DPCTyler Mandry-33/+44
2019-11-27Rollup merge of #66769 - fusion-engineering-forks:tau-constant, r=dtolnayTyler Mandry-0/+12
2019-11-27Rollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix, r=alexcrichtonTyler Mandry-1/+1
2019-11-27Rollup merge of #66744 - chrisduerr:master, r=Dylan-DPCTyler Mandry-0/+2
2019-11-27Rollup merge of #66722 - matthewjasper:non_exhaustive_borrowck, r=varkorTyler Mandry-1/+84
2019-11-27Rollup merge of #66718 - VirrageS:use_comma, r=CentrilTyler Mandry-92/+124
2019-11-27Rollup merge of #66704 - GuillaumeGomez:intra-doc-enum-variant-field, r=kinnisonTyler Mandry-23/+90
2019-11-27Rollup merge of #66700 - VirrageS:master, r=matthewjasperTyler Mandry-15/+88
2019-11-27Rollup merge of #66534 - immunant:multiple_global_decls, r=eddybTyler Mandry-3/+5
2019-11-27Rollup merge of #66399 - eddyb:rmeta-table-cleanup, r=Mark-SimulacrumTyler Mandry-160/+98
2019-11-27Rollup merge of #66305 - elichai:2019-11-array_ffi, r=eddybTyler Mandry-6/+62
2019-11-27Rollup merge of #66222 - Aaron1011:fix/opaque-closure, r=pnkfelixTyler Mandry-4/+29
2019-11-27Rollup merge of #64325 - cramertj:nested-self-types, r=mikeyhewTyler Mandry-319/+214
2019-11-27Move ExprUseVisitor and mem_categorization to rustc_typeckMatthew Jasper-39/+44
2019-11-27Remove remaining uses of "cmt"Matthew Jasper-49/+51
2019-11-27Simplify `mem_categorization`Matthew Jasper-1259/+374
2019-11-27Simplify fields of `MemCategorizationContext`Matthew Jasper-143/+57
2019-11-27Rename `cmt_` to `Place`Matthew Jasper-52/+52
2019-11-27Auto merge of #56231 - eddyb:mir-debuginfo, r=oli-obkbors-480/+780
2019-11-27rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...Eduard-Mihai Burtescu-480/+780
2019-11-27Fix tidy issuesGuillaume Gomez-20/+15
2019-11-27Put back tidy check on error codesGuillaume Gomez-3/+13
2019-11-27Correct typo in src/librustc_mir/const_eval.rsDavid Hewitt-1/+1
2019-11-27Use new ErrorKind enumGuillaume Gomez-10/+16
2019-11-27rustc_metadata: use a macro to deduplicate LazyPerDefTables and PerDefTableBu...Eduard-Mihai Burtescu-69/+47
2019-11-27rustc_metadata: remove Encodable requirements from LazyMeta impls.Eduard-Mihai Burtescu-12/+11
2019-11-27rustc_metadata: use a separate TableBuilder type to build a Table.Eduard-Mihai Burtescu-33/+39
2019-11-27rustc_metadata: replace PerDefTable<T> with Table<DefIndex, T>.Eduard-Mihai Burtescu-113/+68
2019-11-27Clean up E0071 long explanationGuillaume Gomez-4/+4
2019-11-27Clean up E0077 long explanationGuillaume Gomez-6/+9
2019-11-27Clean up E0076 long explanationGuillaume Gomez-7/+10
2019-11-27Auto merge of #66691 - dtolnay:fmt0, r=sfacklerbors-1296/+1802
2019-11-27Replace Iterator::find calls with Iterator::any when betterGuillaume Gomez-6/+5
2019-11-27Add support for intra-doc link fields of enum variantGuillaume Gomez-7/+74
2019-11-27little intra-doc code cleanupGuillaume Gomez-16/+11
2019-11-27Add memoization for const function evaluationsDavid Hewitt-132/+101
2019-11-27Update mod.rsDylan DPC-1/+1
2019-11-27Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obkbors-36/+78