| Age | Commit message (Expand) | Author | Lines |
| 2021-01-27 | Rollup merge of #81412 - hyd-dev:array-assume-init-wrong-assertion, r=m-ou-se | Yuki Okushi | -1/+3 |
| 2021-01-27 | Rollup merge of #81191 - ssomers:btree_more_order_chaos, r=Mark-Simulacrum | Yuki Okushi | -1/+87 |
| 2021-01-27 | Rollup merge of #80876 - ojeda:option-result-unwrap_unchecked, r=m-ou-se | Yuki Okushi | -1/+123 |
| 2021-01-26 | BTreeMap: stop tree from being owned by non-root node | Stein Somers | -32/+73 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -24/+15 |
| 2021-01-27 | Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrays | hyd-dev | -1/+3 |
| 2021-01-26 | Auto merge of #81217 - ssomers:btree_bring_back_the_slice, r=Mark-Simulacrum | bors | -43/+23 |
| 2021-01-26 | Let's try the most idiomatic way. | Giles Cope | -5/+1 |
| 2021-01-26 | Removing if so it's more like the previous implementation. | Giles Cope | -3/+1 |
| 2021-01-26 | Auto merge of #81367 - andersk:join-test-threads, r=dtolnay | bors | -24/+64 |
| 2021-01-26 | Slight simplification of chars().count() | Giles Cope | -4/+5 |
| 2021-01-26 | Auto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-se | bors | -0/+1 |
| 2021-01-25 | libtest: Store pending timeouts in a deque | Anders Kaseorg | -18/+27 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -0/+2 |
| 2021-01-25 | Add tracking issue | Miguel Ojeda | -3/+3 |
| 2021-01-25 | Link the reference about undefined behavior | Miguel Ojeda | -3/+9 |
| 2021-01-25 | Make std::panic_2021 an alias for core::panic_2021. | Mara Bos | -10/+1 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -0/+97 |
| 2021-01-25 | Remove unused allow_internal_unstable on core::panic. | Mara Bos | -1/+1 |
| 2021-01-24 | libtest: Wait for test threads to exit after they report completion | Anders Kaseorg | -14/+45 |
| 2021-01-24 | libtest: allow multiple filters | Eric Huss | -22/+34 |
| 2021-01-24 | Rollup merge of #79884 - Digital-Chaos:replace-magic, r=m-ou-se | Jonas Schievink | -5/+15 |
| 2021-01-24 | Rollup merge of #79174 - taiki-e:std-future, r=Mark-Simulacrum | Jonas Schievink | -20/+2 |
| 2021-01-24 | Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-se | Jonas Schievink | -0/+21 |
| 2021-01-24 | BTreeMap: lightly refactor the split_off implementation | Stein Somers | -42/+67 |
| 2021-01-24 | Auto merge of #81250 - sivadeilra:remove_xp_compat, r=joshtriplett,m-ou-se | bors | -145/+81 |
| 2021-01-24 | Stabilize `Seek::stream_position` & change feature of `Seek::stream_len` | Lukas Kalbertodt | -5/+3 |
| 2021-01-23 | Manually fuse the inner iterator in FlattenCompat | Giacomo Stevanato | -2/+14 |
| 2021-01-23 | Improve flatten-fuse tests | Giacomo Stevanato | -0/+17 |
| 2021-01-23 | Rollup merge of #81301 - davidgu:patch-1, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-01-23 | Rollup merge of #81281 - a1phyr:inline_path, r=dtolnay | Jonas Schievink | -0/+103 |
| 2021-01-23 | Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfackler | Jonas Schievink | -3/+47 |
| 2021-01-23 | Rollup merge of #79841 - fintelia:patch-6, r=kennytm | Jonas Schievink | -6/+13 |
| 2021-01-23 | Add Frames iterator for Backtrace | Sean Chen | -38/+92 |
| 2021-01-23 | Fix small typo | David | -1/+1 |
| 2021-01-23 | Allow libcore to be built with MIR inlining | oli | -0/+2 |
| 2021-01-24 | Fix and simplify | oxalica | -22/+22 |
| 2021-01-24 | Simplify and fix tests | oxalica | -51/+40 |
| 2021-01-23 | Remove `Stream::next` | Yoshua Wuyts | -85/+9 |
| 2021-01-23 | Auto merge of #80715 - JulianKnodt:skip_opt, r=nagisa | bors | -7/+27 |
| 2021-01-23 | Auto merge of #76391 - danii:master, r=cuviper | bors | -3681/+3777 |
| 2021-01-22 | library/core/tests/iter documentation and cleanup | Daniel Conley | -7/+37 |
| 2021-01-22 | library/core/tests/iter rearrange & add back missed doc comments | Daniel Conley | -270/+274 |
| 2021-01-22 | library/core/test/iter add newlines between tests | Daniel Conley | -1/+170 |
| 2021-01-22 | Auto merge of #79233 - yoshuawuyts:alloc-doc-alias, r=GuillaumeGomez | bors | -2/+16 |
| 2021-01-22 | More clear documentation for NonNull<T> | Jonathan Behrens | -6/+13 |
| 2021-01-22 | Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAus | bors | -7/+41 |
| 2021-01-22 | Inline methods of Path and OsString | BenoƮt du Garreau | -0/+103 |
| 2021-01-22 | Add doc aliases for memory allocations | Yoshua Wuyts | -2/+16 |
| 2021-01-22 | Make more traits of the From/Into family diagnostic items | flip1995 | -0/+3 |