| Age | Commit message (Expand) | Author | Lines |
| 2020-02-05 | Rollup merge of #68851 - JohnTitor:fix-issue-number, r=Centril | Dylan DPC | -2/+2 |
| 2020-02-05 | Rollup merge of #68762 - ForNeVeR:patch-1, r=alexcrichton | Dylan DPC | -1/+0 |
| 2020-02-05 | Auto merge of #68755 - Tyg13:update_stdarch, r=alexcrichton | bors | -6/+1 |
| 2020-02-05 | Fix issue number of `capacity` method | Yuki Okushi | -2/+2 |
| 2020-02-04 | Auto merge of #68558 - HeroicKatora:buf-writer-capacity, r=alexcrichton | bors | -0/+45 |
| 2020-02-04 | Added From<Vec<NonZeroU8>> for CString | Daniel Henry-Mantilla | -0/+28 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -23/+1 |
| 2020-02-03 | Rollup merge of #68797 - GuillaumeGomez:link-to-types, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-02-03 | Fix links to types instead of modules | Guillaume Gomez | -2/+2 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -1/+4 |
| 2020-02-02 | Strip unnecessary subexpression | Friedrich von Never | -1/+0 |
| 2020-02-01 | stdarch: update submodule. | Tyler Lanphear | -6/+1 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -23/+1 |
| 2020-01-31 | Rollup merge of #68660 - kubo39:patch-1, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-01-31 | Remove incorrect debug assertions from catch_unwind | Tomasz Miąsko | -2/+0 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -0/+1 |
| 2020-01-30 | Update | Hiroki Noda | -2/+2 |
| 2020-01-30 | Fix typo. | Hiroki Noda | -1/+1 |
| 2020-01-29 | Document remaining undocumented `From` implementations for IPs | LeSeulArtichaut | -0/+72 |
| 2020-01-29 | Rollup merge of #68627 - joshtriplett:write-all-none, r=Dylan-DPC | Yuki Okushi | -0/+2 |
| 2020-01-28 | Document that write_all will not call write if given an empty buffer | Josh Triplett | -0/+2 |
| 2020-01-28 | Update links to WASI docs in time.rs module | Jakub Konka | -2/+2 |
| 2020-01-28 | Add capacity to BufReader with same unstable gate | Andreas Molzer | -0/+26 |
| 2020-01-28 | Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -2/+2 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -2/+2 |
| 2020-01-26 | update | comet | -1/+1 |
| 2020-01-26 | Add a method to query the capacity of a BufWriter | Andreas Molzer | -0/+19 |
| 2020-01-25 | Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -5/+39 |
| 2020-01-24 | Support feature process_set_argv0 for VxWorks | BaoshanPang | -5/+39 |
| 2020-01-24 | Remove unused ignore-license directives | Tomasz Miąsko | -4/+0 |
| 2020-01-23 | Unlock assoc_int_consts in core+std | Linus Färnstrand | -0/+1 |
| 2020-01-21 | Rollup merge of #68313 - batrla:master, r=alexcrichton | Mazdak Farrokhzad | -73/+51 |
| 2020-01-20 | Auto merge of #68066 - CAD97:stabilize-manuallydrop-take, r=Amanieu,Mark-Simu... | bors | -1/+0 |
| 2020-01-20 | refactor fix using cfg_if! (fix build on Solaris) | Vita Batrla | -0/+1 |
| 2020-01-18 | Rollup merge of #68341 - fusion-engineering-forks:instant-docs, r=Dylan-DPC | Mazdak Farrokhzad | -4/+4 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-18 | Fix table of syscalls in docs of std::time::SystemTime. | Mara Bos | -2/+2 |
| 2020-01-18 | Fix table of syscalls in docs of std::time::Instant. | Mara Bos | -2/+2 |
| 2020-01-18 | refactor fix using cfg_if! (fix build) | Vita Batrla | -6/+16 |
| 2020-01-17 | refactor fix using cfg_if! | Vita Batrla | -120/+55 |
| 2020-01-17 | Options IP_MULTICAST_TTL and IP_MULTICAST_LOOP are 1 byte on BSD and Solaris | Vita Batrla | -18/+50 |
| 2020-01-16 | Rollup merge of #68033 - ollie27:win_f32, r=dtolnay | Dylan DPC | -57/+13 |
| 2020-01-16 | Rollup merge of #68266 - Stromberg90:patch-2, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2020-01-16 | Rollup merge of #68223 - SOF3:float-fract-doc, r=varkor | Dylan DPC | -8/+8 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-16 | Update f32.rs | Strømberg | -1/+1 |
| 2020-01-16 | Update f64.rs | Strømberg | -2/+2 |
| 2020-01-16 | Update f32.rs | Strømberg | -1/+1 |
| 2020-01-15 | Use 3.6 instead of 3.5 in float fract() documentation | SOFe | -8/+8 |
| 2020-01-14 | Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichton | bors | -0/+9 |