| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | rework and document backoff behavior of `sync::mpsc` | Ibraheem Ahmed | -31/+30 |
| 2023-01-19 | add `SyncSender::send_timeout` test | Ibraheem Ahmed | -1/+18 |
| 2023-01-19 | fix `SyncSender` spinning behavior | Ibraheem Ahmed | -1/+1 |
| 2022-12-26 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -9/+2 |
| 2022-12-12 | update stabilization version numbers | Pietro Albini | -34/+34 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -25/+33 |
| 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 | lib docs: fix typo | Ralf Jung | -1/+1 |
| 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 | Fix warning when libcore is compiled with no_fp_fmt_parse | Gary Guo | -1/+3 |
| 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 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -2/+9 |
| 2022-12-06 | Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot | Yuki Okushi | -4/+4 |
| 2022-12-05 | Reimplement weak! using Option. | Peter Collingbourne | -1/+36 |
| 2022-12-05 | Rollup merge of #105222 - devnexen:fbsd_update_img, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-12-05 | Rollup merge of #104912 - RalfJung:per, r=Mark-Simulacrum | Matthias Krüger | -2/+3 |
| 2022-12-05 | attempt to clarify align_to docs | Ralf Jung | -8/+10 |
| 2022-12-05 | Auto merge of #105046 - scottmcm:vecdeque-vs-vec, r=Mark-Simulacrum | bors | -5/+12 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -4/+4 |
| 2022-12-04 | Make integer-to-integer `From` impls `#[inline(always)]` | Eduardo Sánchez Muñoz | -1/+1 |
| 2022-12-04 | remove no-op 'let _ = ' | Ralf Jung | -9/+3 |
| 2022-12-04 | Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomcc | bors | -2/+1 |
| 2022-12-03 | std update libc version and freebsd image build dependencies | David CARLIER | -1/+1 |
| 2022-12-03 | Rollup merge of #105153 - oli-obk:fail_faster, r=compiler-errors | Matthias Krüger | -1/+27 |
| 2022-12-03 | Rollup merge of #105100 - jhpratt:fix-docs, r=JohnTitor | Yuki Okushi | -2/+3 |
| 2022-12-03 | Rollup merge of #105032 - HintringerFabian:improve_docs, r=JohnTitor | Yuki Okushi | -1/+10 |
| 2022-12-02 | Auto merge of #104999 - saethlin:immediate-abort-inlining, r=thomcc | bors | -24/+26 |
| 2022-12-02 | kmc-solid: Don't do `Box::from_raw(&*(x: Box<T>) as *const T as *mut T)` | Tomoaki Kawada | -18/+30 |
| 2022-12-02 | Rollup merge of #105137 - yjhn:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-12-02 | Rollup merge of #105126 - Sp00ph:const_new_in, r=dtolnay | Matthias Krüger | -3/+2 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -0/+29 |
| 2022-12-01 | Create a hacky fail-fast mode that stops tests at the first failure | Oli Scherer | -1/+27 |
| 2022-12-01 | Add tracking issue for file_create_new | Andrius Pukšta | -1/+1 |
| 2022-12-01 | Fix typo in comment | Markus Everling | -1/+1 |
| 2022-12-01 | Make `VecDeque::new_in` unstably const | Markus Everling | -2/+1 |
| 2022-12-01 | Auto merge of #104975 - JakobDegen:custom_mir_let, r=oli-obk | bors | -4/+170 |
| 2022-12-01 | Gate macros behind `#[cfg(not(bootstrap))]` | nils | -11/+2 |
| 2022-12-01 | kmc-solid: Address compiler warnings | Tomoaki Kawada | -5/+4 |
| 2022-12-01 | kmc-solid: Add a stub implementation of `is_terminal` | Tomoaki Kawada | -0/+4 |
| 2022-12-01 | kmc-solid: Use `expose_addr` and `from_exposed_addr` for pointer-integer casts | Tomoaki Kawada | -2/+2 |
| 2022-12-01 | Auto merge of #104160 - Ayush1325:windows-args, r=m-ou-se | bors | -52/+62 |
| 2022-11-30 | Add missing intra-doc link | Jacob Pratt | -2/+3 |