| Age | Commit message (Expand) | Author | Lines |
| 2021-04-21 | Rollup merge of #84251 - RalfJung:non-zero-const-since, r=kennytm | Mara Bos | -14/+14 |
| 2021-04-21 | Rollup merge of #84212 - CDirkx:void, r=m-ou-se | Mara Bos | -252/+238 |
| 2021-04-21 | Rollup merge of #84119 - CDirkx:vxworks, r=m-ou-se | Mara Bos | -222/+88 |
| 2021-04-21 | Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se | Mara Bos | -44/+44 |
| 2021-04-21 | Auto merge of #84394 - m-ou-se:upgrade-ci-dep-expat, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-21 | Apply suggestions from code review | Christiaan Dirkx | -2/+4 |
| 2021-04-21 | Upgrade `expat` dependency in riscv64 to newer version. | Mara Bos | -1/+1 |
| 2021-04-21 | Fix `alloc::test::test_show` | Christiaan Dirkx | -4/+4 |
| 2021-04-21 | Change the `Debug` impl of `Any` and `UnsafeCell` to use `finish_non_exhaustive` | Christiaan Dirkx | -4/+4 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -40/+40 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -196/+198 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -60/+44 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -62/+134 |
| 2021-04-20 | Auto merge of #84363 - Dylan-DPC:rollup-ink2wyq, r=Dylan-DPC | bors | -85/+48 |
| 2021-04-20 | Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514 | Dylan DPC | -45/+11 |
| 2021-04-20 | Rollup merge of #84345 - ehuss:remove-core-core-comment, r=Mark-Simulacrum | Dylan DPC | -9/+0 |
| 2021-04-20 | Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2021-04-20 | Rollup merge of #84337 - matklad:insert_or_insert, r=jyn514 | Dylan DPC | -29/+35 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -5/+194 |
| 2021-04-20 | Auto merge of #83900 - torhovland:issue-83832, r=jyn514 | bors | -9/+153 |
| 2021-04-20 | Auto merge of #84295 - richkadel:continue-coverage, r=tmandry | bors | -2/+161 |
| 2021-04-20 | Auto merge of #84334 - klensy:typo-compiler, r=jyn514 | bors | -39/+39 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -62/+134 |
| 2021-04-19 | rustdoc: Simplify some document functions | Arpad Borsos | -45/+11 |
| 2021-04-19 | Use onEachLazy to iterate DOMTokenList | Michael Howell | -1/+1 |
| 2021-04-19 | Remove comment about doc hack. | Eric Huss | -9/+0 |
| 2021-04-19 | Auto merge of #84342 - Dylan-DPC:rollup-5b40142, r=Dylan-DPC | bors | -57/+146 |
| 2021-04-19 | rustdoc: Show nag box on IE10 | Michael Howell | -1/+1 |
| 2021-04-19 | Rollup merge of #84330 - GuillaumeGomez:remove-footer, r=jyn514 | Dylan DPC | -1/+0 |
| 2021-04-19 | Rollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkov | Dylan DPC | -37/+64 |
| 2021-04-19 | Rollup merge of #84291 - RalfJung:thread-local-const-init, r=alexcrichton | Dylan DPC | -1/+1 |
| 2021-04-19 | Rollup merge of #84256 - tspiteri:pretty-minus-zero, r=workingjubilee | Dylan DPC | -4/+4 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -4/+32 |
| 2021-04-19 | Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwco | Dylan DPC | -1/+6 |
| 2021-04-19 | Rollup merge of #84123 - bjorn3:compile_mono_item_dep_node, r=wesleywiser | Dylan DPC | -9/+39 |
| 2021-04-19 | compute fn_sig span from body call_site, and use body ctxt, not root | Rich Kadel | -5/+10 |
| 2021-04-19 | No longer need to add attrs to ImportSource. | Tor Hovland | -10/+17 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -37/+64 |
| 2021-04-19 | Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco | bors | -52/+46 |
| 2021-04-19 | Clarify the difference between insert and get_or_insert | Aleksey Kladov | -29/+35 |
| 2021-04-19 | fix few typos | klensy | -39/+39 |
| 2021-04-19 | Auto merge of #84294 - WaffleLapkin:patch-2, r=jonas-schievink | bors | -2/+2 |
| 2021-04-19 | Fix `vxworks` compilation errors | Christiaan Dirkx | -10/+23 |
| 2021-04-19 | Move `sys::vxworks` code to `sys::unix` | Christiaan Dirkx | -213/+64 |
| 2021-04-19 | Remove unused footer section | Guillaume Gomez | -1/+0 |
| 2021-04-19 | Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez | bors | -4/+10 |
| 2021-04-19 | Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petro... | bors | -8/+12 |
| 2021-04-19 | Auto merge of #84288 - notriddle:short-links, r=jyn514 | bors | -52/+44 |
| 2021-04-19 | Update library/std/src/primitive_docs.rs | Trevor Spiteri | -2/+2 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -546/+163 |