| Age | Commit message (Expand) | Author | Lines |
| 2022-12-12 | explain mem::forget(env_lock) in fork/exec | Ralf Jung | -3/+4 |
| 2022-12-12 | Rollup merge of #105616 - est31:add_the, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-12-12 | Add a "the" to proc_macro documentation | est31 | -1/+1 |
| 2022-12-12 | Correct typos in `core::sync::Exclusive::get_{pin_mut, mut}` | Albert Larsan | -2/+2 |
| 2022-12-12 | kmc-solid: Synchronize with the read when sending a joining task ID to a joinee | Tomoaki Kawada | -1/+8 |
| 2022-12-12 | kmc-solid: Synchronize the first update of `ThreadInner::lifecycle` with the ... | Tomoaki Kawada | -8/+8 |
| 2022-12-12 | add assert messages if chunks/windows are length 0 | raffimolero | -9/+9 |
| 2022-12-11 | Rollup merge of #101648 - Timmmm:home_dir_docs, r=joshtriplett | Matthias Krüger | -1/+8 |
| 2022-12-11 | Auto merge of #105508 - eduardosm:ptr-methods-inline-always, r=Mark-Simulacrum | bors | -4/+4 |
| 2022-12-11 | Remove some `cfg(not(bootstrap))` | Jules Bertholet | -7/+3 |
| 2022-12-11 | Use rint instead of roundeven | Jules Bertholet | -7/+10 |
| 2022-12-11 | Add tracking issue | Jules Bertholet | -2/+2 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+113 |
| 2022-12-11 | Implement blocking output | Ayush Singh | -6/+61 |
| 2022-12-11 | Rollup merge of #105460 - mkroening:compiler-builtins-0.1.85, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-12-11 | Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-Simulacrum | Matthias Krüger | -66/+34 |
| 2022-12-10 | Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviper | Matthias Krüger | -12/+7 |
| 2022-12-10 | libcore: make result of iter::from_generator Clone | Xiretza | -0/+1 |
| 2022-12-10 | libcore: make result type of iter::from_generator concrete | Xiretza | -4/+18 |
| 2022-12-10 | Rollup merge of #105522 - est31:remove_or_and_note, r=scottmcm | Matthias Krüger | -4/+4 |
| 2022-12-10 | Rollup merge of #104901 - krtab:filetype_compare, r=the8472 | Matthias Krüger | -2/+34 |
| 2022-12-10 | Rollup merge of #98391 - joboet:sgx_parker, r=m-ou-se | Matthias Krüger | -12/+119 |
| 2022-12-10 | Correct wrong note for short circuiting operators | est31 | -4/+4 |
| 2022-12-09 | Rollup merge of #105453 - scottmcm:vecdeque_from_iter, r=the8472 | Matthias Krüger | -11/+139 |
| 2022-12-09 | Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebank | Matthias Krüger | -0/+8 |
| 2022-12-09 | Make `<*{const,mut} T>::{,wrapping_}sub` methods `#[inline(always)]` | Eduardo Sánchez Muñoz | -4/+4 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -25/+33 |
| 2022-12-09 | Replace hand-made masking by call to masked() method in FileType | Arthur Carcano | -1/+1 |
| 2022-12-09 | Rollup merge of #105474 - RalfJung:typo, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105245 - RalfJung:align_to, r=Amanieu | Matthias Krüger | -8/+10 |
| 2022-12-08 | Apply review feedback; Fix no_global_oom_handling build | Scott McMurray | -3/+18 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+5 |
| 2022-12-08 | Add `rustc_on_unimplemented` to `Sum` and `Product` trait. | Nixon Enraght-Moony | -0/+8 |
| 2022-12-08 | lib docs: fix typo | Ralf Jung | -1/+1 |
| 2022-12-08 | Bump compiler-builtins to 0.1.85 | Martin Kröning | -1/+1 |
| 2022-12-08 | Add read_to_end for AnonPipe | Ayush Singh | -1/+17 |
| 2022-12-08 | Rollup merge of #105434 - nbdd0121:lib, r=thomcc | Matthias Krüger | -1/+3 |
| 2022-12-08 | Rollup merge of #105120 - solid-rs:patch/kmc-solid/maintainance, r=thomcc | Matthias Krüger | -23/+38 |
| 2022-12-08 | Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter` | Scott McMurray | -11/+124 |
| 2022-12-08 | Fix warning when libcore is compiled with no_fp_fmt_parse | Gary Guo | -1/+3 |
| 2022-12-07 | Avoid heap allocation when truncating thread names | Gavin Li | -12/+7 |
| 2022-12-07 | Use more LFS functions. | Michael Benfield | -8/+31 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -25/+33 |
| 2022-12-07 | Auto merge of #103459 - ChrisDenton:propagate-nulls, r=thomcc | bors | -14/+20 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -1/+36 |
| 2022-12-06 | Auto merge of #105271 - eduardosm:inline-always-int-conv, r=scottmcm | bors | -1/+1 |
| 2022-12-06 | Don't set `STARTF_USESTDHANDLES` if none are set | Chris Denton | -7/+15 |
| 2022-12-06 | Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obk | Matthias Krüger | -2/+9 |
| 2022-12-06 | Rollup merge of #105243 - RalfJung:no-op-let, r=Mark-Simulacrum | Matthias Krüger | -9/+3 |
| 2022-12-06 | Implement masking in FileType hashing on Unix | Arthur Carcano | -1/+8 |