| Age | Commit message (Expand) | Author | Lines |
| 2020-06-21 | deprecate wrapping_offset_from | Ralf Jung | -0/+13 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -0/+3 |
| 2020-06-20 | Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-Simulacrum | Manish Goregaokar | -2/+6 |
| 2020-06-20 | Fix broken inner_deref doc tests. | Eric Huss | -2/+6 |
| 2020-06-20 | Revise according to review | Jon Gjengset | -21/+19 |
| 2020-06-20 | Doctests need feature | Jon Gjengset | -0/+2 |
| 2020-06-20 | core/time: Add Duration methods for zero | Jon Gjengset | -1/+42 |
| 2020-06-20 | Add ClashingExternDecl lint. | jumbatm | -0/+3 |
| 2020-06-19 | Rollup merge of #71899 - cuviper:try_find_map, r=dtolnay | Manish Goregaokar | -11/+18 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 2020-06-19 | Refactor `try_find` a little | Josh Stone | -11/+18 |
| 2020-06-19 | Rollup merge of #71568 - hbina:document_unsafety_slice_sort, r=joshtriplett | Manish Goregaokar | -3/+70 |
| 2020-06-19 | Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-Simulacrum | Ralf Jung | -12/+33 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+7 |
| 2020-06-19 | Rollup merge of #73142 - ehuss:std-benches, r=dtolnay | Ralf Jung | -0/+3 |
| 2020-06-18 | Rollup merge of #73447 - lzutao:stabilize-result_as_deref, r=dtolnay | Manish Goregaokar | -16/+40 |
| 2020-06-18 | Rollup merge of #73425 - poliorcetics:zeroed-functions-pointers, r=dtolnay | Manish Goregaokar | -5/+7 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2020-06-18 | Rollup merge of #72628 - MikailBag:array-default-tests, r=shepmaster | Manish Goregaokar | -0/+49 |
| 2020-06-18 | Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakis | Manish Goregaokar | -0/+67 |
| 2020-06-18 | Disable core benches on wasm (benches not supported). | Eric Huss | -0/+2 |
| 2020-06-18 | Ensure std benchmarks get tested. | Eric Huss | -0/+1 |
| 2020-06-18 | Improve document for `Result::as_deref(_mut)` | Lzu Tao | -16/+40 |
| 2020-06-17 | Remove duplicate sentence fragment from mem::zeroed doc | David Tolnay | -4/+4 |
| 2020-06-17 | Update src/libcore/intrinsics.rs | Rich Kadel | -1/+1 |
| 2020-06-17 | Don't imply function pointers are references | Poliorcetics | -2/+2 |
| 2020-06-16 | Mention functions pointers in the documentation | Alexis Bourget | -5/+7 |
| 2020-06-16 | Added some more documentations to unsafety blocks in slice/sort.rs | Hanif Bin Ariffin | -11/+39 |
| 2020-06-16 | memory access sanity checks: abort instead of panic | Ralf Jung | -12/+33 |
| 2020-06-16 | Rollup merge of #73381 - ratijas:fix-typo-std-mem, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-06-16 | Rollup merge of #73373 - lzutao:bug-trackcaller, r=Amanieu | Dylan DPC | -8/+4 |
| 2020-06-16 | libcore tests: use min_specialization | Ralf Jung | -1/+1 |
| 2020-06-16 | add tracking issue | Ralf Jung | -2/+2 |
| 2020-06-15 | Update src/libcore/intrinsics.rs | Rich Kadel | -1/+1 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -15/+6 |
| 2020-06-15 | removed experiments for cleaner github PR | Rich Kadel | -8/+9 |
| 2020-06-15 | explained lang_item function body (count_code_region) | Rich Kadel | -0/+6 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+9 |
| 2020-06-15 | Fix typo in docs of std::mem | ivan tkachenko | -1/+1 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -0/+1 |
| 2020-06-15 | Join mutiple lines if it is more readable | Lzu Tao | -8/+4 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -4/+5 |
| 2020-06-15 | Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnay | Ralf Jung | -4/+5 |
| 2020-06-15 | Rollup merge of #73342 - schteve:master, r=jonas-schievink | Ralf Jung | -2/+2 |
| 2020-06-15 | Rollup merge of #73336 - lzutao:pattern-group, r=sfackler | Ralf Jung | -10/+10 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -0/+1 |
| 2020-06-14 | Fix iterator copied() documentation example code | Steve Heindel | -2/+2 |
| 2020-06-14 | Group Pattern::strip_* method together | Lzu Tao | -10/+10 |
| 2020-06-13 | Added some unsafety documentation to partition_equal | Hanif Bin Ariffin | -4/+8 |
| 2020-06-13 | Added unsafety documentation with partition and partition equal | Hanif Bin Ariffin | -2/+7 |