| Age | Commit message (Expand) | Author | Lines |
| 2019-03-19 | Rollup merge of #59280 - joshlf:sandbox/joshlf/stabilize-refcell-map-split, r... | Mazdak Farrokhzad | -5/+2 |
| 2019-03-19 | Rollup merge of #59275 - regexident:docs-self, r=joshtriplett | Mazdak Farrokhzad | -44/+44 |
| 2019-03-19 | Rollup merge of #58939 - taeguk:fix-doc-about-pin, r=rkruppe | Mazdak Farrokhzad | -1/+1 |
| 2019-03-19 | Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapin | Mazdak Farrokhzad | -0/+26 |
| 2019-03-19 | Update since annotation for ExactSizeIterator for ToUppercase/Lowercase | Konrad Borowski | -2/+2 |
| 2019-03-18 | Stabilize refcell_map_split feature | Joshua Liebow-Feeser | -5/+2 |
| 2019-03-18 | Add todo!() macro | Aleksey Kladov | -0/+59 |
| 2019-03-18 | Replaced self-reflective explicit types with clearer `Self` or `Self::…` in... | Vincent Esche | -44/+44 |
| 2019-03-16 | Rollup merge of #59231 - matklad:copied, r=Centril | kennytm | -7/+2 |
| 2019-03-16 | Rollup merge of #59221 - czipperz:as_ref_documentation, r=Centril | kennytm | -4/+4 |
| 2019-03-16 | Rollup merge of #59206 - sntdevco:master, r=dtolnay | kennytm | -34/+34 |
| 2019-03-16 | Rollup merge of #59185 - lukaslueg:patch-2, r=cramertj | kennytm | -4/+2 |
| 2019-03-16 | Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin | kennytm | -30/+19 |
| 2019-03-16 | Rollup merge of #59102 - newpavlov:duration_float, r=alexcrichton | kennytm | -11/+129 |
| 2019-03-16 | Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centril | kennytm | -24/+27 |
| 2019-03-16 | Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytm | kennytm | -34/+0 |
| 2019-03-16 | Stabilize Option::copied | Aleksey Kladov | -7/+2 |
| 2019-03-16 | Rollup merge of #58938 - dlrobertson:fix_58280, r=joshtriplett | kennytm | -7/+7 |
| 2019-03-15 | Option and Result: Add references to documentation of as_ref and as_mut | Chris Gregory | -4/+4 |
| 2019-03-15 | Improved test output for libcore/num/int_macros | sntdevco | -24/+24 |
| 2019-03-15 | Improved test output for libcore/ops | sntdevco | -4/+4 |
| 2019-03-15 | Improved test output for libcore/cell | sntdevco | -6/+6 |
| 2019-03-15 | Auto merge of #58710 - EdorianDark:master, r=sfackler | bors | -0/+26 |
| 2019-03-14 | Update sources.rs | lukaslueg | -4/+2 |
| 2019-03-12 | Stabilize Range*::contains. | Steven Malis | -30/+19 |
| 2019-03-13 | Rollup merge of #59138 - timvermeulen:simplify_select_fold1, r=sfackler | Mazdak Farrokhzad | -58/+49 |
| 2019-03-13 | Rollup merge of #59130 - RalfJung:non-null, r=rkruppe | Mazdak Farrokhzad | -0/+10 |
| 2019-03-13 | Rollup merge of #59124 - sntdevco:master, r=Centril | Mazdak Farrokhzad | -118/+118 |
| 2019-03-13 | Rollup merge of #59121 - czipperz:fix_assert_result_fromiterater, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-03-13 | Rollup merge of #59057 - czipperz:standardize_range_documentation, r=shepmaster | Mazdak Farrokhzad | -27/+43 |
| 2019-03-13 | Rollup merge of #59056 - scottmcm:even-fewer-lifetimes, r=sfackler | Mazdak Farrokhzad | -39/+39 |
| 2019-03-13 | Rollup merge of #58998 - xTibor:doc_from_bytes, r=scottmcm | Mazdak Farrokhzad | -8/+8 |
| 2019-03-12 | Forward `max` and `min` to `max_by` and `min_by` respectively | Tim Vermeulen | -4/+2 |
| 2019-03-12 | Auto merge of #58015 - icefoxen:tryfrom-docs, r=SimonSapin | bors | -6/+72 |
| 2019-03-12 | Add tests to ensure that Iterator::min and Iterator::max are stable | Tim Vermeulen | -0/+28 |
| 2019-03-12 | Fix comment | Tim Vermeulen | -1/+1 |
| 2019-03-12 | Remove the projection part of select_fold1 | Tim Vermeulen | -56/+21 |
| 2019-03-12 | Fix the bench_max and bench_max_by_key benchmarks | Tim Vermeulen | -2/+2 |
| 2019-03-12 | Remove stabilized feature gate in doctest | Simon Sapin | -1/+0 |
| 2019-03-12 | fix typo | Artyom Pavlov | -1/+1 |
| 2019-03-12 | expand | Ralf Jung | -1/+2 |
| 2019-03-12 | Note that NonNull does not launder shared references for mutation | Ralf Jung | -0/+9 |
| 2019-03-12 | Replace assert with assert_eq for better debugging | Sayan Nandan | -118/+118 |
| 2019-03-11 | impl FromIterator for Result: Use assert_eq! instead of assert! | Chris Gregory | -1/+1 |
| 2019-03-11 | Fix RangeBounds documentation to include inclusive operations | Chris Gregory | -1/+1 |
| 2019-03-11 | Standardize `Range*` documentation | Chris Gregory | -26/+42 |
| 2019-03-11 | fix test | Artyom Pavlov | -2/+2 |
| 2019-03-11 | fix tests | newpavlov | -5/+9 |
| 2019-03-11 | move MAX_NANOS_F64/32 to methods | newpavlov | -2/+4 |
| 2019-03-11 | consistent naming for duration_float methods and additional f32 methods | newpavlov | -9/+121 |