| Age | Commit message (Expand) | Author | Lines |
| 2020-11-23 | Auto merge of #79172 - a1phyr:cold_abort, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-11-22 | Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-se | bors | -3550/+3777 |
| 2020-11-22 | Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-se | Mara Bos | -8/+1 |
| 2020-11-22 | Rollup merge of #79297 - ssomers:btree_post_redux, r=Mark-Simulacrum | Mara Bos | -14/+14 |
| 2020-11-22 | Rollup merge of #79295 - ssomers:btree_fix_78903, r=Mark-Simulacrum | Mara Bos | -16/+15 |
| 2020-11-22 | Rollup merge of #79293 - Havvy:test-eval-order-compound-assign, r=Mark-Simula... | Mara Bos | -0/+76 |
| 2020-11-22 | Rollup merge of #79267 - ssomers:btree_namespaces, r=Mark-Simulacrum | Mara Bos | -35/+33 |
| 2020-11-22 | Rollup merge of #78793 - camelid:fixup-structuraleq, r=jyn514 | Mara Bos | -5/+8 |
| 2020-11-22 | Rollup merge of #78608 - ThinkChaos:stabilize_refcell_take, r=m-ou-se | Mara Bos | -3/+1 |
| 2020-11-22 | Rollup merge of #78305 - ChrisDenton:const-layout, r=oli-obk | Mara Bos | -3/+3 |
| 2020-11-22 | Rollup merge of #77697 - WaffleLapkin:iter_split_adaptors, r=m-ou-se | Mara Bos | -3466/+3574 |
| 2020-11-22 | Rollup merge of #76941 - clarfonthey:is_subnormal, r=m-ou-se | Mara Bos | -0/+52 |
| 2020-11-22 | Stabilize `alloc::Layout const` functions | Chris Denton | -3/+3 |
| 2020-11-22 | Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrum | bors | -64/+29 |
| 2020-11-22 | Add f{32,64}::is_subnormal | ltdk | -0/+52 |
| 2020-11-22 | Stabilize refcell_take | ThinkChaos | -3/+1 |
| 2020-11-22 | Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkor | bors | -665/+908 |
| 2020-11-22 | Auto merge of #79306 - GuillaumeGomez:rollup-4cnudfj, r=GuillaumeGomez | bors | -9/+36 |
| 2020-11-22 | Rollup merge of #79302 - est31:issue_73899_test, r=lcnr | Guillaume Gomez | -0/+21 |
| 2020-11-22 | Rollup merge of #79300 - GuillaumeGomez:hidden-feature-info, r=jyn514 | Guillaume Gomez | -2/+8 |
| 2020-11-22 | Rollup merge of #79292 - nico-abram:master, r=jonas-schievink | Guillaume Gomez | -1/+1 |
| 2020-11-22 | Rollup merge of #78670 - sasurau4:test/check-pass-incremental, r=jyn514 | Guillaume Gomez | -6/+6 |
| 2020-11-22 | Prevent feature information to be hidden if it's on the impl directly | Guillaume Gomez | -2/+8 |
| 2020-11-22 | Add regression test for issue 73899 | est31 | -0/+21 |
| 2020-11-22 | Stabilise `then` | varkor | -8/+1 |
| 2020-11-22 | Auto merge of #78816 - SkiFire13:fix-slice-pointer-provenance, r=RalfJung | bors | -6/+9 |
| 2020-11-22 | BTreeMap: swap the names of NodeRef::new and Root::new_leaf | Stein Somers | -14/+14 |
| 2020-11-22 | BTreeMap: fix minor testing mistakes in #78903 | Stein Somers | -16/+15 |
| 2020-11-22 | Add test for eval order for a+=b | Havvy (Ryan Scheel) | -0/+76 |
| 2020-11-22 | Auto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcm | bors | -8/+3 |
| 2020-11-22 | Fix typo in doc comment for report_too_many_hashes | Nicolas | -1/+1 |
| 2020-11-22 | Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievink | bors | -18/+18 |
| 2020-11-22 | Auto merge of #79229 - sdroege:slice-fill-memset, r=dtolnay | bors | -0/+1 |
| 2020-11-22 | Auto merge of #78752 - jyn514:html-diff, r=GuillaumeGomez | bors | -10/+146 |
| 2020-11-22 | Remove multiline `use`s | Waffle | -115/+61 |
| 2020-11-22 | Fix UI tests | Waffle | -3/+5 |
| 2020-11-22 | Fix doc links in core::iter::sources | Waffle | -0/+5 |
| 2020-11-22 | Merge `use`s in core::iter | Waffle | -42/+31 |
| 2020-11-22 | Split iterator sources into different modules | Waffle | -614/+644 |
| 2020-11-22 | Split iterator adaptors into individual modules | Waffle | -2833/+2969 |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -206/+504 |
| 2020-11-21 | Auto merge of #79273 - Dylan-DPC:rollup-zd10xlt, r=Dylan-DPC | bors | -475/+499 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -18/+18 |
| 2020-11-21 | Rollup merge of #79272 - tmiasko:array-clone, r=jonas-schievink | Dylan DPC | -6/+26 |
| 2020-11-21 | Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomez | Dylan DPC | -375/+182 |
| 2020-11-21 | Rollup merge of #79256 - bugadani:query-typo, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-11-21 | Rollup merge of #79238 - eddyb:rustc-log-stderr, r=jyn514 | Dylan DPC | -0/+1 |
| 2020-11-21 | Rollup merge of #79231 - wusyong:issue-79137, r=lcnr | Dylan DPC | -7/+81 |
| 2020-11-21 | Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514 | Dylan DPC | -2/+32 |
| 2020-11-21 | Rollup merge of #79067 - bjorn3:abi_refactor, r=nagisa | Dylan DPC | -80/+157 |