| Age | Commit message (Expand) | Author | Lines |
| 2019-07-29 | Add the necessary changes to any.rs | TankhouseAle | -1/+2 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -0/+2 |
| 2019-07-29 | comments from @lzutao | Maximilian Roos | -1/+1 |
| 2019-07-29 | impl Debug for Chars | Maximilian Roos | -1/+11 |
| 2019-07-29 | Add links to None in Option doc | Lzu Tao | -2/+2 |
| 2019-07-29 | Use internal iteration in the Sum and Product impls of Result and Option | Tim Vermeulen | -119/+67 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -0/+2 |
| 2019-07-28 | Rollup merge of #62360 - Aaron1011:patch-2, r=RalfJung | Mazdak Farrokhzad | -0/+2 |
| 2019-07-28 | Fix `cfg(parallel_compiler)` mode | Vadim Petrochenkov | -2/+2 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -7/+7 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -3/+0 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -4/+4 |
| 2019-07-28 | Rollup merge of #62883 - Stargateur:refactoring-adapters, r=scottmcm | Mazdak Farrokhzad | -210/+141 |
| 2019-07-28 | Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+41 |
| 2019-07-27 | Update wording | Aaron Hill | -1/+2 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-27 | Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung | bors | -5/+15 |
| 2019-07-27 | Refactoring use commun code between option, result and accum | Stargateur | -210/+141 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -8/+55 |
| 2019-07-26 | Rollup merge of #63009 - Rosto75:master, r=matklad | Mazdak Farrokhzad | -1/+1 |
| 2019-07-26 | Rollup merge of #62583 - sfackler:unpin-raw, r=cramertj | Mazdak Farrokhzad | -0/+6 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -56/+241 |
| 2019-07-26 | Rollup merge of #62120 - GuillaumeGomez:add-missing-type-links, r=Centril | Mazdak Farrokhzad | -63/+81 |
| 2019-07-26 | Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytm | Mazdak Farrokhzad | -2/+2 |
| 2019-07-26 | Remove redundant `mut` from variable declaration. | Tomasz Różański | -1/+1 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -8/+55 |
| 2019-07-25 | Auto merge of #62990 - Centril:rollup-k9n0hvs, r=Centril | bors | -474/+301 |
| 2019-07-25 | Rollup merge of #62981 - estebank:issue-62843, r=Centril | Mazdak Farrokhzad | -0/+4 |
| 2019-07-25 | Rollup merge of #62978 - LukasKalbertodt:remove-array-impl-bootstrap-cfg, r=M... | Mazdak Farrokhzad | -434/+241 |
| 2019-07-25 | Rollup merge of #62977 - Rosto75:master, r=shepmaster | Mazdak Farrokhzad | -7/+7 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -0/+7 |
| 2019-07-25 | Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,Centril | Mazdak Farrokhzad | -33/+16 |
| 2019-07-25 | Rollup merge of #60066 - sfackler:type-name, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2019-07-25 | Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton | bors | -2/+2 |
| 2019-07-25 | Add note suggesting to borrow a String argument to find | Esteban Küber | -0/+4 |
| 2019-07-25 | Remove `cfg(bootstrap)` code for array implementations | Lukas Kalbertodt | -434/+241 |
| 2019-07-25 | Fix inconsistent highlight blocks. | Tomasz Różański | -7/+7 |
| 2019-07-25 | Auto merge of #62944 - RalfJung:miri, r=oli-obk | bors | -2/+0 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -0/+26 |
| 2019-07-25 | Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-07-24 | re-enable debug checks in Miri | Ralf Jung | -2/+0 |
| 2019-07-24 | Rollup merge of #62926 - Smibu:fix-typo, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Rollup merge of #62716 - RalfJung:unsafe-cell, r=Centril | Mazdak Farrokhzad | -2/+3 |
| 2019-07-24 | Rollup merge of #62641 - cuviper:unicode-12.1, r=matklad | Mazdak Farrokhzad | -739/+770 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -0/+7 |
| 2019-07-24 | Fix typo in mem::uninitialized doc | Mika Lehtinen | -1/+1 |
| 2019-07-23 | Auto merge of #62902 - Mark-Simulacrum:rollup-mxfk0mm, r=Mark-Simulacrum | bors | -7/+21 |
| 2019-07-23 | Rollup merge of #62869 - matklad:feature-gate, r=Mark-Simulacrum | Mark Rousskov | -7/+12 |
| 2019-07-23 | Rollup merge of #62656 - RalfJung:contains-no-own, r=Dylan-DPC | Mark Rousskov | -0/+9 |
| 2019-07-23 | Auto merge of #62823 - RalfJung:miri, r=oli-obk | bors | -0/+2 |