about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-06-11Use safer `strip=symbols`-flag for dylibs on macOSDavid Knaack-4/+8
2022-06-11Auto merge of #97980 - Dylan-DPC:rollup-l8exe4b, r=Dylan-DPCbors-368/+495
2022-06-11Rollup merge of #97972 - hamza1311:patch-1, r=Dylan-DPCDylan DPC-1/+3
2022-06-11Rollup merge of #97967 - BoxyUwU:at_docs_mention_trace, r=compiler-errorsDylan DPC-0/+21
2022-06-11Rollup merge of #97958 - mkroening:exit-status-docs, r=Dylan-DPCDylan DPC-5/+5
2022-06-11Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebankDylan DPC-2/+185
2022-06-11Rollup merge of #97703 - lcnr:post-89862, r=estebankDylan DPC-138/+249
2022-06-11Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisaDylan DPC-222/+32
2022-06-11Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3bors-173/+250
2022-06-11Auto merge of #97648 - lcnr:bound-var-replacer, r=jackh726bors-191/+186
2022-06-10Auto merge of #97968 - matthiaskrgr:rollup-qtd4i5h, r=matthiaskrgrbors-65/+88
2022-06-11Update the-doc-attribute.mdMuhammad Hamza-2/+2
2022-06-11Update the-doc-attribute.mdMuhammad Hamza-1/+3
2022-06-10the day that i make a PR without a tidy error..Ellen-7/+7
2022-06-10Rollup merge of #97957 - estebank:spancito, r=compiler-errorsMatthias Krüger-9/+18
2022-06-10Rollup merge of #97953 - JohnTitor:issue-54378, r=compiler-errorsMatthias Krüger-0/+26
2022-06-10Rollup merge of #97941 - CorinJG:error_naming_conventions, r=compiler-errorsMatthias Krüger-27/+27
2022-06-10Rollup merge of #97940 - GuillaumeGomez:relative-link, r=Dylan-DPCMatthias Krüger-2/+2
2022-06-10Rollup merge of #97928 - hoodmane:emscripten-no-assertions, r=tlivelyMatthias Krüger-9/+1
2022-06-10Rollup merge of #93331 - pnkfelix:refactor-write-output-file, r=oli-obkMatthias Krüger-18/+14
2022-06-10aEllen-0/+21
2022-06-10docs: Consistently mark ExitStatus as codeMartin Kröning-2/+2
2022-06-10docs: Link to ExitCode instead of ExitStatus in ExitStatusMartin Kröning-2/+2
2022-06-10docs: Fix typo in ExitStatusMartin Kröning-1/+1
2022-06-11Add regression test for #54378Yuki Okushi-0/+26
2022-06-10E0577 fixed Sea struct CamelCase/sea module snake_caseCorinJG-3/+3
2022-06-10use FxHashMap instead of BTreeMaplcnr-4/+3
2022-06-10Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplettbors-35/+103
2022-06-10Fixed several error_codes/Exxxx.md messages which used UpperCamelCase instead...CorinJG-30/+30
2022-06-10Use relative links instead of linking to doc.rust-lang.org when possibleGuillaume Gomez-2/+2
2022-06-10Auto merge of #97939 - JohnTitor:rollup-79pxupb, r=JohnTitorbors-29/+182
2022-06-10Rollup merge of #97937 - TaKO8Ki:fix-typo-in-hrtb-just-for-static, r=Dylan-DPCYuki Okushi-1/+1
2022-06-10Rollup merge of #97927 - cjgillot:issue-97836, r=petrochenkovYuki Okushi-1/+27
2022-06-10Rollup merge of #97922 - paolobarbolini:no-vecdeque-extra-reserve, r=the8472Yuki Okushi-2/+0
2022-06-10Rollup merge of #97888 - hoodmane:emscripten-eh-personality, r=AmanieuYuki Okushi-13/+10
2022-06-10Rollup merge of #97876 - yoshuawuyts:into-future-docs, r=JohnTitor,yaahcYuki Okushi-0/+119
2022-06-10Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...Yuki Okushi-12/+25
2022-06-10eagerly check whether we replace any bound varslcnr-25/+16
2022-06-10update higher_ranked_sub docslcnr-27/+35
2022-06-10don't always cache bound ltslcnr-13/+23
2022-06-10bound_vars -> infer: don't return lt maplcnr-54/+40
2022-06-10replace bound vars: make caching explicitlcnr-32/+40
2022-06-10only expect lb lt for fn calls in mir typecklcnr-6/+8
2022-06-10`BoundVarReplacer` remove `Option`lcnr-45/+36
2022-06-10Auto merge of #95818 - petrochenkov:stabundle, r=wesleywiserbors-196/+91
2022-06-10fix a typoTakayuki Maeda-1/+1
2022-06-10Auto merge of #95770 - nrc:read-buf-builder, r=joshtriplettbors-7/+11
2022-06-10Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.Nicholas Nethercote-51/+111
2022-06-10Auto merge of #91970 - nrc:provide-any, r=scottmcmbors-3/+436
2022-06-10use fcntl fallback for additional poll-specific errorsThe 8472-7/+8