| Age | Commit message (Expand) | Author | Lines |
| 2021-08-27 | Fix Windows Command::env("PATH") | Chris Denton | -9/+30 |
| 2021-08-27 | move object safety test to library/core | ibraheemdev | -1/+8 |
| 2021-08-27 | make `BuildHasher` object safe | ibraheemdev | -1/+4 |
| 2021-07-24 | Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-07-24 | Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytm | Yuki Okushi | -4/+2 |
| 2021-07-24 | Rollup merge of #87171 - Alexendoo:bufwriter-option, r=Mark-Simulacrum | Yuki Okushi | -10/+14 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+4 |
| 2021-07-23 | Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitor | Yuki Okushi | -6/+7 |
| 2021-07-22 | Remove Option from BufWriter | Alex Macleod | -10/+14 |
| 2021-07-22 | Rollup merge of #87343 - steffahn:fix_unsound_zip_optimization_only_regressio... | Guillaume Gomez | -54/+2 |
| 2021-07-21 | Rollup merge of #81864 - ijackson:globalalloc-example, r=Amanieu | Eric Huss | -11/+56 |
| 2021-07-21 | Rollup merge of #87279 - sunfishcode:document-unix-argv, r=RalfJung | Guillaume Gomez | -2/+16 |
| 2021-07-21 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -54/+2 |
| 2021-07-21 | docs: GlobalAlloc: Make example only require 4096-aligned static | Ian Jackson | -3/+3 |
| 2021-07-21 | Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplett | bors | -1/+44 |
| 2021-07-20 | Auto merge of #87168 - the8472:flatten-len, r=scottmcm | bors | -1/+133 |
| 2021-07-20 | Auto merge of #87247 - crlf0710:merge-libterm-into-libtest, r=nagisa | bors | -401/+133 |
| 2021-07-20 | docs: GlobalAlloc: completely replace example with one that works | Ian Jackson | -11/+56 |
| 2021-07-19 | replace Option combinators with try block | The8472 | -6/+2 |
| 2021-07-19 | Add comments explaining the unix command-line argument support. | Dan Gohman | -2/+16 |
| 2021-07-19 | Rollup merge of #87236 - sunfishcode:avoid-locking-args, r=joshtriplett | Guillaume Gomez | -22/+3 |
| 2021-07-19 | Rollup merge of #87227 - bstrie:asm2arch, r=Amanieu | Guillaume Gomez | -49/+73 |
| 2021-07-19 | Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplett | bors | -0/+1 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -49/+73 |
| 2021-07-18 | better support for running libcore and liballoc tests with Miri | Ralf Jung | -0/+8 |
| 2021-07-18 | Remove unused stuff and switch to pub(crate) whenever possible. | Charles Lew | -299/+58 |
| 2021-07-18 | Fix compilation errors. | Charles Lew | -30/+13 |
| 2021-07-18 | Move `library/term/src` to `library/test/src/term/`. | Charles Lew | -10/+0 |
| 2021-07-18 | Rollup merge of #87183 - RalfJung:option-doctest, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+22 |
| 2021-07-17 | x.py fmt | Dan Gohman | -5/+1 |
| 2021-07-17 | Remove an unnecessary `Mutex` around argument initialization. | Dan Gohman | -8/+7 |
| 2021-07-17 | Remove args cleanup code. | Dan Gohman | -14/+0 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -2596/+2383 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -2596/+2383 |
| 2021-07-17 | Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obk | bors | -7/+7 |
| 2021-07-16 | i sweat to god | Jane Lusby | -1/+1 |
| 2021-07-16 | pls this time | Jane Lusby | -2/+2 |
| 2021-07-16 | implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] | The8472 | -3/+68 |
| 2021-07-16 | Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytm | Guillaume Gomez | -4/+2 |
| 2021-07-16 | rename specializing trait to ConstSizeIntoIterator | The8472 | -4/+4 |
| 2021-07-17 | Mark `Option::insert` as must_use | oxalica | -0/+1 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -4/+4 |
| 2021-07-16 | fix typo in compile_fail doctest | Ralf Jung | -1/+1 |
| 2021-07-16 | Rollup merge of #87138 - dhwthompson:fix-range-invariant, r=JohnTitor | Guillaume Gomez | -1/+1 |
| 2021-07-15 | Stabilize `into_parts()` and `into_error()` | inquisitivecrystal | -4/+2 |
| 2021-07-15 | Stabilize `[T; N]::map()` | inquisitivecrystal | -4/+2 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+13 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+9 |
| 2021-07-15 | implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] | The8472 | -1/+72 |