summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-01-19rework and document backoff behavior of `sync::mpsc`Ibraheem Ahmed-31/+30
2023-01-19add `SyncSender::send_timeout` testIbraheem Ahmed-1/+18
2023-01-19fix `SyncSender` spinning behaviorIbraheem Ahmed-1/+1
2022-12-26Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-9/+2
2022-12-12update stabilization version numbersPietro Albini-34/+34
2022-12-09Auto merge of #105262 - eduardosm:more-inline-always, r=thomccbors-25/+33
2022-12-09Rollup merge of #105474 - RalfJung:typo, r=dtolnayMatthias Krüger-1/+1
2022-12-09Rollup merge of #105245 - RalfJung:align_to, r=AmanieuMatthias Krüger-8/+10
2022-12-08lib docs: fix typoRalf Jung-1/+1
2022-12-08Rollup merge of #105434 - nbdd0121:lib, r=thomccMatthias Krüger-1/+3
2022-12-08Rollup merge of #105120 - solid-rs:patch/kmc-solid/maintainance, r=thomccMatthias Krüger-23/+38
2022-12-08Fix warning when libcore is compiled with no_fp_fmt_parseGary Guo-1/+3
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-25/+33
2022-12-07Auto merge of #103459 - ChrisDenton:propagate-nulls, r=thomccbors-14/+20
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-1/+36
2022-12-06Auto merge of #105271 - eduardosm:inline-always-int-conv, r=scottmcmbors-1/+1
2022-12-06Don't set `STARTF_USESTDHANDLES` if none are setChris Denton-7/+15
2022-12-06Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obkMatthias Krüger-2/+9
2022-12-06Rollup merge of #105243 - RalfJung:no-op-let, r=Mark-SimulacrumMatthias Krüger-9/+3
2022-12-06Replace usage of `ResumeTy` in async lowering with `Context`Arpad Borsos-2/+9
2022-12-06Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillotYuki Okushi-4/+4
2022-12-05Reimplement weak! using Option.Peter Collingbourne-1/+36
2022-12-05Rollup merge of #105222 - devnexen:fbsd_update_img, r=petrochenkovMatthias Krüger-1/+1
2022-12-05Rollup merge of #104912 - RalfJung:per, r=Mark-SimulacrumMatthias Krüger-2/+3
2022-12-05attempt to clarify align_to docsRalf Jung-8/+10
2022-12-05Auto merge of #105046 - scottmcm:vecdeque-vs-vec, r=Mark-Simulacrumbors-5/+12
2022-12-05fix dupe word typosRageking8-4/+4
2022-12-04Make integer-to-integer `From` impls `#[inline(always)]`Eduardo Sánchez Muñoz-1/+1
2022-12-04remove no-op 'let _ = 'Ralf Jung-9/+3
2022-12-04Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomccbors-2/+1
2022-12-03std update libc version and freebsd image build dependenciesDavid CARLIER-1/+1
2022-12-03Rollup merge of #105153 - oli-obk:fail_faster, r=compiler-errorsMatthias Krüger-1/+27
2022-12-03Rollup merge of #105100 - jhpratt:fix-docs, r=JohnTitorYuki Okushi-2/+3
2022-12-03Rollup merge of #105032 - HintringerFabian:improve_docs, r=JohnTitorYuki Okushi-1/+10
2022-12-02Auto merge of #104999 - saethlin:immediate-abort-inlining, r=thomccbors-24/+26
2022-12-02kmc-solid: Don't do `Box::from_raw(&*(x: Box<T>) as *const T as *mut T)`Tomoaki Kawada-18/+30
2022-12-02Rollup merge of #105137 - yjhn:patch-1, r=Dylan-DPCMatthias Krüger-1/+1
2022-12-02Rollup merge of #105126 - Sp00ph:const_new_in, r=dtolnayMatthias Krüger-3/+2
2022-12-02Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8KiMatthias Krüger-0/+29
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-1/+27
2022-12-01Add tracking issue for file_create_newAndrius Pukšta-1/+1
2022-12-01Fix typo in commentMarkus Everling-1/+1
2022-12-01Make `VecDeque::new_in` unstably constMarkus Everling-2/+1
2022-12-01Auto merge of #104975 - JakobDegen:custom_mir_let, r=oli-obkbors-4/+170
2022-12-01Gate macros behind `#[cfg(not(bootstrap))]`nils-11/+2
2022-12-01kmc-solid: Address compiler warningsTomoaki Kawada-5/+4
2022-12-01kmc-solid: Add a stub implementation of `is_terminal`Tomoaki Kawada-0/+4
2022-12-01kmc-solid: Use `expose_addr` and `from_exposed_addr` for pointer-integer castsTomoaki Kawada-2/+2
2022-12-01Auto merge of #104160 - Ayush1325:windows-args, r=m-ou-sebors-52/+62
2022-11-30Add missing intra-doc linkJacob Pratt-2/+3