about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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-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
2021-12-02Code review feedbackEric Holk-4/+9
2021-12-02Auto merge of #91318 - eggyal:reduce-boilerplate-around-infallible-folders, r...bors-5/+4
2021-12-02Change to check-passJack Huey-1/+1
2021-12-02Add additional test from rust issue number 91068Frank Steffahn-0/+22
2021-12-02Reduce boilerplate around infallible foldersAlan Egerton-5/+4
2021-12-02Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgrbors-388/+460
2021-12-02Rollup merge of #91411 - ChrisDenton:valid-paths, r=petrochenkovMatthias Krüger-24/+8
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-339/+337
2021-12-02Rollup merge of #91045 - mjptree:issue-90702-fix, r=petrochenkovMatthias Krüger-12/+93
2021-12-02Rollup merge of #89234 - nbdd0121:discr, r=jackh726Matthias Krüger-13/+22
2021-12-02Auto merge of #91354 - fee1-dead:const_env, r=spastorinobors-9/+9
2021-12-02Add test for legacy-const-generic argumentsGuillaume Gomez-0/+16
2021-12-02Transform const generics if the function uses rustc_legacy_const_genericsGuillaume Gomez-1/+41
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-35/+122
2021-12-02Auto merge of #91003 - psumbera:sparc64-abi, r=nagisabors-1/+121
2021-12-01Determine when new comment lines are needed for itemized blocksYacin Tmimi-6/+37
2021-12-01Auto merge of #90446 - cjgillot:late-elided, r=jackh726bors-46/+178
2021-12-01Improve suggestion for extern crate self error messageMichael-6/+41
2021-12-01Improve diagnostic for missing half of binary operator in `if` conditionFabian Wolff-1/+36
2021-12-01Stop treating extern crate loading failures as fatal errorsMichael-6/+52
2021-12-01Auto merge of #91433 - matthiaskrgr:rollup-118ql06, r=matthiaskrgrbors-25/+74
2021-12-01Disallow non-c-like but "fieldless" ADTs from being casted to integer...Gary Guo-13/+22
2021-12-01Rollup merge of #91430 - jyn514:normalize-fallible, r=jackh726Matthias Krüger-13/+51