about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-29Get rid of ErrorReportingCtxmark-243/+122
2019-12-29Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxcbors-916/+965
2019-12-29Auto merge of #67112 - Centril:expr-polish, r=estebankbors-537/+585
2019-12-29Auto merge of #67661 - JohnTitor:clippy-cargo, r=oli-obkbors-8/+7
2019-12-29Update cargoYuki Okushi-0/+0
2019-12-29Update ClippyYuki Okushi-8/+7
2019-12-29Rollup merge of #67679 - kraai:change-be-returning-to-return, r=Dylan-DPCDylan DPC-2/+2
2019-12-29Rollup merge of #67482 - ldm0:master, r=petrochenkovDylan DPC-3/+6
2019-12-29Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxcbors-75/+99
2019-12-28Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakisbors-131/+268
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-131/+267
2019-12-28Auto merge of #67151 - petrochenkov:docomm, r=estebankbors-103/+81
2019-12-28Auto merge of #67459 - ssomers:#67438, r=RalfJungbors-25/+152
2019-12-28Change "be returning" to "return"Matthew Kraai-2/+2
2019-12-28Auto merge of #67675 - RalfJung:miri, r=RalfJungbors-7/+9
2019-12-28update miriRalf Jung-7/+9
2019-12-28doc comments: Less attribute mimickingVadim Petrochenkov-103/+81
2019-12-28Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrumbors-30/+30
2019-12-28Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obkbors-3/+71
2019-12-27Teach `compiletest` to ignore platform triplesEsteban Küber-0/+1
2019-12-28Rollup merge of #67659 - SimonSapin:matches, r=rkruppeOliver Scherer-7/+1
2019-12-28Rollup merge of #67654 - rossmacarthur:fix-51770-add-regression-test, r=CentrilOliver Scherer-0/+20
2019-12-28Rollup merge of #67635 - Mark-Simulacrum:path-doc-unsafe, r=dtolnayOliver Scherer-0/+7
2019-12-28Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnikOliver Scherer-16/+16
2019-12-28Rollup merge of #67629 - kraai:remove-redundant-link-texts, r=steveklabnikOliver Scherer-15/+15
2019-12-28Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obkOliver Scherer-9/+22
2019-12-28Rollup merge of #67617 - kraai:remove-compiler_builtins_lib-docs, r=Dylan-DPCOliver Scherer-40/+1
2019-12-28Rollup merge of #67604 - christianpoveda:scalar_to_(u|i)64, r=RalfJungOliver Scherer-21/+35
2019-12-28Rollup merge of #67602 - xfix:use-issue-none-instead-of-0-in-intrinsics, r=Ce...Oliver Scherer-6/+6
2019-12-28Rollup merge of #67588 - Kixunil:nonnull-slice-iter, r=rkruppeOliver Scherer-22/+25
2019-12-28Rollup merge of #67576 - king6cong:slice_repeat, r=Dylan-DPCOliver Scherer-4/+4
2019-12-28Rollup merge of #65244 - seanmonstar:into-future, r=seanmonstarOliver Scherer-12/+90
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-12/+90
2019-12-27Auto merge of #67035 - Goirad:implement-ipadd-padding, r=dtolnaybors-13/+80
2019-12-27Address review.Camille GILLOT-9/+10
2019-12-27Fallout in other crates.Camille GILLOT-226/+248
2019-12-27Lowering for hir::Ty.Camille GILLOT-246/+231
2019-12-27Visit for hir::Ty.Camille GILLOT-60/+55
2019-12-27Syntax for hir::Ty.Camille GILLOT-386/+429
2019-12-27Use Arena inside hir::TraitMethod.Camille GILLOT-5/+6
2019-12-27Use Arena inside hir::FnSig.Camille GILLOT-19/+21
2019-12-27Stabilize the `matches!` macroSimon Sapin-7/+1
2019-12-27Add regression test for old NLL ICERoss MacArthur-0/+20
2019-12-27Auto merge of #67437 - matthew-healy:skip-llvm-rebuild, r=Mark-Simulacrumbors-0/+15
2019-12-27Auto merge of #67192 - oli-obk:const_zst_addr, r=RalfJung,varkorbors-59/+192
2019-12-26Move arena_vec inside lowering.Camille GILLOT-12/+12
2019-12-26Remove some type information.Camille GILLOT-15/+13
2019-12-26Fewer calls to arena.alloc.Camille GILLOT-138/+121
2019-12-26Fallout in other crates.Camille GILLOT-413/+491
2019-12-26Lowering for hir::Expr.Camille GILLOT-229/+347