about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-04Include output type in fn trait bounds.Camille GILLOT-1/+1
2021-12-04Lint bare traits in AstConv.Camille GILLOT-180/+302
2021-12-04Auto merge of #88439 - cynecx:unwind_asm, r=Amanieubors-50/+179
2021-12-04Auto merge of #91505 - matthiaskrgr:rollup-orxgsxo, r=matthiaskrgrbors-36/+136
2021-12-04Rollup merge of #91488 - compiler-errors:issue-91477, r=estebankMatthias Krüger-0/+16
2021-12-04Rollup merge of #91478 - estebank:fix-newline-in-cast-suggestion, r=camelidMatthias Krüger-10/+10
2021-12-04Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebankMatthias Krüger-6/+18
2021-12-04Rollup merge of #91209 - camelid:snapshot, r=jyn514Matthias Krüger-20/+92
2021-12-03Auto merge of #91501 - camelid:rm-tuple-impls-2, r=GuillaumeGomezbors-414/+428
2021-12-03limit may_unwind codegen test to x86_64cynecx-0/+1
2021-12-03fix feature-gate test for may_unwindcynecx-1/+3
2021-12-03fix inline asm test by not hardcoding symbol namescynecx-6/+18
2021-12-03fix inline asm test because of missing attributecynecx-1/+1
2021-12-03add clobber_abi("C") to may_unwind inline-asm testscynecx-2/+2
2021-12-03add tests for asm's options(may_unwind)cynecx-0/+95
2021-12-03add `unwind_asm` feature gate for `may_unwind` optioncynecx-0/+20
2021-12-03Update unstable-book with recent asm changes (`may_unwind`)cynecx-1/+2
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-49/+47
2021-12-03Remove a Clean impl for a tuple (9)Noah Lev-43/+48
2021-12-03Remove a Clean impl for a tuple (8)Noah Lev-86/+89
2021-12-03Remove a Clean impl for a tuple (7)Noah Lev-26/+28
2021-12-03Remove a Clean impl for a tuple (6)Noah Lev-16/+17
2021-12-03Remove a Clean impl for a tuple (5)Noah Lev-19/+20
2021-12-03Remove a Clean impl for a tuple (4)Noah Lev-14/+17
2021-12-03Clean up definition of `clean_ty_generics` a bitNoah Lev-5/+3
2021-12-03Remove a Clean impl for a tuple (3)Noah Lev-165/+172
2021-12-03Remove a Clean impl for a tuple (2)Noah Lev-27/+28
2021-12-03Remove a Clean impl for a tuple (1)Noah Lev-25/+18
2021-12-03rustdoc: Rename bounds to bindings where appropriateNoah Lev-4/+4
2021-12-03Auto merge of #90737 - eholk:intofuture, r=tmandrybors-4/+74
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-9/+9
2021-12-02Fix ICE when yielding in fn returning impl TraitMichael Goulet-0/+16
2021-12-03Rollup merge of #91483 - calebcartwright:sync-rustfmt-subtree, r=calebcartwrightMatthias Krüger-435/+1730
2021-12-03Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726Matthias Krüger-0/+50
2021-12-03Rollup merge of #91273 - Badel2:ice-index-str, r=estebankMatthias Krüger-0/+59
2021-12-03Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomezMatthias Krüger-0/+6
2021-12-03Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebankMatthias Krüger-0/+21
2021-12-02Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...Caleb Cartwright-435/+1730
2021-12-02Merge remote-tracking branch 'upstream/master' into subtree-sync-2021-12-02Caleb Cartwright-375/+443
2021-12-03Remove incorrect newline from float cast suggestionEsteban Kuber-10/+10
2021-12-02Update .stderr filesEric Holk-0/+3
2021-12-02use try_normalize_erasing_regions in needs_dropb-naber-0/+50
2021-12-02Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgrbors-10/+286
2021-12-02Rollup merge of #91457 - steffahn:additional_test_from_91068, r=jackh726Matthias Krüger-0/+22
2021-12-02Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnrMatthias Krüger-1/+36
2021-12-02Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol...Matthias Krüger-8/+34
2021-12-02Rollup merge of #91364 - FabianWolff:issue-91210-ptr-field, r=oli-obkMatthias Krüger-0/+41
2021-12-02Rollup merge of #91329 - Aaron1011:modulo-regions-test, r=jackh726Matthias Krüger-0/+77
2021-12-02Rollup merge of #91321 - matthewjasper:constaint-placeholders, r=jackh726Matthias Krüger-0/+19
2021-12-02Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=AmanieuMatthias Krüger-1/+57