about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-10-30Rollup merge of #78556 - camelid:mir-opt-nrvo-docs, r=jyn514Yuki Okushi-0/+2
2020-10-30Rollup merge of #78554 - camelid:improve-drop_in_place-docs-wording, r=jyn514Yuki Okushi-5/+5
2020-10-30Rollup merge of #78545 - jackh726:anonymous, r=oli-obkYuki Okushi-32/+24
2020-10-30Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011Yuki Okushi-9/+18
2020-10-30Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnayYuki Okushi-17/+14
2020-10-30Rollup merge of #77921 - wcampbell0x2a:f64-collapsible-if, r=jyn514Yuki Okushi-14/+12
2020-10-30Rollup merge of #77888 - LingMan:ast_pretty_tt_prepend_space, r=jyn514Yuki Okushi-18/+7
2020-10-30Rollup merge of #77334 - pickfire:patch-4, r=jyn514Yuki Okushi-2/+2
2020-10-29Link to pass docs from NRVO module docsCamelid-0/+2
2020-10-29Improve wording of `core::ptr::drop_in_place` docsCamelid-5/+5
2020-10-30Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakisbors-6/+82
2020-10-30Auto merge of #78540 - RalfJung:miri, r=RalfJungbors-7/+7
2020-10-29Make anonymous binders start at 0Jack Huey-32/+24
2020-10-29Auto merge of #78528 - jonas-schievink:rollup-e70g9zk, r=jonas-schievinkbors-746/+3069
2020-10-29update MiriRalf Jung-7/+7
2020-10-29Auto merge of #78508 - wesleywiser:optimize_visit_scopes, r=petrochenkovbors-4/+3
2020-10-29Rollup merge of #78527 - bugadani:typo3, r=jonas-schievinkJonas Schievink-9/+9
2020-10-29Rollup merge of #78505 - ebroto:clippyup, r=oli-obkJonas Schievink-672/+2832
2020-10-29Rollup merge of #78499 - SkiFire13:fix-string-retain, r=m-ou-seJonas Schievink-4/+21
2020-10-29Rollup merge of #78493 - ehuss:update-cargo, r=ehussJonas Schievink-0/+0
2020-10-29Rollup merge of #78462 - danielframpton:fixnullisa, r=nagisaJonas Schievink-1/+1
2020-10-29Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebankJonas Schievink-5/+5
2020-10-29Rollup merge of #78423 - tgnottingham:caching_source_map_bounds_check, r=oli-obkJonas Schievink-17/+46
2020-10-29Rollup merge of #78422 - estebank:fix-78372, r=pnkfelixJonas Schievink-7/+89
2020-10-29Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkorJonas Schievink-10/+14
2020-10-29Rollup merge of #76138 - camelid:rc-fully-qualified-syntax, r=steveklabnikJonas Schievink-9/+38
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-12/+14
2020-10-29Fix typosDániel Buga-9/+9
2020-10-29Add regression testEsteban Küber-0/+6
2020-10-29Revert invalid `fn` return type parsing changeEsteban Küber-17/+8
2020-10-29Auto merge of #78446 - RalfJung:box, r=Amanieubors-7/+2
2020-10-29Added test for issue #78498Giacomo Stevanato-0/+15
2020-10-29Prevent String::retain from creating non-utf8 strings when abusing panicGiacomo Stevanato-4/+6
2020-10-29Auto merge of #78506 - cuviper:ubuntu-lts, r=pietroalbinibors-2/+4
2020-10-29Auto merge of #78486 - pietroalbini:manifest-artifacts, r=Mark-Simulacrumbors-22/+125
2020-10-29Auto merge of #78512 - JohnTitor:rollup-a7qwjah, r=JohnTitorbors-107/+557
2020-10-28Dogfood {exclusive,half-open} ranges in compiler (nfc)Jubilee Young-10/+14
2020-10-29Rollup merge of #78494 - bugadani:typo2, r=jonas-schievinkYuki Okushi-3/+3
2020-10-29Rollup merge of #78492 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2020-10-29Rollup merge of #78491 - petertodd:2020-inline-from-nonzero, r=sfacklerYuki Okushi-0/+1
2020-10-29Rollup merge of #78487 - rust-lang:GuillaumeGomez-patch-1, r=steveklabnikYuki Okushi-1/+1
2020-10-29Rollup merge of #78478 - hameerabbasi:const-generics-supertraits, r=lcnrYuki Okushi-0/+85
2020-10-29Rollup merge of #78475 - RalfJung:validity-comment, r=oli-obkYuki Okushi-2/+1
2020-10-29Rollup merge of #78470 - camelid:fixup-std-path-intra-doc, r=jyn514Yuki Okushi-6/+5
2020-10-29Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnrYuki Okushi-31/+30
2020-10-29Rollup merge of #78428 - JulianKnodt:invalid_patterns, r=lcnrYuki Okushi-0/+105
2020-10-29Rollup merge of #78224 - lcnr:repeat-expr, r=varkorYuki Okushi-39/+217
2020-10-29Rollup merge of #77213 - ijackson:wip-rustdoc-settings, r=jyn514,GuillaumeGomezYuki Okushi-25/+109
2020-10-28[resolve] Use `unwrap_or_else` instead of `unwrap_or` in a hot pathWesley Wiser-4/+3
2020-10-29Auto merge of #78430 - Nadrieril:taking-constructors-seriously2, r=varkorbors-1149/+714