| Age | Commit message (Expand) | Author | Lines |
| 2022-01-07 | Fix tests | Chris Denton | -3/+11 |
| 2022-01-07 | Quote bat script command line | Chris Denton | -0/+35 |
| 2022-01-05 | Remove portable_simd | Mark Rousskov | -45/+0 |
| 2021-11-27 | Auto merge of #91269 - matthiaskrgr:rollup-jh8i8eh, r=matthiaskrgr | bors | -17/+18 |
| 2021-11-26 | Rollup merge of #91248 - alessandrod:compiler-builtins-bump-bpf, r=Mark-Simul... | Matthias Krüger | -1/+1 |
| 2021-11-26 | Rollup merge of #91240 - dtolnay:utf8width, r=Mark-Simulacrum | Matthias Krüger | -16/+17 |
| 2021-11-26 | Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnay | bors | -4/+98 |
| 2021-11-26 | Rollup merge of #91176 - hermitcore:spin, r=kennytm | Matthias Krüger | -1/+10 |
| 2021-11-26 | Bump compiler-builtins to 0.1.53 | Alessandro Decina | -1/+1 |
| 2021-11-26 | Add a unit test for zero-sized types in `RawVec`. | Nicholas Nethercote | -0/+84 |
| 2021-11-26 | Optimize `Layout::array`. | Nicholas Nethercote | -3/+11 |
| 2021-11-26 | Use unchecked construction in `Layout::pad_to_align`. | Nicholas Nethercote | -1/+3 |
| 2021-11-25 | Saner formatting for UTF8_CHAR_WIDTH table | David Tolnay | -16/+17 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -0/+1 |
| 2021-11-24 | Rollup merge of #91151 - name1e5s:chore/process_test, r=m-ou-se | Guillaume Gomez | -28/+36 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -3/+5 |
| 2021-11-24 | Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obk | Guillaume Gomez | -20/+25 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -3/+5 |
| 2021-11-24 | Improving the readability | Stefan Lankes | -1/+1 |
| 2021-11-24 | If the thread does not get the lock in the short term, yield the CPU | Stefan Lankes | -1/+10 |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-11-23 | Rollup merge of #91153 - birkenfeld:kernel_copy_fallback, r=the8472 | Matthias Krüger | -2/+4 |
| 2021-11-23 | kernel_copy: avoid panic on unexpected OS error | Georg Brandl | -2/+4 |
| 2021-11-23 | fix test in std::process on android | name1e5s | -28/+36 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -0/+1 |
| 2021-11-22 | Partially stabilize `duration_consts_2` | Jacob Pratt | -20/+25 |
| 2021-11-22 | Auto merge of #91101 - birkenfeld:io_error_docs, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-11-21 | Auto merge of #90352 - camsteffen:for-loop-desugar, r=oli-obk | bors | -4/+1 |
| 2021-11-21 | libcore: assume the input of `next_code_point` and `next_code_point_reverse` ... | Eduardo Sánchez Muñoz | -25/+36 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -4/+1 |
| 2021-11-21 | Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcm | Matthias Krüger | -0/+211 |
| 2021-11-21 | Mention std::io::Error::from(ErrorKind) in Error::new() docs | Georg Brandl | -0/+6 |
| 2021-11-20 | Apply documentation suggestions from @est31 | Urgau | -8/+8 |
| 2021-11-20 | Auto merge of #91093 - matthiaskrgr:rollup-kovzwx0, r=matthiaskrgr | bors | -32/+45 |
| 2021-11-20 | Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum | Matthias Krüger | -32/+45 |
| 2021-11-20 | Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahc | bors | -32/+219 |
| 2021-11-20 | Add similar note as LLVM does for minNum and maxNum functions | Loïc BRANSTETT | -0/+12 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+199 |
| 2021-11-20 | Auto merge of #91052 - ehuss:update-stdarch, r=Amanieu | bors | -0/+0 |
| 2021-11-20 | Rollup merge of #91044 - r00ster91:x1b, r=joshtriplett | Matthias Krüger | -20/+20 |
| 2021-11-20 | Rollup merge of #88361 - WaffleLapkin:patch-2, r=jyn514 | Matthias Krüger | -10/+6 |
| 2021-11-19 | Update stdarch | Eric Huss | -0/+0 |
| 2021-11-19 | Turn all 0x1b_u8 into '\x1b' or b'\x1b' | r00ster91 | -20/+20 |
| 2021-11-19 | Remove unnecessary doc links | Maybe Waffle | -4/+0 |
| 2021-11-19 | Rollup merge of #90942 - JohnTitor:should-os-error-3, r=m-ou-se | Yuki Okushi | -4/+7 |
| 2021-11-19 | Rollup merge of #89258 - est31:const_char_convert, r=oli-obk | Yuki Okushi | -15/+33 |
| 2021-11-18 | Auto merge of #90774 - alexcrichton:tweak-const, r=m-ou-se | bors | -6/+6 |
| 2021-11-18 | Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitor | bors | -25/+110 |
| 2021-11-19 | Rollup merge of #90607 - WaffleLapkin:const_str_from_utf8, r=oli-obk | Yuki Okushi | -24/+106 |
| 2021-11-19 | Rollup merge of #90480 - r00ster91:remove, r=kennytm | Yuki Okushi | -1/+4 |