about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-09-08Auto merge of #75585 - RalfJung:demotion, r=oli-obkbors-16/+2
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-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-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-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
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-29/+299
2020-09-03Disable use of `--eh-frame-hdr` on wasm32.Dan Gohman-0/+1
2020-09-04inliner: Check for no_sanitize attribute compatibilityTomasz Miąsko-3/+6
2020-09-04inliner: Check for target features compatibilityTomasz Miąsko-2/+11
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-115/+420
2020-09-03Optimize Cursor::look_aheadAleksey Kladov-10/+15
2020-09-03Add check for doc alias on associated const in trait implsGuillaume Gomez-1/+11
2020-09-03Move jointness censoring to proc_macroAleksey Kladov-8/+12
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-1/+4
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-2/+4
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-29/+299
2020-09-03rustc_driver: have TrimmedDefPaths::GoodPath only for rustcDan Aloni-4/+2