about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-12Add missing multi variant casesRoxane-0/+63
2021-08-12Auto merge of #87916 - nbdd0121:black_box, r=nagisabors-1/+1
2021-08-12Implement `black_box` using intrinsicGary Guo-1/+1
2021-08-12Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomezbors-138/+143
2021-08-12Rollup merge of #87941 - GuillaumeGomez:fix-rustdoc-js-tool, r=notriddleGuillaume Gomez-14/+19
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-80/+80
2021-08-12Rollup merge of #87819 - estebank:assoc-type-span, r=jackh726Guillaume Gomez-44/+44
2021-08-12Auto merge of #87666 - ivmarkov:master, r=Amanieubors-0/+1
2021-08-12Use a more accurate span on assoc types WF checksEsteban Kuber-44/+44
2021-08-12Bless clippy tests.Mara Bos-3/+3
2021-08-12Auto merge of #87948 - JohnTitor:rollup-efmgyl8, r=JohnTitorbors-20/+73
2021-08-12Rollup merge of #87942 - oconnor663:pre_commit_exec, r=jyn514Yuki Okushi-0/+0
2021-08-12Rollup merge of #87928 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-08-12Rollup merge of #87925 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-08-12Rollup merge of #87878 - lnicola:rust-analyzer-2021-08-09, r=lnicolaYuki Okushi-16/+37
2021-08-12Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebankYuki Okushi-4/+36
2021-08-12Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkovbors-438/+274
2021-08-11set the executable bit on pre-commit.shJack O'Connor-0/+0
2021-08-11Fix rustdoc-js tool string "parsing"Guillaume Gomez-14/+19
2021-08-11update clippyEsteban Kuber-906/+961
2021-08-11Add UI tests for string escape warnings.Anton Golov-0/+32
2021-08-11Modify structured suggestion outputEsteban Küber-3301/+4516
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-10Update cargoEric Huss-0/+0
2021-08-10Update booksEric Huss-0/+0
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-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-438/+274
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+1
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-14/+16
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-77/+77
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-09:arrow_up: rust-analyzerLaurențiu Nicola-16/+37
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