about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-09-09Auto merge of #76406 - GuillaumeGomez:create-e0774, r=pickfire,jyn514bors-3/+31
2020-09-09Auto merge of #76463 - camelid:improve-E0607-explanation, r=jyn514bors-7/+7
2020-09-09Rollup merge of #76403 - scileo:doc-all-impls, r=lcnrDylan DPC-1/+1
2020-09-09Rollup merge of #76401 - JulianKnodt:i68366, r=lcnrDylan DPC-5/+13
2020-09-09Rollup merge of #76355 - calebcartwright:reduce-rustfmt-visibility, r=nikomat...Dylan DPC-2/+1
2020-09-08Create new E0774 code errorGuillaume Gomez-3/+31
2020-09-08Auto merge of #76308 - wesleywiser:enable_simplifyarmidentity_mir_opt, r=oli-obkbors-5/+1
2020-09-08Auto merge of #75585 - RalfJung:demotion, r=oli-obkbors-16/+2
2020-09-07Add "For example,"Camelid-3/+3
2020-09-07Improve wording of E0607 explanationCamelid-7/+7
2020-09-08Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obkbors-205/+965
2020-09-07Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obkbors-668/+939
2020-09-07Add regression test and help notekadmin-5/+13
2020-09-07Rollup merge of #76364 - fusion-engineering-forks:avr-no-atomic, r=jonas-schi...Dylan DPC-0/+2
2020-09-07Rollup merge of #76340 - jonas-schievink:rm-dupe, r=Mark-SimulacrumDylan DPC-68/+0
2020-09-07Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morseDylan DPC-12/+11
2020-09-07Rollup merge of #76293 - Amjad50:incompatible_features_error, r=lcnrDylan DPC-1/+40
2020-09-07Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkovDylan DPC-0/+1
2020-09-06do not premote non-ZST mutable references everRalf Jung-16/+2
2020-09-06Fix documentation for TyCtxt::all_implsSasha-1/+1
2020-09-06Generalize to Eq(true, _place) and Eq(_place, true)Simon Vandel Sillesen-15/+30
2020-09-06Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int...Simon Vandel Sillesen-2/+47
2020-09-06Auto merge of #76331 - Aaron1011:fix/group-compat-hack-test, r=petrochenkovbors-3/+13
2020-09-06Auto merge of #76307 - sunfishcode:wasm-no-eh-frame-header, r=alexcrichtonbors-0/+1
2020-09-05Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkovDylan DPC-16/+25
2020-09-05Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morseDylan DPC-5/+17
2020-09-05Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiserDylan DPC-1/+1
2020-09-05Rollup merge of #75741 - workingjubilee:refactor-byteorder, r=matthewjasperDylan DPC-18/+27
2020-09-05Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasperbors-2/+25
2020-09-05Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll...bors-1/+11
2020-09-05Disable atomics on avr target.Mara Bos-0/+2
2020-09-04Fix big endian read/writeJubilee Young-6/+12
2020-09-04Explain contract of {read, write}_target_uintJubilee Young-0/+6
2020-09-04Be explicit that we're handling bytesJubilee-1/+1
2020-09-04Remove reference to byteorder limitsJubilee Young-8/+4
2020-09-04Refactor byteorder to std in rustc_middleJubilee Young-8/+9
2020-09-04rustc_expand: remove pub visibility for rustfmtCaleb Cartwright-2/+1
2020-09-04Add `BREAK` too, and improve the commentsScott McMurray-1/+1
2020-09-04kind -> kind()Jack Huey-1/+1
2020-09-04Review commentsJack Huey-131/+130
2020-09-04More chalk workJack Huey-345/+492
2020-09-04Upgrade chalk to 0.21Jack Huey-105/+124
2020-09-04Remove unused duplicated `trivial_dropck_outlives`Jonas Schievink-68/+0
2020-09-04Auto merge of #76315 - lcnr:map-track-caller, r=Mark-Simulacrumbors-0/+1
2020-09-04Account for version number in NtIdent hackAaron Hill-3/+13
2020-09-04ty.flags -> ty.flags()LeSeulArtichaut-10/+22
2020-09-04Change ty.kind to a methodLeSeulArtichaut-899/+947
2020-09-04Implementation of incompatible features errorAmjad Alsharafi-1/+40
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-11/+10
2020-09-04add track_caller to `local_def_id_to_hir_id`Bastian Kauschke-0/+1