| Age | Commit message (Expand) | Author | Lines |
| 2019-10-18 | Rollup merge of #65496 - tspiteri:euc-div-panic, r=KodrAus | Tyler Mandry | -2/+10 |
| 2019-10-18 | Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk | Tyler Mandry | -2/+2 |
| 2019-10-18 | Fix left/right shift typo in wrapping rotate docs | Tobias Rapp | -2/+2 |
| 2019-10-17 | properly document panics in div_euclid and rem_euclid | Trevor Spiteri | -2/+10 |
| 2019-10-17 | Rollup merge of #65478 - RalfJung:write, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-10-17 | Rollup merge of #65475 - lzutao:eg_type_name, r=Centril | Mazdak Farrokhzad | -0/+9 |
| 2019-10-17 | Rollup merge of #65237 - KodrAus:fix/map-entry-err, r=sfackler | Mazdak Farrokhzad | -7/+49 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -54/+18 |
| 2019-10-16 | fmt::Write is about string slices, not byte slices | Ralf Jung | -2/+2 |
| 2019-10-16 | add example for type_name | Lzu Tao | -0/+9 |
| 2019-10-13 | Rollup merge of #65370 - Cerberuser:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -5/+5 |
| 2019-10-13 | Rollup merge of #65336 - BO41:typo, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-10-13 | Rollup merge of #65312 - tspiteri:signed-sat-mul, r=dtolnay | Mazdak Farrokhzad | -1/+1 |
| 2019-10-13 | Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton | Mazdak Farrokhzad | -70/+92 |
| 2019-10-13 | Added code element | Cerberuser | -1/+1 |
| 2019-10-13 | Add `dyn` to `Any` documentation | Cerberuser | -5/+5 |
| 2019-10-13 | Rollup merge of #65339 - RalfJung:atomic-ordering, r=Centril | Mazdak Farrokhzad | -25/+27 |
| 2019-10-13 | Rollup merge of #65165 - BO41:char_docs, r=varkor | Mazdak Farrokhzad | -63/+109 |
| 2019-10-12 | fix link targets | Ralf Jung | -12/+12 |
| 2019-10-12 | it's C++20 | Ralf Jung | -7/+7 |
| 2019-10-12 | do not reference LLVM for our concurrency memory model | Ralf Jung | -25/+27 |
| 2019-10-12 | Fix typo | BO41 | -1/+1 |
| 2019-10-12 | Improve docs on some char boolean methods | BO41 | -63/+109 |
| 2019-10-11 | improve performance of signed saturating_mul | Trevor Spiteri | -1/+1 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -1/+21 |
| 2019-10-10 | move debug_map assertions after check for err | Ashley Mannix | -7/+49 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -6/+1 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -70/+92 |
| 2019-10-08 | Rollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster | Mazdak Farrokhzad | -46/+46 |
| 2019-10-08 | Rollup merge of #64726 - andrewbanchich:unimplemented, r=rkruppe | Mazdak Farrokhzad | -15/+32 |
| 2019-10-06 | rewrite documentation for unimplemented! | Andrew Banchich | -15/+32 |
| 2019-10-05 | Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry | Tyler Mandry | -18/+54 |
| 2019-10-05 | Rollup merge of #65106 - Mark-Simulacrum:unused-attr-allow, r=Centril | Tyler Mandry | -0/+2 |
| 2019-10-05 | Rollup merge of #64708 - SimonSapin:option-deref, r=Centril | Tyler Mandry | -6/+2 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -18/+54 |
| 2019-10-04 | Allow unused attributes to avoid incremental bug | Mark Rousskov | -0/+2 |
| 2019-10-04 | make is_power_of_two a const function | Trevor Spiteri | -2/+2 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -54/+18 |
| 2019-10-03 | Rollup merge of #61879 - stjepang:stabilize-todo, r=withoutboats | Tyler Mandry | -6/+10 |
| 2019-10-03 | Reorder methods of Cell | Shotaro Yamada | -46/+46 |
| 2019-10-03 | Rollup merge of #64941 - lzutao:inline-max_min_value, r=nnethercote | Mazdak Farrokhzad | -4/+4 |
| 2019-10-02 | Always inline `mem::{size_of,align_of}` in debug builds | Lzu Tao | -2/+2 |
| 2019-10-02 | Inline `ptr::null(_mut)` even in debug builds | Lzu Tao | -2/+2 |
| 2019-10-01 | Rollup merge of #64885 - andjo403:iter, r=scottmcm | Tyler Mandry | -13/+14 |
| 2019-10-01 | Rollup merge of #64943 - lzutao:doc-saturating, r=shepmaster | Mazdak Farrokhzad | -3/+6 |
| 2019-10-01 | Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievink | Mazdak Farrokhzad | -121/+93 |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -121/+93 |
| 2019-10-01 | replace try_for_each with try_fold to generate less code | Andreas Jonson | -13/+14 |
| 2019-10-01 | Add lower bound doctests for `saturating_{add,sub}` signed ints | Lzu Tao | -3/+6 |
| 2019-10-01 | Inline `{min,max}_value` even in debug builds | Lzu Tao | -4/+4 |