about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-21Rollup merge of #79231 - wusyong:issue-79137, r=lcnrDylan DPC-0/+52
2020-11-21Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514Dylan DPC-1/+26
2020-11-21Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrumbors-1/+11
2020-11-21Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPCbors-0/+56
2020-11-21Auto merge of #79250 - RalfJung:miri, r=RalfJungbors-8/+8
2020-11-21Auto merge of #79003 - petrochenkov:innertest, r=estebankbors-3/+20
2020-11-21Fix comments of toogeneris testNgo Iok Ui-5/+3
2020-11-21update miriRalf Jung-8/+8
2020-11-20rustc_expand: Mark inner `#![test]` attributes as soft-unstableVadim Petrochenkov-3/+20
2020-11-20Auto merge of #78104 - ssomers:btree_root_redux, r=Mark-Simulacrumbors-35/+36
2020-11-20Exhaustively match in variant count instrinsicNgo Iok Ui-0/+54
2020-11-20Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obkbors-0/+30
2020-11-20Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebankbors-141/+160
2020-11-20Never inline naked functionsTomasz Miąsko-0/+30
2020-11-19Rollup merge of #79193 - tmiasko:revert-78969-normalize, r=davidtwcoDylan DPC-14/+8
2020-11-19Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011Dylan DPC-267/+204
2020-11-19Rollup merge of #79183 - cuviper:compiletest-test-sysroot, r=Mark-SimulacrumDylan DPC-1/+4
2020-11-19Rollup merge of #79181 - aDotInTheVoid:provided-method-source-link, r=jyn514,...Dylan DPC-42/+55
2020-11-19Rollup merge of #79177 - fanzier:drop-order-test, r=RalfJungDylan DPC-0/+44
2020-11-19Clippy: Match on assert!() expansions without an inner block.Mara Bos-2/+5
2020-11-19Remove the clippy::panic-params lint.Mara Bos-134/+4
2020-11-19Auto merge of #79200 - Dylan-DPC:rollup-su689pq, r=Dylan-DPCbors-575/+370
2020-11-19expand: Stop derive expansion un unexpected targets earlyVadim Petrochenkov-63/+6
2020-11-19resolve: Centralize some error reporting for unexpected macro resolutionsVadim Petrochenkov-196/+196
2020-11-19expand: Tell built-in macros whether we are currently in forced expansion modeVadim Petrochenkov-8/+2
2020-11-19Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe...Dylan DPC-21/+36
2020-11-19Rollup merge of #79156 - jyn514:relative-llvm, r=Mark-SimulacrumDylan DPC-2/+5
2020-11-19Rollup merge of #79155 - 12101111:fix-profiler-config, r=Mark-SimulacrumDylan DPC-8/+8
2020-11-19Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obkDylan DPC-2/+2
2020-11-19Rollup merge of #79116 - petrochenkov:gdbwarn, r=Mark-SimulacrumDylan DPC-1/+2
2020-11-19Rollup merge of #79110 - estebank:issue-58964, r=oli-obkDylan DPC-506/+93
2020-11-19Rollup merge of #79102 - Alexendoo:ice-regression-tests, r=Mark-SimulacrumDylan DPC-0/+90
2020-11-19Rollup merge of #79101 - tmiasko:lower-func-type, r=jonas-schievinkDylan DPC-0/+38
2020-11-19Rollup merge of #79094 - est31:ignore_macos, r=pietroalbiniDylan DPC-0/+1
2020-11-19Rollup merge of #79082 - ThePuzzlemaker:issue-78941-fix, r=estebankDylan DPC-21/+42
2020-11-19Rollup merge of #78961 - CraftSpider:22565, r=oli-obkDylan DPC-14/+53
2020-11-19Auto merge of #79198 - RalfJung:miri, r=RalfJungbors-7/+9
2020-11-19update print fuel test output again...cjkenn-1/+1
2020-11-19Auto merge of #78449 - Aaron1011:fix/libstd-semi, r=dtolnaybors-1/+1
2020-11-19update MiriRalf Jung-7/+9
2020-11-19Auto merge of #79068 - DevJPM:ci-llvm-9-fix, r=pietroalbinibors-13/+4
2020-11-19Revert "Normalize function type during validation"Tomasz Miąsko-14/+8
2020-11-18Bump stage0 rustfmt to nightly-2020-11-19Aaron Hill-1/+1
2020-11-18Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddybbors-0/+31
2020-11-18Make compiletest testing use the local sysrootJosh Stone-1/+4
2020-11-18Add testHannah McLaughlin-0/+18
2020-11-18add [src] links to methods on a trait's pageNixon Enraght-Moony-24/+43
2020-11-18Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkorbors-57/+176
2020-11-18Fix rustdoc: Referencing methods on extern_types does not resolve #78777: han...Hannah McLaughlin-1/+8
2020-11-18Test drop order for (destructuring) assignmentsFabian Zaiser-0/+44