| Age | Commit message (Expand) | Author | Lines |
| 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-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 | add tracking issue | Ralf Jung | -2/+2 |
| 2020-06-15 | Fix typo in docs of std::mem | ivan tkachenko | -1/+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 | Rollup merge of #73302 - JakobDegen:should-panic-documentation, r=Mark-Simula... | Dylan DPC | -71/+28 |
| 2020-06-13 | Rollup merge of #72932 - poliorcetics:pattern-contains-behaviour, r=hanna-kruppe | Dylan DPC | -0/+37 |
| 2020-06-13 | Adjusted some doctests in libcore to use `should_panic`. | Jake Degen | -71/+28 |
| 2020-06-13 | Stabilize Option::zip | Lzu Tao | -4/+5 |
| 2020-06-12 | add raw_ref macros | Ralf Jung | -0/+67 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -85/+80 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -2/+12 |
| 2020-06-12 | Rollup merge of #73036 - alexcrichton:update-wasm-fence, r=Mark-Simulacrum | Dylan DPC | -8/+0 |
| 2020-06-11 | Update src/libcore/num/mod.rs | Amanieu d'Antras | -2/+2 |
| 2020-06-10 | Fix doctest template | Mihail Malo | -1/+2 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -85/+80 |
| 2020-06-10 | Rollup merge of #73148 - DarkEld3r:patch-1, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-06-09 | [AVR] Fix debug printing of function pointers | Dylan McKay | -2/+12 |
| 2020-06-08 | Rollup merge of #73118 - alamb:alamb/doc-drop-typo, r=shepmaster | Dylan DPC | -1/+1 |
| 2020-06-08 | Fix the typo (size of the size) | Stanislav Tkach | -2/+2 |
| 2020-06-08 | Fix small typo in docs for std::mem::drop | alamb | -1/+1 |
| 2020-06-08 | Rollup merge of #73001 - ilya-bobyr:master, r=dtolnay | Ralf Jung | -0/+44 |
| 2020-06-07 | Rollup merge of #72998 - poliorcetics:atomic-availability-doc, r=Amanieu | Dylan DPC | -0/+87 |
| 2020-06-07 | Free `default()` forwarding to `Default::default()` | Ilya Bobyr | -0/+44 |
| 2020-06-06 | Only mention `u8` and not booleans | Poliorcetics | -1/+1 |
| 2020-06-06 | Rollup merge of #71796 - RalfJung:from-secs, r=nikomatsakis | Ralf Jung | -1/+0 |
| 2020-06-05 | std: Enable atomic.fence emission on wasm32 | Alex Crichton | -8/+0 |
| 2020-06-05 | Improve the new documentation to be more precise about the necessary platform... | Alexis Bourget | -67/+97 |
| 2020-06-04 | Add a **Note**: comment in documentation when the type/method/function is not... | Alexis Bourget | -13/+70 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -37/+5 |
| 2020-06-02 | Clarify the behaviour of Pattern when used with methods like str::contains | Alexis Bourget | -0/+37 |
| 2020-06-02 | Rollup merge of #72891 - lzutao:wrapping_int-max, r=sfackler | Yuki Okushi | -12/+4 |
| 2020-06-02 | Rollup merge of #72886 - xfix:patch-21, r=jonas-schievink | Yuki Okushi | -1/+0 |
| 2020-06-02 | Rollup merge of #72825 - Amanieu:asm-warning, r=davidtwco | Yuki Okushi | -1/+1 |
| 2020-06-01 | Add associated consts MIN/MAX for Wrapping<Int> | Lzu Tao | -12/+4 |
| 2020-06-01 | Remove allow missing_debug_implementations for MaybeUninit | Konrad Borowski | -1/+0 |
| 2020-06-01 | Rollup merge of #72834 - JOE1994:correct_confusing_term, r=sfackler | Dylan DPC | -4/+4 |
| 2020-05-31 | Rephrase term 'non-pointer type' | JOE1994 | -4/+4 |
| 2020-05-31 | Rollup merge of #72829 - JOE1994:clarify_terms, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-05-31 | Rollup merge of #72812 - RalfJung:miri-char-test, r=jonas-schievink | Dylan DPC | -2/+5 |
| 2020-05-31 | Clarify terms in doc comments | JOE1994 | -2/+2 |