about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-11-22Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-seMara Bos-3/+0
2020-11-22Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkorbors-0/+1
2020-11-22Rollup merge of #79292 - nico-abram:master, r=jonas-schievinkGuillaume Gomez-1/+1
2020-11-22Stabilise `then`varkor-3/+0
2020-11-22Fix typo in doc comment for report_too_many_hashesNicolas-1/+1
2020-11-22Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievinkbors-2/+2
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-2/+2
2020-11-21Rollup merge of #79272 - tmiasko:array-clone, r=jonas-schievinkDylan DPC-6/+13
2020-11-21Rollup merge of #79256 - bugadani:query-typo, r=jonas-schievinkDylan DPC-3/+3
2020-11-21Rollup merge of #79238 - eddyb:rustc-log-stderr, r=jyn514Dylan DPC-0/+1
2020-11-21Rollup merge of #79231 - wusyong:issue-79137, r=lcnrDylan DPC-7/+29
2020-11-21Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514Dylan DPC-1/+6
2020-11-21Replace sext() and zext() with single ext() methodbjorn3-17/+11
2020-11-21Rename prefix_chunk to prefix_chunk_sizebjorn3-7/+7
2020-11-21Remove StructRet arg attrbjorn3-12/+6
2020-11-21Replace ByVal attribute with on_stack field for Indirectbjorn3-57/+102
2020-11-21Replace ZExt and SExt flags with ArgExtension enumbjorn3-9/+53
2020-11-21Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPCbors-19/+35
2020-11-21Fix typosDániel Buga-3/+3
2020-11-21Auto merge of #79003 - petrochenkov:innertest, r=estebankbors-15/+14
2020-11-21List all variants of TyKindNgo Iok Ui-1/+20
2020-11-21Auto merge of #78588 - HeroicKatora:sccc, r=nikomatsakisbors-95/+364
2020-11-21Support building clone shims for arrays with generic sizeTomasz Miąsko-6/+13
2020-11-20Auto merge of #78569 - bugadani:arena-spec, r=Mark-Simulacrumbors-13/+71
2020-11-20Use specialization to avoid copyingDániel Buga-13/+71
2020-11-20Direct RUSTC_LOG (tracing/log) output to stderr instead of stdout.Eduard-Mihai Burtescu-0/+1
2020-11-20rustc_expand: Mark inner `#![test]` attributes as soft-unstableVadim Petrochenkov-15/+14
2020-11-20Exhaustively match in variant count instrinsicNgo Iok Ui-7/+10
2020-11-20Auto merge of #78646 - tgnottingham:packed_fingerprints, r=nnethercotebors-7/+76
2020-11-20Set unaligned_references lint to deny in rustc_data_structuresTyson Nottingham-0/+1
2020-11-20Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obkbors-4/+15
2020-11-20Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebankbors-23/+195
2020-11-20Never inline naked functionsTomasz Miąsko-4/+15
2020-11-19Rollup merge of #79212 - LeSeulArtichaut:rustc-ty, r=jonas-schievinkDylan DPC-5/+5
2020-11-19Rollup merge of #79193 - tmiasko:revert-78969-normalize, r=davidtwcoDylan DPC-7/+8
2020-11-19Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011Dylan DPC-387/+277
2020-11-19Move `rustc_ty` -> `rustc_ty_utils`LeSeulArtichaut-5/+5
2020-11-19Regroup many usefulness-related test in the same folderNadrieril-0/+1
2020-11-19expand: Mark some dead code in derive expansion as unreachableVadim Petrochenkov-54/+5
2020-11-19expand: Stop derive expansion un unexpected targets earlyVadim Petrochenkov-25/+35
2020-11-19expand: Cleanup attribute collection in invocation collectorVadim Petrochenkov-141/+39
2020-11-19resolve/expand: Misc cleanupVadim Petrochenkov-16/+10
2020-11-19resolve: Centralize some error reporting for unexpected macro resolutionsVadim Petrochenkov-57/+82
2020-11-19resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpersVadim Petrochenkov-20/+21
2020-11-19expand: Move `fully_configure` to `config.rs`Vadim Petrochenkov-42/+45
2020-11-19expand: Tell built-in macros whether we are currently in forced expansion modeVadim Petrochenkov-32/+40
2020-11-19Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe...Dylan DPC-3/+15
2020-11-19Rollup merge of #79149 - sexxi-goose:upvar_ref, r=nikomatsakisDylan DPC-124/+108
2020-11-19Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obkDylan DPC-11/+59
2020-11-19Rollup merge of #79110 - estebank:issue-58964, r=oli-obkDylan DPC-6/+40