about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-21split libc tests from stdlib testsRalf Jung-120/+176
2022-10-21use is_terminal to implement isattyRalf Jung-30/+41
2022-10-21Auto merge of #2607 - RalfJung:rustup, r=RalfJungbors-45608/+68135
2022-10-21add always-failing GetFileInformationByHandleEx stubRalf Jung-15/+20
2022-10-21rustupRalf Jung-1/+2
2022-10-21merge rustc historyRalf Jung-45592/+68113
2022-10-21Auto merge of #103308 - sunfishcode:sunfishcode/wasi-io-safety, r=joshtriplettbors-2/+2
2022-10-20Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJungbors-194/+616
2022-10-21slight refactoringRalf Jung-305/+310
2022-10-20Make the whole `std::os::wasi::io` module stable.Dan Gohman-1/+1
2022-10-20Auto merge of #103322 - matthiaskrgr:rollup-m9zgpft, r=matthiaskrgrbors-130/+235
2022-10-20Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obkMatthias Krüger-25/+85
2022-10-20Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3Matthias Krüger-1/+0
2022-10-20Rollup merge of #103313 - compiler-errors:no-test, r=jyn514Matthias Krüger-1/+0
2022-10-20Rollup merge of #103297 - catandcoder:master, r=JohnTitorMatthias Krüger-1/+1
2022-10-20Rollup merge of #103296 - GuillaumeGomez:collapse-expand-shortcuts, r=notriddleMatthias Krüger-29/+48
2022-10-20Rollup merge of #103288 - johnmatthiggins:master, r=thomccMatthias Krüger-1/+1
2022-10-20Rollup merge of #103281 - thomcc:long-overdue, r=jyn514Matthias Krüger-24/+31
2022-10-20Rollup merge of #103230 - nnethercote:clarify-startup, r=jyn514Matthias Krüger-45/+50
2022-10-20Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obkMatthias Krüger-3/+19
2022-10-20change rust version to fix CIDrMeepster-1/+1
2022-10-20remove redundant Ok(...?)DrMeepster-9/+3
2022-10-20code reuse for sync idsDrMeepster-162/+110
2022-10-20use Default derive for InitOnceStatusDrMeepster-7/+2
2022-10-20update rust versionDrMeepster-1/+1
2022-10-20add test for init onceDrMeepster-0/+144
2022-10-20add windows one time initializationDrMeepster-32/+368
2022-10-20Improve "`~const` is not allowed here" messageDeadbeef-25/+85
2022-10-20interpret: remove an incorrect assertionRalf Jung-1/+0
2022-10-20no test in testsuite labelMichael Goulet-1/+0
2022-10-20Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiserbors-4/+9
2022-10-20Mark `std::os::wasi::io::AsFd` etc. as stable.Dan Gohman-1/+1
2022-10-20Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgrbors-38/+191
2022-10-20Auto merge of #2606 - cbiffle:nostdio, r=RalfJungbors-3/+111
2022-10-20Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwcobors-20/+71
2022-10-20fix typocui fliter-1/+1
2022-10-20Add GUI tests for collapse/expand actionsGuillaume Gomez-0/+18
2022-10-20+/- shortcut now only expand/collapse, not bothGuillaume Gomez-29/+30
2022-10-20Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8KiMatthias Krüger-2/+63
2022-10-20Rollup merge of #103272 - clubby789:extra-spaces, r=thomccMatthias Krüger-8/+8
2022-10-20Rollup merge of #103268 - notriddle:notriddle/nav-sub-font-size, r=GuillaumeG...Matthias Krüger-1/+0
2022-10-20Rollup merge of #103262 - andrewpollack:switch-needs-unwind, r=tmandryMatthias Krüger-1/+1
2022-10-20Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddleMatthias Krüger-25/+118
2022-10-20Rollup merge of #103197 - est31:stabilize_proc_macro_source_text, r=petrochenkovMatthias Krüger-1/+1
2022-10-20Auto merge of #103220 - compiler-errors:deny-infers, r=lcnrbors-120/+119
2022-10-19Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ...Thom Chiovoloni-24/+31
2022-10-20check if impl_self is `Some`Takayuki Maeda-1/+1
2022-10-19Fixed docs typo in `library/std/src/time.rs`John Higgins-1/+1
2022-10-20Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillotbors-20/+46
2022-10-19Magic functions for writing to stdout/stderr.Cliff L. Biffle-3/+111