| Age | Commit message (Expand) | Author | Lines |
| 2021-10-30 | Rollup merge of #90377 - WaffleLapkin:const_slice_from_raw_parts, r=oli-obk | Matthias Krüger | -14/+43 |
| 2021-10-30 | Rollup merge of #90371 - Veykril:patch-2, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-10-30 | Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk | Matthias Krüger | -106/+235 |
| 2021-10-30 | Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay | bors | -13/+203 |
| 2021-10-29 | Auto merge of #90346 - ferrocene:pa-short-circuit, r=oli-obk | bors | -7/+5 |
| 2021-10-29 | Apply changes proposed in the review | Maybe Waffle | -8/+9 |
| 2021-10-29 | Use proper issue number for `feature(const_slice_from_raw_parts)` | Maybe Waffle | -4/+4 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -20/+0 |
| 2021-10-29 | Rollup merge of #90336 - mbartlett21:patch-4, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -20/+0 |
| 2021-10-28 | Make `core::slice::from_raw_parts[_mut]` const | Maybe Waffle | -14/+42 |
| 2021-10-28 | Fix incorrect doc link | Lukas Wirth | -1/+1 |
| 2021-10-27 | Auto merge of #90347 - matthiaskrgr:rollup-rp2ms7j, r=matthiaskrgr | bors | -2/+2 |
| 2021-10-27 | Rollup merge of #90344 - xfix:tracking-issue-const_cstr_unchecked, r=Mark-Sim... | Matthias Krüger | -1/+1 |
| 2021-10-27 | Rollup merge of #90239 - r00ster91:patch-1, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2021-10-27 | Remove big O notation | r00ster91 | -1/+1 |
| 2021-10-27 | Auto merge of #90273 - nbdd0121:const, r=fee1-dead | bors | -11/+13 |
| 2021-10-27 | replace `&` with `&&` in {integer}::checked_rem | Pietro Albini | -2/+1 |
| 2021-10-27 | replace `&` with `&&` in {integer}::checked_div | Pietro Albini | -2/+1 |
| 2021-10-27 | replace `|` with `||` in string validation | Pietro Albini | -1/+1 |
| 2021-10-27 | replace `|` with `||` in {unsigned_int}::borrowing_sub | Pietro Albini | -1/+1 |
| 2021-10-27 | replace `|` with `||` in {unsigned_int}::carrying_add | Pietro Albini | -1/+1 |
| 2021-10-27 | Add tracking issue number to const_cstr_unchecked | Konrad Borowski | -1/+1 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -6/+5 |
| 2021-10-27 | Remove extra lines in examples for `Duration::try_from_secs_*` | mbartlett21 | -3/+0 |
| 2021-10-26 | Auto merge of #90314 - matthiaskrgr:rollup-ag1js8n, r=matthiaskrgr | bors | -191/+0 |
| 2021-10-26 | Rollup merge of #90296 - CAD97:rip-lerp, r=Mark-Simulacrum | Matthias Krüger | -191/+0 |
| 2021-10-26 | Auto merge of #90290 - nyanpasu64:fix-string-as-mut-vec, r=m-ou-se | bors | -4/+5 |
| 2021-10-26 | Auto merge of #90284 - tonyyzy:patch-1, r=JohnTitor | bors | -5/+2 |
| 2021-10-26 | Remove redundant Aligner | Tony Yang | -5/+2 |
| 2021-10-25 | Fix copy-paste error in String::as_mut_vec() docs | nyanpasu64 | -4/+5 |
| 2021-10-25 | Remove fNN::lerp - consensus unlikely | CAD97 | -191/+0 |
| 2021-10-25 | Rollup merge of #90196 - yanok:master, r=scottmcm | Matthias Krüger | -4/+29 |
| 2021-10-25 | Clean up special function const checks | Gary Guo | -11/+13 |
| 2021-10-25 | Auto merge of #90265 - GuillaumeGomez:rollup-gx3ficp, r=GuillaumeGomez | bors | -3/+3 |
| 2021-10-25 | Fixed missing double quote in the patch (slice.swap) | Tommaso Fontana | -1/+1 |
| 2021-10-25 | Changed slice.swap documentation for better readability | Tommaso Fontana | -3/+3 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -28/+9 |
| 2021-10-24 | Fix and extend ControlFlow `traverse_inorder` example | Ilya Yanok | -14/+16 |
| 2021-10-24 | Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk | Matthias Krüger | -4/+25 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+20 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -28/+9 |
| 2021-10-23 | Add tests for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -0/+15 |
| 2021-10-23 | Fix typo | Chris Denton | -1/+1 |
| 2021-10-23 | Make sure `CreateDirectoryW` works for path lengths > 247 | Chris Denton | -1/+41 |
| 2021-10-23 | Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -4/+4 |
| 2021-10-23 | Add caveat about changing parallelism and function call overhead | The8472 | -0/+4 |
| 2021-10-23 | Update control_flow.rs | Ilya Yanok | -3/+26 |
| 2021-10-23 | Rollup merge of #90166 - smmalis37:patch-1, r=joshtriplett | Matthias Krüger | -0/+4 |
| 2021-10-23 | Rollup merge of #90117 - calebsander:fix/rsplit-clone, r=yaahc | Matthias Krüger | -1/+11 |