| Age | Commit message (Expand) | Author | Lines |
| 2020-06-18 | Improve document for `Result::as_deref(_mut)` | Lzu Tao | -16/+40 |
| 2020-06-16 | Auto merge of #73322 - Amanieu:asm-srcloc-llvm, r=cuviper | bors | -0/+0 |
| 2020-06-16 | Auto merge of #73402 - Dylan-DPC:rollup-8udzpfu, r=Dylan-DPC | bors | -84/+86 |
| 2020-06-16 | Rollup merge of #73389 - lzutao:from, r=kennytm | Dylan DPC | -8/+2 |
| 2020-06-16 | Rollup merge of #73381 - ratijas:fix-typo-std-mem, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-06-16 | Rollup merge of #73380 - pnkfelix:make-bootstrap-help-print-num-cpus, r=Mark-... | Dylan DPC | -1/+6 |
| 2020-06-16 | Rollup merge of #73373 - lzutao:bug-trackcaller, r=Amanieu | Dylan DPC | -39/+28 |
| 2020-06-16 | Rollup merge of #73372 - GuillaumeGomez:re-order-sidebar-sections, r=kinnison | Dylan DPC | -2/+2 |
| 2020-06-16 | Rollup merge of #73339 - jonas-schievink:unbug, r=estebank | Dylan DPC | -1/+5 |
| 2020-06-16 | Rollup merge of #73237 - tmiasko:arena, r=nnethercote | Dylan DPC | -32/+42 |
| 2020-06-16 | Auto merge of #73285 - Mark-Simulacrum:clippy-fail, r=RalfJung,oli-obk | bors | -2/+19 |
| 2020-06-16 | Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morse | bors | -38/+82 |
| 2020-06-16 | Use `Ipv4Addr::from<[u8; 4]>` when possible | Lzu Tao | -8/+2 |
| 2020-06-15 | Fix typo in docs of std::mem | ivan tkachenko | -1/+1 |
| 2020-06-15 | Add more info to `x.py build --help` on default value for `-j JOBS`. | Felix S. Klock II | -1/+6 |
| 2020-06-15 | Disable clippy tests | Mark Rousskov | -1/+4 |
| 2020-06-15 | Avoid prematurely recording toolstates | Mark Rousskov | -1/+15 |
| 2020-06-15 | Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix | bors | -1495/+1871 |
| 2020-06-15 | Use track caller for bug! macro | Lzu Tao | -19/+20 |
| 2020-06-15 | Re-order correctly the sections in the sidebar | Guillaume Gomez | -2/+2 |
| 2020-06-15 | Join mutiple lines if it is more readable | Lzu Tao | -20/+8 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -575/+1059 |
| 2020-06-15 | Rollup merge of #73331 - hermitcore:listen, r=kennytm | Ralf Jung | -47/+86 |
| 2020-06-15 | Rollup merge of #73304 - dtolnay:socketeq, r=Mark-Simulacrum | Ralf Jung | -40/+5 |
| 2020-06-15 | Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-Simulacrum | Ralf Jung | -26/+2 |
| 2020-06-15 | Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnay | Ralf Jung | -6/+183 |
| 2020-06-15 | Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnay | Ralf Jung | -0/+54 |
| 2020-06-15 | Rollup merge of #73086 - trevyn:apple-a7, r=nikic | Ralf Jung | -3/+3 |
| 2020-06-15 | Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnay | Ralf Jung | -15/+10 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -123/+141 |
| 2020-06-15 | Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper | Ralf Jung | -67/+202 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -248/+373 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -507/+1574 |
| 2020-06-15 | remove obsolete , to pass the format check | Stefan Lankes | -2/+2 |
| 2020-06-15 | Avoid forming references to an uninitialized memory in DroplessArena | Tomasz Miąsko | -15/+12 |
| 2020-06-15 | Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur... | Ralf Jung | -1/+28 |
| 2020-06-15 | Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse | Ralf Jung | -8/+24 |
| 2020-06-15 | Rollup merge of #73342 - schteve:master, r=jonas-schievink | Ralf Jung | -2/+2 |
| 2020-06-15 | Rollup merge of #73341 - jonas-schievink:matchdoc, r=davidtwco | Ralf Jung | -271/+271 |
| 2020-06-15 | Rollup merge of #73336 - lzutao:pattern-group, r=sfackler | Ralf Jung | -10/+10 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -58/+203 |
| 2020-06-15 | Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnay | Ralf Jung | -2/+8 |
| 2020-06-15 | Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este... | Ralf Jung | -1/+35 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -103/+729 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -51/+264 |
| 2020-06-15 | Check for overflow in DroplessArena and return aligned pointer | Tomasz Miąsko | -20/+33 |
| 2020-06-15 | add comment about the usage of Arc | Stefan Lankes | -0/+3 |
| 2020-06-15 | use Ipv6Addr::from to build the IPv6 address | Stefan Lankes | -24/+2 |
| 2020-06-15 | Revert "simplify conversion to IpAddr::V6" | Stefan Lankes | -2/+18 |
| 2020-06-15 | Revert "changes to pass the format check" | Stefan Lankes | -4/+10 |