about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-26Rollup merge of #69878 - estebank:chained-ops, r=CentrilMazdak Farrokhzad-166/+202
2020-03-26Rollup merge of #69866 - estebank:guess_head_span, r=eddybMazdak Farrokhzad-71/+89
2020-03-25review commentsEsteban Küber-26/+25
2020-03-25Tweak chained operators diagnosticEsteban Küber-160/+197
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-71/+89
2020-03-25Rollup merge of #70407 - spastorino:avoid-nomination-on-toolstate-breakage, r...Dylan DPC-1/+0
2020-03-25Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPCDylan DPC-1/+3
2020-03-25Rollup merge of #70392 - brain0:fixxpy, r=Mark-SimulacrumDylan DPC-2/+8
2020-03-25Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obkDylan DPC-79/+73
2020-03-25Revert "Automatically tag as nominated for T-compiler"Santiago Pastorino-1/+0
2020-03-25Clean up E0458 explanationGuillaume Gomez-1/+3
2020-03-25Rollup merge of #70379 - JOE1994:patch-2, r=petrochenkovDylan DPC-2/+2
2020-03-25Rollup merge of #70366 - cuviper:option-fuse, r=dtolnayDylan DPC-255/+344
2020-03-25Rollup merge of #70352 - bishtpawan:doc/61137-add-long-error-code-e0710, r=Dy...Dylan DPC-1/+37
2020-03-25Rollup merge of #70319 - lcnr:issue63695, r=eddybDylan DPC-40/+105
2020-03-25Rollup merge of #70226 - RalfJung:checked, r=oli-obkDylan DPC-280/+337
2020-03-25impl TrustedRandomAccess for Fuse without FusedIteratorJosh Stone-2/+6
2020-03-25Make x.py compatible with python 3.8.Thomas Bächler-2/+8
2020-03-25run test only on 64bitBastian Kauschke-0/+1
2020-03-25Rename LayoutDetails to just Layout.Ana-Maria Mihalache-79/+73
2020-03-25add usize methods for Size gettersRalf Jung-11/+20
2020-03-25go back to infix ops for SizeRalf Jung-33/+30
2020-03-25add helper method for ptr ops on Scalar; reduce unnecessary large operand of ...Ralf Jung-49/+35
2020-03-25use Size addition instead of checked int additionRalf Jung-1/+1
2020-03-25make Size::from* methods generic in the integer type they acceptRalf Jung-26/+22
2020-03-25remove unnecessary castRalf Jung-1/+1
2020-03-25miri: avoid a bunch of casts by offering usized-based field indexingRalf Jung-68/+106
2020-03-25avoid double-cast in mplace_fieldRalf Jung-8/+8
2020-03-25make bit_width return u64, consistently with other sizes in the compilerRalf Jung-28/+25
2020-03-25use checked casts and arithmetic in Miri engineRalf Jung-153/+186
2020-03-25miri: simplify shift operator overflow checkingRalf Jung-12/+13
2020-03-25Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri...bors-86/+40
2020-03-25update tool_lintsbishtpawan-1/+1
2020-03-25Rollup merge of #70376 - tmandry:issue-66312, r=CentrilMazdak Farrokhzad-0/+26
2020-03-25Rollup merge of #70373 - Centril:canon-imports, r=Mark-SimulacrumMazdak Farrokhzad-50/+45
2020-03-25Rollup merge of #70369 - estebank:bad-placeholder-in-where, r=CentrilMazdak Farrokhzad-81/+75
2020-03-25Rollup merge of #70364 - petrochenkov:nofrustc, r=CentrilMazdak Farrokhzad-98/+75
2020-03-25Rollup merge of #70361 - tmiasko:backtrace, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-03-25Rollup merge of #70349 - Centril:hir-outa-rustc, r=ZoxcMazdak Farrokhzad-138/+77
2020-03-25Rollup merge of #70331 - jeremystucki:privacy, r=estebankMazdak Farrokhzad-5/+12
2020-03-24fix type name typo in doc commentsYoungsuk Kim-2/+2
2020-03-24Reduce error duplication for invalid placeholder types in fn typesEsteban Küber-76/+68
2020-03-24Add test for #66312Tyler Mandry-0/+26
2020-03-24normalize some imports, prefer direct ones.Mazdak Farrokhzad-50/+45
2020-03-24Rollup merge of #70368 - bjorn3:patch-2, r=jonas-schievinkMazdak Farrokhzad-0/+2
2020-03-24Rollup merge of #70359 - kornelski:mustsplit, r=Dylan-DPCMazdak Farrokhzad-2/+4
2020-03-24Rollup merge of #70355 - GuillaumeGomez:cleanup-e0454, r=Dylan-DPCMazdak Farrokhzad-1/+3
2020-03-24Rollup merge of #70350 - workingjubilee:patch-1, r=Dylan-DPCMazdak Farrokhzad-1/+1
2020-03-24Rollup merge of #70342 - withoutboats:io-slice-send-sync, r=Mark-SimulacrumMazdak Farrokhzad-0/+12
2020-03-24Rollup merge of #70241 - RalfJung:global-mem, r=oli-obkMazdak Farrokhzad-111/+179