summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update the wasi toolchain."revert-105395-sunfishcode/update-wasiTyler Mandry2022-12-071-4/+4
* Auto merge of #103459 - ChrisDenton:propagate-nulls, r=thomccbors2022-12-071-14/+20
|\
| * Don't set `STARTF_USESTDHANDLES` if none are setChris Denton2022-12-061-7/+15
| * Pass on null handle values to child processChris Denton2022-10-241-7/+5
* | Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors2022-12-0722-89/+157
|\ \
| * | Reimplement weak! using Option.Peter Collingbourne2022-12-051-1/+36
| * | Support Option and similar enums as type of static variable with linkage attr...Peter Collingbourne2022-12-057-5/+67
| * | Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne2022-12-0519-85/+56
* | | Auto merge of #105395 - sunfishcode:sunfishcode/update-wasi, r=pietroalbinibors2022-12-071-4/+4
|\ \ \
| * | | Update the wasi toolchain.Dan Gohman2022-12-061-4/+4
* | | | Auto merge of #105291 - nnethercote:remove-LintPassObjects, r=cjgillotbors2022-12-072-100/+51
|\ \ \ \
| * | | | Remove `{Early,Late}LintPassObjects`.Nicholas Nethercote2022-12-052-100/+51
* | | | | Auto merge of #105397 - matthiaskrgr:rollup-xv5imz8, r=matthiaskrgrbors2022-12-077-6/+52
|\ \ \ \ \
| * \ \ \ \ Rollup merge of #105390 - nicholasbishop:bishop-example-ignore, r=ehussMatthias Krüger2022-12-061-1/+1
| |\ \ \ \ \
| | * | | | | unstable-book: Add `ignore` to `abi_efiapi` example codeNicholas Bishop2022-12-061-1/+1
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=Guillaum...Matthias Krüger2022-12-061-1/+0
| |\ \ \ \ \
| | * | | | | rustdoc: remove redundant CSS `.import-item .stab { font-size }`Michael Howell2022-12-061-1/+0
| * | | | | | Rollup merge of #105382 - BoxyUwU:fixme_typo_sadface, r=lcnrMatthias Krüger2022-12-061-1/+1
| |\ \ \ \ \ \
| | * | | | | | typo :(Boxy2022-12-061-1/+1
| | |/ / / / /
| * | | | | | Rollup merge of #105380 - BoxyUwU:triagebot_ping_pls, r=lcnrMatthias Krüger2022-12-061-2/+10
| |\ \ \ \ \ \
| | * | | | | | CONSISTENCYBoxy2022-12-061-1/+1
| | * | | | | | add cg ping files thingsBoxy2022-12-061-1/+9
| | | |_|_|/ / | | |/| | | |
| * | | | | | Rollup merge of #105358 - TaKO8Ki:fix-104260, r=estebankMatthias Krüger2022-12-061-0/+14
| |\ \ \ \ \ \
| | * | | | | | add a test for #104260Takayuki Maeda2022-12-061-0/+14
| * | | | | | | Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviperMatthias Krüger2022-12-062-1/+26
| |\ \ \ \ \ \ \
| | * | | | | | | llvm-wrapper: adapt for and LLVM API changeKrasimir Georgiev2022-12-062-1/+26
* | | | | | | | | Auto merge of #105271 - eduardosm:inline-always-int-conv, r=scottmcmbors2022-12-061-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Make integer-to-integer `From` impls `#[inline(always)]`Eduardo Sánchez Muñoz2022-12-041-1/+1
* | | | | | | | | Auto merge of #105378 - matthiaskrgr:rollup-fjeorw5, r=matthiaskrgrbors2022-12-0646-750/+658
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Rollup merge of #105370 - WaffleLapkin:pp, r=oli-obkMatthias Krüger2022-12-062-25/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Remove outdated syntax from trait alias pretty printingMaybe Waffle2022-12-062-25/+3
| * | | | | | | | | Rollup merge of #105362 - WaffleLapkin:🙅, r=oli-obkMatthias Krüger2022-12-062-371/+213
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add debug asserts to hand-implemented `Ord`/`Eq` implsMaybe Waffle2022-12-061-4/+24
| | * | | | | | | | | Cleanup macro-expanded code in `rustc_type_ir`Maybe Waffle2022-12-062-377/+199
| * | | | | | | | | | Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg...Matthias Krüger2022-12-062-9/+7
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Point at args in associated const fn pointersMichael Goulet2022-12-062-9/+7
| * | | | | | | | | | | Rollup merge of #105320 - notriddle:notriddle/rustdoc-toggle-hideme-2, r=Guil...Matthias Krüger2022-12-064-9/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | rustdoc: simplify CSS selectors on top-doc and non-exhaustive togglesMichael Howell2022-12-054-9/+12
| * | | | | | | | | | | | Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillotMatthias Krüger2022-12-066-32/+59
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s...Will Crichton2022-12-053-42/+44
| | * | | | | | | | | | | | Add -Z maximal-hir-to-mir-coverage flagWill Crichton2022-12-045-0/+25
| * | | | | | | | | | | | | Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obkMatthias Krüger2022-12-0614-43/+70
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Replace usage of `ResumeTy` in async lowering with `Context`Arpad Borsos2022-12-0614-43/+70
| | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholkMatthias Krüger2022-12-063-2/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | fix #105028, Only suggest removing struct field from destructive binding in s...yukang2022-12-013-2/+37
| * | | | | | | | | | | | | | Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiserMatthias Krüger2022-12-063-5/+75
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | return when expr has errorTakayuki Maeda2022-12-023-5/+75
| * | | | | | | | | | | | | | | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiserMatthias Krüger2022-12-0610-254/+182
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Generalize some InternedInSet implsOli Scherer2022-11-301-36/+6
| | * | | | | | | | | | | | | | Remove PredicateS typeOli Scherer2022-11-303-52/+28