about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-610/+1802
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-41/+69
2021-02-10Auto merge of #6687 - ehuss:stabilize-wrapper, r=flip1995bors-23/+1
2021-02-10Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelixbors-46/+147
2021-02-10Auto merge of #81768 - calebcartwright:bump-rls-rustfmt, r=Xanewokbors-6/+5
2021-02-10Auto merge of #81929 - pietroalbini:pgo-bootstrap, r=Mark-Simulacrumbors-2/+4
2021-02-10Rollup merge of #81951 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-02-10Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebankYuki Okushi-0/+3
2021-02-10Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeG...Yuki Okushi-1/+1
2021-02-10Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasperYuki Okushi-44/+44
2021-02-10Rollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726Yuki Okushi-1/+1
2021-02-10Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o...Yuki Okushi-0/+32
2021-02-09Update cargoEric Huss-0/+0
2021-02-09remove unused backtrace refsCaleb Cartwright-1/+0
2021-02-09update RLS and rustfmtCaleb Cartwright-5/+5
2021-02-09Auto merge of #79540 - jyn514:no-xpy, r=Mark-Simulacrumbors-18/+116
2021-02-09ci: allow unstable features in some PGO benchmarksPietro Albini-2/+4
2021-02-09add suggestion to use the `async_recursion` crateHenry Boisdequin-0/+3
2021-02-09Auto merge of #81916 - RalfJung:miri, r=RalfJungbors-8/+8
2021-02-09update MiriRalf Jung-8/+8
2021-02-09Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkovbors-1528/+76
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-44/+44
2021-02-08Use `log --author=bors` instead of `merge-base`Joshua Nelson-25/+9
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-18/+132
2021-02-08Use format string in bootstrap panic instead of a string directlyJoshua Nelson-1/+1
2021-02-09Rollup merge of #81888 - ehuss:macro_rules-pp, r=petrochenkovDylan DPC-0/+19
2021-02-09Rollup merge of #81882 - lnicola:rust-analyzer-2021-02-08, r=jonas-schievinkDylan DPC-16/+17
2021-02-09Rollup merge of #81876 - osa1:issue81806, r=matthewjasperDylan DPC-0/+22
2021-02-09Rollup merge of #81841 - aDotInTheVoid:rdj_docs, r=jyn514Dylan DPC-0/+1
2021-02-09Rollup merge of #81834 - ortem:fix-LLDB-hashmap-pretty-printers, r=Mark-Simul...Dylan DPC-1/+3
2021-02-09Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakisDylan DPC-79/+268
2021-02-09Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakisDylan DPC-20/+113
2021-02-09./x.py test --blessTomasz Miąsko-1528/+16
2021-02-09Fix derived PartialOrd operatorsTomasz Miąsko-0/+60
2021-02-08Fix pretty printer macro_rules with semicolon.Eric Huss-0/+19
2021-02-08Anonymize late bound regions on transitive bounds that define assoc typeSantiago Pastorino-0/+33
2021-02-08Rollup merge of #81828 - davidhewitt:capture-raw-format-strings, r=estebankMara Bos-2/+13
2021-02-08Rollup merge of #81817 - hameerabbasi:mcp-635, r=oli-obkMara Bos-1/+17
2021-02-08Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnrMara Bos-9/+36
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-5/+29
2021-02-08Rollup merge of #71531 - spastorino:move-treat-err-as-bug-tests-to-ui, r=oli-obkMara Bos-14/+45
2021-02-08Add long explanation for E0547Jesus Rubio-1/+1
2021-02-08:arrow_up: rust-analyzerLaurențiu Nicola-16/+17
2021-02-08Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514bors-51/+9
2021-02-08parser: Fix panic in 'const impl' recoveryÖmer Sinan Ağacan-0/+22
2021-02-08Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnaybors-5/+0
2021-02-08Auto merge of #72603 - jsgf:extern-loc, r=nikomatsakisbors-0/+224
2021-02-07Implement Encoder for Diagnostic manuallyJeremy Fitzhardinge-51/+47
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-38/+266
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-181/+182