about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-10-05Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPCbors-52/+110
2020-10-05Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasperbors-769/+794
2020-10-05Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebankDylan DPC-7/+7
2020-10-05Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJungDylan DPC-17/+11
2020-10-05Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebankDylan DPC-4/+5
2020-10-05Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasperDylan DPC-24/+82
2020-10-05Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebankDylan DPC-0/+5
2020-10-04Add comment to `Abort` match armecstatic-morse-0/+1
2020-10-04HACK: Overwrite the MIR's source with the correct const paramDylan MacKenzie-1/+7
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-346/+281
2020-10-04Move `MirSource` to `rustc_middle`Dylan MacKenzie-28/+35
2020-10-04Miscellaneous import formattingDylan MacKenzie-5/+4
2020-10-04Discuss cleanup blocks and `span_bug` on `Abort`Dylan MacKenzie-6/+11
2020-10-04Rollup merge of #77525 - tmiasko:nrvo-2, r=jonas-schievinkJonas Schievink-6/+0
2020-10-04Rollup merge of #77521 - bjorn3:target_feature_whitelist, r=lcnrJonas Schievink-154/+155
2020-10-04Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morseJonas Schievink-3/+7
2020-10-04Rollup merge of #77368 - est31:apfloat_fix, r=varkorJonas Schievink-14/+35
2020-10-04Apply suggestions from reviewAaron Hill-2/+2
2020-10-04Fix broken linkAaron Hill-1/+1
2020-10-04Fix rebase falloutAaron Hill-12/+7
2020-10-04Address review commentsMatthew Jasper-7/+11
2020-10-04Add some more commentsMatthew Jasper-7/+22
2020-10-04Reduce the number of drop-flag assignments in unwind pathsMatthew Jasper-39/+12
2020-10-04Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-727/+765
2020-10-04Enforce crate level attributes checksGuillaume Gomez-22/+58
2020-10-04Move target feature whitelist from cg_llvm to cg_ssabjorn3-154/+155
2020-10-04Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieubors-5/+58
2020-10-04Rollup merge of #77419 - GuillaumeGomez:create-e0777, r=jyn514Yuki Okushi-6/+40
2020-10-04Rollup merge of #77190 - jakevossen5:master, r=eddybYuki Okushi-96/+89
2020-10-04Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkovYuki Okushi-0/+82
2020-10-04Rollup merge of #75143 - oli-obk:tracing, r=RalfJungYuki Okushi-28/+72
2020-10-04Backport another LLVM commit to rustc_apfloatest31-27/+27
2020-10-04Enable RenameReturnPlace MIR optimization on mir-opt-level >= 2Tomasz Miąsko-6/+0
2020-10-03Replace some once(x).chain(once(y)) with [x, y] IntoIterScott McMurray-7/+7
2020-10-03Auto merge of #77434 - jonas-schievink:ret-in-reg-2-electric-boogalo, r=nagisabors-14/+3
2020-10-03Allow `Abort` terminators in a const-contextDylan MacKenzie-14/+2
2020-10-03Support vectors with fewer than 8 elements for simd_select_bitmaskAmanieu d'Antras-3/+7
2020-10-03Run attributes check at crate levelGuillaume Gomez-4/+10
2020-10-03Prevent #[doc(alias = "...")] at crate levelGuillaume Gomez-3/+19
2020-10-03fixed going over 100 chars in lineJake Vossen-1/+3
2020-10-03Add `FIXME` for const generic defaultsvarkor-0/+1
2020-10-03Replace "non trivial" with "non-trivial"varkor-3/+3
2020-10-03Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddybJonas Schievink-0/+1
2020-10-03Rollup merge of #77421 - petrochenkov:globtravel, r=nagisaJonas Schievink-11/+2
2020-10-03Rollup merge of #77251 - dtolnay:drop, r=Aaron1011Jonas Schievink-1/+30
2020-10-02made multiline macro calls into single lineJake Vossen-18/+6
2020-10-02Auto merge of #77462 - jonas-schievink:rollup-m0rqdh5, r=jonas-schievinkbors-11/+87
2020-10-02Rollup merge of #77444 - estebank:pat-field-label, r=davidtwcoJonas Schievink-1/+2
2020-10-02Rollup merge of #77423 - ecstatic-morse:discriminant-switch-effect-config, r=...Jonas Schievink-0/+13
2020-10-02Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obkJonas Schievink-3/+12