| Age | Commit message (Expand) | Author | Lines |
| 2020-01-29 | Document `From` implementation for NonZero nums | LeSeulArtichaut | -2/+6 |
| 2020-01-29 | Auto merge of #68635 - JohnTitor:rollup-jsc34ac, r=JohnTitor | bors | -39/+96 |
| 2020-01-29 | Rollup merge of #68627 - joshtriplett:write-all-none, r=Dylan-DPC | Yuki Okushi | -0/+2 |
| 2020-01-29 | Rollup merge of #68611 - MichaelBurge:master, r=estebank | Yuki Okushi | -1/+8 |
| 2020-01-29 | Rollup merge of #68609 - Zoxc:lld-msvc, r=alexcrichton | Yuki Okushi | -2/+5 |
| 2020-01-29 | Rollup merge of #68598 - GuillaumeGomez:fix-null-synthetic_implementors, r=ol... | Yuki Okushi | -14/+16 |
| 2020-01-29 | Rollup merge of #68586 - Centril:repr-deny, r=pnkfelix | Yuki Okushi | -20/+59 |
| 2020-01-29 | Rollup merge of #67722 - petertodd:2019-improve-any-comment, r=Mark-Simulacrum | Yuki Okushi | -2/+6 |
| 2020-01-29 | Auto merge of #68572 - tmiasko:sanitizer-use-after-scope, r=nikic | bors | -5/+105 |
| 2020-01-29 | Auto merge of #68512 - spastorino:local-is-copy, r=oli-obk | bors | -130/+134 |
| 2020-01-28 | Minor: note why we can rely on Any trait for safety | Peter Todd | -2/+6 |
| 2020-01-28 | Document that write_all will not call write if given an empty buffer | Josh Triplett | -0/+2 |
| 2020-01-29 | Rollup merge of #68620 - kubkon:patch-1, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2020-01-29 | Rollup merge of #68619 - gorilskij:master, r=varkor | Yuki Okushi | -2/+2 |
| 2020-01-29 | Rollup merge of #68592 - pdbrito:master, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-01-29 | Rollup merge of #68582 - LeSeulArtichaut:code-explanations, r=Dylan-DPC | Yuki Okushi | -1/+27 |
| 2020-01-29 | Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomez | Yuki Okushi | -17/+91 |
| 2020-01-29 | Rollup merge of #68553 - GuillaumeGomez:fix-run-button-scroll-pos, r=kinnison | Yuki Okushi | -8/+7 |
| 2020-01-29 | Rollup merge of #68378 - billyrieger:btreemap-remove-entry, r=KodrAus | Yuki Okushi | -1/+30 |
| 2020-01-29 | Rollup merge of #68289 - pnkfelix:issue-62649-dont-ice-on-path-collision-in-d... | Yuki Okushi | -9/+43 |
| 2020-01-28 | Update links to WASI docs in time.rs module | Jakub Konka | -2/+2 |
| 2020-01-28 | Fix null synthetic_implementors error | Guillaume Gomez | -14/+16 |
| 2020-01-28 | Fix a few spelling mistakes | gorilskij | -2/+2 |
| 2020-01-28 | Auto merge of #68606 - jonas-schievink:normalize-fastpath, r=Zoxc | bors | -0/+4 |
| 2020-01-28 | Add E0727 long explanation | LeSeulArtichaut | -1/+27 |
| 2020-01-28 | Correct ICE caused by macros generating invalid spans. | Michael Burge | -1/+8 |
| 2020-01-28 | Set lld flavor for MSVC to link.exe | John Kåre Alsaker | -2/+5 |
| 2020-01-28 | Add an early-exit to `QueryNormalizer::fold_ty` | Jonas Schievink | -0/+4 |
| 2020-01-28 | Auto merge of #68533 - tmiasko:compiletest, r=nikomatsakis | bors | -125/+280 |
| 2020-01-28 | Fix some wrong dereferences after rebase | Santiago Pastorino | -3/+3 |
| 2020-01-28 | Remove unneeded & on match pattern | Santiago Pastorino | -2/+2 |
| 2020-01-28 | ./x.py fmt | Santiago Pastorino | -10/+14 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -47/+47 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -90/+90 |
| 2020-01-28 | codegen_place and related functions can take PlaceRef by value | Santiago Pastorino | -19/+19 |
| 2020-01-28 | make_integrate_local takes Local by value | Santiago Pastorino | -4/+4 |
| 2020-01-28 | record_killed_borrows_for_local takes Local by value | Santiago Pastorino | -4/+4 |
| 2020-01-28 | Place conflict functions take Local by value | Santiago Pastorino | -6/+6 |
| 2020-01-28 | Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -45/+60 |
| 2020-01-28 | fix: typo in vec.rs | Pedro de Brito | -1/+1 |
| 2020-01-28 | Add BTreeMap::remove_entry | Billy Rieger | -1/+30 |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -8/+5 |
| 2020-01-28 | Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitor | bors | -47/+91 |
| 2020-01-28 | Rollup merge of #68575 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -0/+1 |
| 2020-01-28 | Rollup merge of #68573 - GuillaumeGomez:clean-up-e0262, r=Dylan-DPC | Yuki Okushi | -3/+7 |
| 2020-01-28 | Rollup merge of #68571 - Centril:check_in_cx, r=oli-obk | Yuki Okushi | -5/+8 |
| 2020-01-28 | Rollup merge of #68570 - cr1901:msp430-fix-1-2020, r=alexcrichton | Yuki Okushi | -0/+0 |
| 2020-01-28 | Rollup merge of #68563 - Aaron1011:fix/fn-sig-closure, r=varkor | Yuki Okushi | -0/+30 |
| 2020-01-28 | Rollup merge of #68482 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Yuki Okushi | -3/+6 |
| 2020-01-28 | Rollup merge of #68454 - GuillaumeGomez:clean-up-e0214, r=Dylan-DPC | Yuki Okushi | -4/+9 |