about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-11Update format string tests to explicitly escape multiple newlinesAnton Golov-4/+4
2021-08-11Auto merge of #87587 - oli-obk:lazy_tait, r=spastorinobors-105/+63
2021-08-11Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa...bors-6/+20
2021-08-11Rollup merge of #87895 - TheWastl:issue-87872, r=estebankYuki Okushi-0/+48
2021-08-11Rollup merge of #87889 - estebank:method-call-disambiguate, r=oli-obkYuki Okushi-14/+16
2021-08-11Rollup merge of #87881 - badboy:platform-support-formatting, r=ehussYuki Okushi-1/+1
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-0/+24
2021-08-11Rollup merge of #87811 - estebank:issue-87549, r=oli-obkYuki Okushi-0/+45
2021-08-10typeck: better diagnostics for missing inaccessible fields in struct literals...TheWastl-0/+48
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-14/+16
2021-08-09Proper table row formatting in platform supportJan-Erik Rediger-1/+1
2021-08-09Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche...bors-0/+1
2021-08-09Do not ICE on HIR based WF check when involving lifetimesEsteban Küber-0/+45
2021-08-09Add the aarch64-unknown-uefi targetunknown-0/+1
2021-08-09Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkovbors-13/+18
2021-08-09Clarify terms in rustdoc bookKlim Tsoutsman-22/+24
2021-08-08Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisabors-3/+150
2021-08-08Auto merge of #87697 - GuillaumeGomez:add-e0784, r=nagisabors-10/+10
2021-08-08 Fix feature gate checking of static-nobundle and native_link_modifiers12101111-13/+18
2021-08-08Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-sebors-30/+40
2021-08-08Fix heading colours in Ayu themeKlim Tsoutsman-1/+1
2021-08-08Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`.Eduard-Mihai Burtescu-30/+40
2021-08-08Auto merge of #87815 - BoxyUwU:cec-generics-of-ice, r=eddybbors-0/+81
2021-08-07Auto merge of #87772 - npmccallum:naked_abi, r=Amanieubors-14/+8
2021-08-07fmtEllen-1/+1
2021-08-07Auto merge of #87851 - JohnTitor:rollup-odvmr47, r=JohnTitorbors-9/+34
2021-08-07less opt in const param ofEllen-0/+24
2021-08-08Rollup merge of #87834 - camelid:span-typo, r=CraftSpiderYuki Okushi-1/+1
2021-08-08Rollup merge of #87833 - m-rsha:patch-1, r=Aaron1011Yuki Okushi-1/+1
2021-08-08Rollup merge of #87789 - tmiasko:panik, r=Mark-SimulacrumYuki Okushi-0/+0
2021-08-08Rollup merge of #87744 - Smittyvb:xpy-test-force-rerun, r=Mark-SimulacrumYuki Okushi-7/+32
2021-08-07update MiriRalf Jung-8/+8
2021-08-06Fix small typoNoah Lev-1/+1
2021-08-06Fix typo -- "The" -> "They"await Marsha-1/+1
2021-08-06Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitorbors-3/+85
2021-08-07Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obkYuki Okushi-2/+84
2021-08-07Rollup merge of #85807 - glaubitz:powerpc-disable-initial-exec-tls, r=Mark-Si...Yuki Okushi-1/+1
2021-08-06Auto merge of #87784 - rusticstuff:bootstrap_config_overflow_checks, r=Mark-S...bors-0/+20
2021-08-06uwuEllen-1/+1
2021-08-06*sprinkles some dust everywhere*Ellen-1/+2
2021-08-06encode `generics_of` of fields and ty paramsEllen-0/+80
2021-08-06Add options for enabling overflow checks in rustc and std.Hans Kratz-0/+20
2021-08-06bless some nll testsOli Scherer-26/+2
2021-08-06Point to the value instead of the TAIT declaration for obligation failuresOli Scherer-38/+40
2021-08-06Immediately register new opaque types in the global list.Oli Scherer-20/+19
2021-08-06Remove a useless feature gateingOli Scherer-21/+2
2021-08-06Add hint for unresolved associated trait items if the trait has a single itemJakub Beránek-2/+84
2021-08-06Auto merge of #87808 - JohnTitor:rollup-qqp79xs, r=JohnTitorbors-11/+97