about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-25borrowck: prefer "value" over "`_`".Mazdak Farrokhzad-134/+113
2020-03-25simplify check_pat_tuple_structMazdak Farrokhzad-1/+1
2020-03-25rename def_id -> static_def_idRalf Jung-6/+6
2020-03-25better explain GLOBAL_KIND choiceRalf Jung-2/+2
2020-03-25improve non-exhaustive struct pat errorMazdak Farrokhzad-8/+49
2020-03-25is_union() instead of string comparsionMazdak Farrokhzad-4/+3
2020-03-25update tool_lintsbishtpawan-1/+1
2020-03-25Auto merge of #70383 - Centril:rollup-hmfft3y, r=Centrilbors-377/+315
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-5/+5
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-25Remove `TargetOptions::embed_bitcode`.Nicholas Nethercote-15/+8
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-24Auto merge of #70371 - Centril:rollup-ywi1vo3, r=Centrilbors-118/+237
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
2020-03-24Rollup merge of #70234 - anp:tracked-std-traits, r=AmanieuMazdak Farrokhzad-0/+32
2020-03-24Rollup merge of #70023 - GuillaumeGomez:cleanup-e0436, r=CentrilMazdak Farrokhzad-3/+4
2020-03-24Add richer printingMark Rousskov-1/+9
2020-03-24Remove attribute `#[structural_match]` and any references to itVadim Petrochenkov-48/+43
2020-03-24Mark hotplug_codegen_backend as ignore-stage1bjorn3-0/+2
2020-03-24Implement Fuse with OptionJosh Stone-255/+340
2020-03-24Move rustc-guide submodule to rustc-dev-guideSantiago Pastorino-12/+12
2020-03-24resolve: Remove `rustc_attrs` as a standalone feature gateVadim Petrochenkov-98/+75
2020-03-24Fix placement of suggested generic param when bounds are presentEsteban Küber-5/+7
2020-03-24fmtJeremy Stucki-1/+1
2020-03-24must_use on split_offKornel-2/+4
2020-03-24update mir opt testBastian Kauschke-1/+1
2020-03-24Auto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrumbors-30/+1994