| Age | Commit message (Expand) | Author | Lines |
| 2019-08-12 | Reduce genericity in FlattenCompat | Josh Stone | -26/+52 |
| 2019-08-12 | Avoid closures in OnceWith and Successors | Josh Stone | -5/+5 |
| 2019-08-12 | Reduce genericity in Iterator::last | Josh Stone | -1/+6 |
| 2019-08-12 | Reduce the genericity of Map folds | Josh Stone | -12/+22 |
| 2019-08-12 | Explicitly test Iterator::position overflows | Josh Stone | -3/+2 |
| 2019-08-12 | Explicitly test Iterator::count overflows | Josh Stone | -4/+3 |
| 2019-08-12 | Use if-let in is_sorted_by | Josh Stone | -3/+2 |
| 2019-08-12 | Reduce the genericity of closures in the iterator traits | Josh Stone | -80/+194 |
| 2019-08-12 | Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnay | Mazdak Farrokhzad | -34/+128 |
| 2019-08-11 | Rollup merge of #63442 - lzutao:vec-bin-search-insert, r=Mark-Simulacrum | Mark Rousskov | -0/+11 |
| 2019-08-11 | Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddyb | Mark Rousskov | -1/+5 |
| 2019-08-11 | allow the lint if a few UB-demonstrating doc tests | Ralf Jung | -1/+5 |
| 2019-08-11 | Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJung | bors | -4/+25 |
| 2019-08-10 | Use Result::unwrap_or_else instead of matching | Lzu Tao | -4/+1 |
| 2019-08-10 | Add an example to show how to insert item to a sorted vec | Lzu Tao | -0/+14 |
| 2019-08-10 | Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung" | Tatsuyuki Ishi | -4/+25 |
| 2019-08-10 | Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril | Mazdak Farrokhzad | -80/+120 |
| 2019-08-10 | Rollup merge of #63056 - petrochenkov:macstd2, r=alexcrichton | Mazdak Farrokhzad | -138/+171 |
| 2019-08-09 | Implement Clone, Display for ascii::EscapeDefault | Clar Fon | -0/+9 |
| 2019-08-10 | Auto merge of #62756 - newpavlov:stabilize_dur_float, r=alexcrichton | bors | -22/+14 |
| 2019-08-09 | Remove unneeded comment in src/libcore/hash/mod.rs | sd234678 | -2/+0 |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -138/+171 |
| 2019-08-09 | Rollup merge of #63407 - RalfJung:miri-test-sizes, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-09 | Rollup merge of #63404 - RalfJung:flt2dec, r=Centril | Mazdak Farrokhzad | -7/+42 |
| 2019-08-09 | Rollup merge of #63403 - sntdevco:master, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2019-08-09 | Rollup merge of #63114 - matthewjasper:hygienic-format-args, r=petrochenkov | Mazdak Farrokhzad | -22/+20 |
| 2019-08-09 | Rollup merge of #62672 - lzutao:deprecated-try-macro, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-08-09 | explain Miri disabling | Ralf Jung | -1/+1 |
| 2019-08-09 | Don't use associated type bounds in docs until it is stable | Ilija Tovilo | -3/+2 |
| 2019-08-09 | Add missing #![feature(associated_type_bounds)] | Ilija Tovilo | -0/+2 |
| 2019-08-09 | Miri is really slow | Ralf Jung | -4/+5 |
| 2019-08-09 | enable flt2dec tests in Miri | Ralf Jung | -7/+41 |
| 2019-08-09 | Merge pull request #1 from rust-lang/master | Sayan Nandan | -5655/+10841 |
| 2019-08-09 | Improve tests for libcore/slice | Sayan Nandan | -8/+8 |
| 2019-08-09 | Improve test output for libcore/time | Sayan Nandan | -3/+1 |
| 2019-08-09 | Auto merge of #61937 - AaronKutch:master, r=scottmcm | bors | -69/+216 |
| 2019-08-09 | Postpone deprecating try! until 1.39.0 | Lzu Tao | -1/+1 |
| 2019-08-09 | Deprecate `try!` macro | BO41 | -0/+1 |
| 2019-08-09 | Rollup merge of #63374 - RalfJung:pin-packed, r=cramertj | Mazdak Farrokhzad | -1/+2 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -80/+119 |
| 2019-08-08 | remove confusing remark | Ralf Jung | -1/+1 |
| 2019-08-08 | Rollup merge of #63377 - SOF3:issues/63375, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-08 | Rollup merge of #63366 - lzutao:fix-float-to-le-bytes-typo, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-08-08 | Rollup merge of #63261 - RalfJung:rand, r=nikomatsakis | Mazdak Farrokhzad | -10/+10 |
| 2019-08-08 | Improved documentation for compile_error!() | SOFe | -1/+1 |
| 2019-08-08 | move of packed fields might or might not occur when they actually are suffici... | Ralf Jung | -1/+2 |
| 2019-08-08 | doc: Fix typo in float from bytes methods | Lzu Tao | -4/+4 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -0/+2 |
| 2019-08-06 | Improve `ptr_rotate` performance, tests, and benchmarks | Aaron Kutch | -69/+216 |
| 2019-08-06 | Rollup merge of #63298 - RalfJung:assume_init, r=Mark-Simulacrum,Centril | Mazdak Farrokhzad | -1/+10 |