about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-26Rollup merge of #99711 - tmiasko:coverage, r=wesleywiserYuki Okushi-18/+42
2022-07-26Rollup merge of #99615 - compiler-errors:remove-some-explicit-infcx, r=lcnrYuki Okushi-77/+68
2022-07-26Rollup merge of #99593 - TaKO8Ki:suggest-removing-tuple-struct-field, r=compi...Yuki Okushi-0/+90
2022-07-26Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillotYuki Okushi-208/+126
2022-07-26Rollup merge of #98211 - devnexen:get_path_freebsd, r=Mark-SimulacrumYuki Okushi-0/+14
2022-07-26Remove some explicit self.infcx for fcx, which derefs into infcxMichael Goulet-77/+68
2022-07-25Auto merge of #99735 - JohnTitor:rollup-d93jyr2, r=JohnTitorbors-471/+157
2022-07-25Implement `fs::get_path` for FreeBSD.David CARLIER-0/+14
2022-07-26Rollup merge of #99713 - GuillaumeGomez:fix-sidebar-background, r=notriddleYuki Okushi-1/+22
2022-07-26Rollup merge of #99709 - lcnr:rm-MaybeTypeckResults, r=compiler-errorsYuki Okushi-33/+5
2022-07-26Rollup merge of #99703 - dtolnay:tokenstreamsizehint, r=petrochenkovYuki Okushi-0/+8
2022-07-26Rollup merge of #99673 - RalfJung:interpret-invalid-dyn, r=oli-obkYuki Okushi-2/+2
2022-07-26Rollup merge of #99178 - Dajamante:clean_up, r=oli-obkYuki Okushi-344/+23
2022-07-26Rollup merge of #99084 - RalfJung:write_bytes, r=thomccYuki Okushi-37/+14
2022-07-26Rollup merge of #98710 - mojave2:string, r=JohnTitorYuki Okushi-5/+5
2022-07-26Rollup merge of #97077 - ouz-a:Optimize-backend, r=oli-obkYuki Okushi-30/+22
2022-07-26Rollup merge of #92390 - fee1-dead-contrib:const_cmp, r=oli-obkYuki Okushi-19/+56
2022-07-25Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkovbors-1627/+1560
2022-07-25Clippy fallout.Camille GILLOT-32/+46
2022-07-25Update file description.Camille GILLOT-5/+6
2022-07-25Report elision failures on the AST.Camille GILLOT-1590/+1482
2022-07-25Auto merge of #99722 - RalfJung:miri, r=RalfJungbors-8/+8
2022-07-25update MiriRalf Jung-8/+8
2022-07-25Auto merge of #85673 - csmoe:export-exe-sym, r=bjorn3bors-5/+42
2022-07-25removed CanConstProp + VisitorAïssata-125/+7
2022-07-25Lighten up const_prop_lint, reusing const_propAïssata-222/+19
2022-07-25Add GUI test to prevent sidebar background regressionGuillaume Gomez-0/+22
2022-07-25Fix sidebar background-color on mobileGuillaume Gomez-1/+0
2022-07-25Remove reachable coverage without countersTomasz Miąsko-18/+42
2022-07-25`Inherited` always has `TypeckResults` availablelcnr-33/+5
2022-07-25Auto merge of #99707 - JohnTitor:rollup-74rb8vq, r=JohnTitorbors-111/+140
2022-07-25Rollup merge of #99690 - RalfJung:miri-track-caller, r=Mark-SimulacrumYuki Okushi-0/+38
2022-07-25Rollup merge of #99659 - compiler-errors:opaque-type-nit, r=oli-obkYuki Okushi-12/+6
2022-07-25Rollup merge of #99643 - daxpedda:sign-ext-wasm, r=oli-obkYuki Okushi-0/+1
2022-07-25Rollup merge of #99581 - nnethercote:improve-derive-packed-errors, r=estebankYuki Okushi-51/+68
2022-07-25Rollup merge of #99494 - tmiasko:no-pie, r=Mark-SimulacrumYuki Okushi-1/+1
2022-07-25Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-SimulacrumYuki Okushi-47/+6
2022-07-25Rollup merge of #95040 - frank-king:fix/94981, r=Mark-SimulacrumYuki Okushi-0/+20
2022-07-25suggest removing the tuple struct field for the unwrapped valueTakayuki Maeda-0/+90
2022-07-25Auto merge of #99600 - tmiasko:subst-folder, r=petrochenkovbors-55/+77
2022-07-25Auto merge of #98770 - klensy:no-string-dupes-ugly, r=cjgillotbors-9/+46
2022-07-25feat: impl export-executable-symbolscsmoe-5/+42
2022-07-24Expose size_hint() for TokenStream's iteratorDavid Tolnay-0/+8
2022-07-25Auto merge of #99676 - thomcc:dont-overwrite, r=tmiaskobors-1/+1
2022-07-25Improve error messages involving `derive` and `packed`.Nicholas Nethercote-51/+68
2022-07-25Auto merge of #97581 - AngelicosPhosphoros:improve_calloc_check_in_vec_macro_...bors-29/+170
2022-07-24Auto merge of #99603 - fasterthanlime:ra-subtree-2, r=jyn514bors-18/+346064
2022-07-24Support vec zero-alloc optimization for tuples and byte arraysAngelicosPhosphoros-29/+170
2022-07-24Combine redundant obligation cause codesMichael Goulet-138/+80
2022-07-24Only run proc-macro-srv tests for now (after discussion with @Veykril, @jyn51...Amos Wenger-4/+7