summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-04-28Use raw-dylib for Windows futex APIsChris Denton-1/+13
2024-04-18Call the panic hook for non-unwind panics in proc-macrosBen Kimock-1/+6
2024-04-11Beta revert "Use OS thread name by default"Chris Denton-130/+10
2024-04-09Document Windows argument splittingChris Denton-2/+133
2024-04-09Disallow or quote all specials in bat argsChris Denton-12/+93
2024-04-04unix fs: Make hurd and horizon using explicit new rather than FromSamuel Thibault-2/+2
2024-03-17branch 1.78: replace-version-placeholderMark Rousskov-3/+3
2024-03-16Rollup merge of #122583 - Zoxc:tls-non-mut, r=joboetChris Denton-8/+7
2024-03-16Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-SimulacrumChris Denton-213/+212
2024-03-16Use `UnsafeCell` for fast constant thread localsJohn Kåre Alsaker-8/+7
2024-03-15Rollup merge of #122562 - Wilfred:break_keyword_docs, r=workingjubileeMatthias Krüger-1/+1
2024-03-15Mention labelled blocks in `break` docsWilfred Hughes-1/+1
2024-03-15Rollup merge of #122512 - baitcode:2024-03-14-buffer-documentation-fix, r=Nil...Guillaume Gomez-0/+2
2024-03-15Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgrbors-4/+61
2024-03-14Use rust-lang/backtrace-rs@6fa4b85Jubilee Young-0/+0
2024-03-14Rollup merge of #122498 - jfgoog:update-cc-crate-version, r=workingjubileeMatthias Krüger-1/+1
2024-03-14Rollup merge of #122479 - GrigorenkoPV:duration_millis_float, r=scottmcmMatthias Krüger-0/+42
2024-03-14Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=AmanieuMatthias Krüger-3/+18
2024-03-14Fix minor documentation issue. Code outside the test would fail. Seek documen...baitcode-0/+2
2024-03-14Update version of cc crateJames Farrell-1/+1
2024-03-14Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDentonMatthias Krüger-21/+47
2024-03-14Auto merge of #122483 - matthiaskrgr:rollup-n07dsh5, r=matthiaskrgrbors-10/+131
2024-03-14Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=AmanieuMatthias Krüger-2/+33
2024-03-14Rollup merge of #122421 - CAD97:step-trait-docs, r=jhprattMatthias Krüger-8/+7
2024-03-14Rollup merge of #104353 - clarfonthey:cstr-bytes-iter, r=cuviperMatthias Krüger-0/+91
2024-03-14Auto merge of #114038 - Stargateur:108277, r=ChrisDentonbors-51/+35
2024-03-14fix unsoundness in Step::forward_unchecked for signed integersThe 8472-2/+33
2024-03-14Implement `Duration::as_millis_{f64,f32}`Pavel Grigorenko-0/+42
2024-03-13Rollup merge of #122386 - joboet:move_pal_once, r=jhprattMatthias Krüger-32/+19
2024-03-13Rollup merge of #122255 - Nadrieril:min_exh_pats-libs, r=scottmcmMatthias Krüger-2/+12
2024-03-13Improve Step docsChristopher Durham-8/+7
2024-03-12Reduce unsafe code, use more NonNull APIs per @cuviper reviewltdk-9/+11
2024-03-12Convert [u8] to [i8] in testChris Denton-0/+1
2024-03-12Bump windows-bindgen to 0.55.0Chris Denton-183/+181
2024-03-12Bump windows-bindgen to 0.54.0Chris Denton-31/+31
2024-03-12std: move `Once` implementations to `sys`joboet-32/+19
2024-03-12Fix typo in lib.rs of proc_macroJonathan Jensen-1/+1
2024-03-12Use `min_exhaustive_patterns` in core & stdNadrieril-2/+12
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-3/+4
2024-03-11libtest: Print timing information on WASIAlex Crichton-3/+4
2024-03-11Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviperJubilee-9/+80
2024-03-11Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhprattbors-32/+113
2024-03-11Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDentonJacob Pratt-19/+36
2024-03-11Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviperJacob Pratt-2/+1
2024-03-11Rollup merge of #122002 - devnexen:thread_stack_netbsd_fix, r=workingjubilee,...Jacob Pratt-2/+3
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-2/+9
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-0/+6
2024-03-11Rollup merge of #121148 - clarfonthey:try-range, r=dtolnayJacob Pratt-7/+58
2024-03-11Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnaybors-138/+246
2024-03-11Optimize `process_heap_alloc`John Kåre Alsaker-19/+36