| Age | Commit message (Expand) | Author | Lines |
| 2020-06-19 | Bump Rustfmt and RLS | Igor Matuszewski | -18/+18 |
| 2020-06-19 | Rollup merge of #73479 - pickfire:liballoc-spell, r=dtolnay | Ralf Jung | -3/+3 |
| 2020-06-19 | Rollup merge of #73464 - qy3u:fs-document-format-correction, r=jonas-schievink | Ralf Jung | -2/+4 |
| 2020-06-19 | Rollup merge of #73459 - cuviper:into_boxed_slice-unicast, r=dtolnay | Ralf Jung | -1/+1 |
| 2020-06-19 | Rollup merge of #73362 - erikdesjardins:bounds, r=nikomatsakis | Ralf Jung | -0/+44 |
| 2020-06-19 | Rollup merge of #73346 - aszenz:patch-1, r=cuviper | Ralf Jung | -0/+6 |
| 2020-06-19 | Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkov | Ralf Jung | -0/+53 |
| 2020-06-19 | Rollup merge of #73142 - ehuss:std-benches, r=dtolnay | Ralf Jung | -0/+9 |
| 2020-06-19 | Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk | Ralf Jung | -96/+82 |
| 2020-06-19 | Rollup merge of #72999 - mati865:separate-self-contained-dir, r=Mark-Simulacrum | Ralf Jung | -61/+162 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -180/+181 |
| 2020-06-19 | Rollup merge of #72486 - Ralith:asinh-fix, r=dtolnay | Ralf Jung | -10/+6 |
| 2020-06-19 | Rollup merge of #72331 - oddg:forbid-cast-of-cenum-implementing-drop, r=matth... | Ralf Jung | -3/+72 |
| 2020-06-19 | Rollup merge of #70740 - haraldh:static-pie, r=petrochenkov | Ralf Jung | -0/+59 |
| 2020-06-18 | Remove now-redundant branch | Benjamin Saunders | -10/+2 |
| 2020-06-19 | Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearth | bors | -921/+2110 |
| 2020-06-18 | Rollup merge of #73476 - JakobDegen:should_panic_rustdoc, r=GuillaumeGomez | Manish Goregaokar | -1/+46 |
| 2020-06-18 | Rollup merge of #73447 - lzutao:stabilize-result_as_deref, r=dtolnay | Manish Goregaokar | -16/+40 |
| 2020-06-18 | Rollup merge of #73428 - pierwill:patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 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 | -121/+204 |
| 2020-06-18 | Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco | Manish Goregaokar | -15/+80 |
| 2020-06-18 | Rollup merge of #73315 - GuillaumeGomez:clean-up-config-strs, r=kinnison | Manish Goregaokar | -9/+7 |
| 2020-06-18 | Rollup merge of #73034 - doctorn:nomangle-inline-linkage, r=matthewjasper | Manish Goregaokar | -14/+132 |
| 2020-06-18 | Rollup merge of #72968 - integer32llc:docs-arrow-keys, r=GuillaumeGomez | Manish Goregaokar | -13/+24 |
| 2020-06-18 | Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmaster | Manish Goregaokar | -0/+15 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -179/+156 |
| 2020-06-18 | Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakis | Manish Goregaokar | -205/+611 |
| 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/+68 |
| 2020-06-18 | Rollup merge of #71976 - mibac138:let-recovery, r=estebank | Manish Goregaokar | -2/+50 |
| 2020-06-18 | Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakis | Manish Goregaokar | -115/+366 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -225/+254 |
| 2020-06-18 | Auto merge of #73446 - ecstatic-morse:issue-73431, r=pnkfelix | bors | -1/+37 |
| 2020-06-18 | Disable core benches on wasm (benches not supported). | Eric Huss | -0/+2 |
| 2020-06-19 | Rearrange liballoc __impl_slice_eq1 | Ivan Tham | -1/+1 |
| 2020-06-19 | Liballoc clean up macro_rules style | Ivan Tham | -1/+1 |
| 2020-06-19 | Fix liballoc doc spelling | Ivan Tham | -1/+1 |
| 2020-06-18 | Ensure std benchmarks get tested. | Eric Huss | -0/+7 |
| 2020-06-18 | Removed trailing whitespace | Jake Degen | -1/+1 |
| 2020-06-18 | Added tooltip for should_panic code examples. | Jake Degen | -1/+46 |
| 2020-06-18 | Document format correction | qy3u | -2/+4 |
| 2020-06-18 | Auto merge of #73384 - petrochenkov:gnulink, r=cuviper | bors | -2/+2 |
| 2020-06-18 | Improve document for `Result::as_deref(_mut)` | Lzu Tao | -16/+40 |
| 2020-06-18 | Auto merge of #73065 - Amanieu:tls-fix, r=oli-obk | bors | -0/+22 |
| 2020-06-17 | Remove duplicate sentence fragment from mem::zeroed doc | David Tolnay | -4/+4 |
| 2020-06-17 | Reduce pointer casts in Box::into_boxed_slice | Josh Stone | -1/+1 |
| 2020-06-17 | review comments | Esteban Küber | -6/+8 |
| 2020-06-17 | ignore-debug: debug assertions in slice indexing prevent the optimization | erikdesjardins | -0/+1 |
| 2020-06-17 | Add issue number to novel violation warning | Dylan MacKenzie | -2/+5 |