| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -119/+67 |
| 2019-08-06 | clarify | Ralf Jung | -2/+2 |
| 2019-08-06 | be clear that 1-init Vec being valid (but not safe) is not a stable guarantee | Ralf Jung | -2/+4 |
| 2019-08-06 | Rollup merge of #63295 - RalfJung:align_offset, r=dtolnay | Mazdak Farrokhzad | -4/+8 |
| 2019-08-06 | Rollup merge of #63293 - shepmaster:align-to-doc, r=RalfJung | Mazdak Farrokhzad | -6/+8 |
| 2019-08-06 | Rollup merge of #63260 - RalfJung:ptr-test, r=matklad | Mazdak Farrokhzad | -2/+1 |
| 2019-08-06 | Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcm | Mazdak Farrokhzad | -13/+296 |
| 2019-08-05 | Clarify align_to's requirements and obligations | Jake Goulding | -6/+8 |
| 2019-08-05 | Remove gensym from format_args | Matthew Jasper | -2/+0 |
| 2019-08-05 | Make some items in core::unicode private | Matthew Jasper | -20/+20 |
| 2019-08-05 | assume_init: warn about valid != safe | Ralf Jung | -0/+7 |
| 2019-08-05 | improve wrapping_ docs | Ralf Jung | -26/+112 |