about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-30Gammer fixDonough Liu-3/+3
2019-12-30Add error code explanation for E0477Donough Liu-3/+54
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-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-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
2019-12-26Visit for hir::Expr.Camille GILLOT-38/+41
2019-12-26Syntax for hir::Expr.Camille GILLOT-341/+355
2019-12-26Skip LLVM rebuild when skip-rebuild is trueMatthew Healy-0/+9
2019-12-26Parse llvm_skip_rebuild into ConfigMatthew Healy-0/+6
2019-12-26Make ui test bitwidth independentOliver Scherer-7/+11
2019-12-26Fix rebase falloutOliver Scherer-1/+6
2019-12-26Use the targetted const eval functionsOliver Scherer-9/+5
2019-12-26Reintroduce the recursion commentOliver Scherer-0/+4
2019-12-26Documentation nitOliver Scherer-1/+2
2019-12-26Add a `const_eval` helper to `InterpCx`Oliver Scherer-20/+23
2019-12-26Early abort instead of building up zero sized valuesOliver Scherer-13/+11
2019-12-26Explain why `const_eval` is ok hereOliver Scherer-0/+7
2019-12-26TypoOliver Scherer-1/+1
2019-12-26Remove unintended noisy log statementOliver Scherer-109/+1