about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-12Avoid ICE caused by suggestionEsteban Küber-8/+42
2021-08-12Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkovbors-556/+287
2021-08-12Auto merge of #87843 - kornelski:try_reserve, r=m-ou-sebors-301/+282
2021-08-11Auto merge of #86532 - estebank:delete-suggestion-underline, r=petrochenkovbors-4232/+5657
2021-08-11update clippyEsteban Kuber-906/+961
2021-08-11Auto merge of #87892 - rust-lang:spec-fill-size-one-bye, r=the8472bors-14/+2
2021-08-11Modify structured suggestion outputEsteban Küber-3326/+4696
2021-08-11Auto merge of #87587 - oli-obk:lazy_tait, r=spastorinobors-482/+339
2021-08-11Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa...bors-41/+107
2021-08-10Auto merge of #87923 - JohnTitor:rollup-id54fyz, r=JohnTitorbors-132/+399
2021-08-11Rollup merge of #87895 - TheWastl:issue-87872, r=estebankYuki Okushi-20/+77
2021-08-11Rollup merge of #87889 - estebank:method-call-disambiguate, r=oli-obkYuki Okushi-20/+22
2021-08-11Rollup merge of #87881 - badboy:platform-support-formatting, r=ehussYuki Okushi-1/+1
2021-08-11Rollup merge of #87880 - pierwill:graph-duplicate-trait-bound, r=LeSeulArtichautYuki Okushi-7/+2
2021-08-11Rollup merge of #87876 - lcnr:windows_no_panic, r=m-ou-seYuki Okushi-0/+8
2021-08-11Rollup merge of #87865 - tsoutsman:master, r=GuillaumeGomezYuki Okushi-22/+24
2021-08-11Rollup merge of #87861 - tsoutsman:patch-1, r=GuillaumeGomezYuki Okushi-1/+1
2021-08-11Rollup merge of #87854 - BoxyUwU:var-None, r=oli-obkYuki Okushi-2/+29
2021-08-11Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=josh...Yuki Okushi-31/+40
2021-08-11Rollup merge of #87811 - estebank:issue-87549, r=oli-obkYuki Okushi-3/+49
2021-08-11Rollup merge of #87700 - kornelski:e530text, r=oli-obkYuki Okushi-14/+39
2021-08-11Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcmYuki Okushi-1/+61
2021-08-11Rollup merge of #87582 - tmiasko:symbol-printer, r=michaelwoeristerYuki Okushi-5/+6
2021-08-11Rollup merge of #86840 - usbalbin:const_from, r=oli-obkYuki Okushi-5/+40
2021-08-10typeck: better diagnostics for missing inaccessible fields in struct literals...TheWastl-20/+77
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-556/+287
2021-08-10Don't collect into a `Vec` that is immediately being iterated on again.Oli Scherer-3/+2
2021-08-09Remove size_of == 1 case from `fill` specialization.Mara Bos-14/+2
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-20/+22
2021-08-09Test: Use smallvec directly instead of boxed.Hans Kratz-4/+4
2021-08-09Added tracking issue to unstable attributeChase Wilson-1/+1
2021-08-09Enabled unzip_option feature for core tests & unzip docsChase Wilson-0/+3
2021-08-09Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t...Chase Wilson-1/+33
2021-08-09Added the `Option::unzip()` methodChase Wilson-0/+25
2021-08-09Proper table row formatting in platform supportJan-Erik Rediger-1/+1
2021-08-09Remove duplicate trait bounds in `rustc_data_structures::graph`pierwill-7/+2
2021-08-09Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche...bors-0/+29
2021-08-09Avoid unnecessary allocation.Hans Kratz-2/+2
2021-08-09TEST: Use SmallVec<[u32; 4]> for field projection.Hans Kratz-5/+7
2021-08-09Fix nits.Hans Kratz-12/+16
2021-08-09add `windows` count testlcnr-0/+8
2021-08-09Auto merge of #87820 - elichai:patch-2, r=kennytmbors-14/+14
2021-08-09Do not ICE on HIR based WF check when involving lifetimesEsteban Küber-3/+49
2021-08-09Add the aarch64-unknown-uefi targetunknown-0/+29
2021-08-09Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkovbors-43/+75
2021-08-09Auto merge of #87465 - audunhalland:refactor_typeck_primary_body_of, r=eddybbors-18/+12
2021-08-09Clarify terms in rustdoc bookKlim Tsoutsman-22/+24
2021-08-08Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisabors-4/+184
2021-08-08Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnaybors-16/+8
2021-08-08Bump shrink_to stabilization to Rust 1.56David Tolnay-8/+8