| Age | Commit message (Expand) | Author | Lines |
| 2020-06-08 | Rollup merge of #73138 - eggyal:macos-linker-strip, r=petrochenkov | Dylan DPC | -2/+4 |
| 2020-06-08 | Rollup merge of #73124 - ayushmishra2005:correction_in_explanation_of_E0207, ... | Dylan DPC | -2/+2 |
| 2020-06-08 | Rollup merge of #73118 - alamb:alamb/doc-drop-typo, r=shepmaster | Dylan DPC | -1/+1 |
| 2020-06-08 | Rollup merge of #73090 - marmeladema:resolver-outputs-local-def-id, r=petroch... | Dylan DPC | -37/+27 |
| 2020-06-08 | Rollup merge of #72912 - GuillaumeGomez:add-e0755, r=estebank | Dylan DPC | -1/+50 |
| 2020-06-08 | Rollup merge of #71842 - tspiteri:doc-impl-const, r=GuillaumeGomez | Dylan DPC | -1/+3 |
| 2020-06-08 | Use shorthand linker strip arguments in order to support MacOS | Alan Egerton | -2/+4 |
| 2020-06-08 | Removed lifetime parameters from Explanation of E0207 #62144 | Ayush Kumar Mishra | -2/+2 |
| 2020-06-08 | Fix small typo in docs for std::mem::drop | alamb | -1/+1 |
| 2020-06-08 | Rollup merge of #73092 - GuillaumeGomez:cleanup-e0646, r=Dylan-DPC | Ralf Jung | -0/+1 |
| 2020-06-08 | Rollup merge of #73075 - jyn514:comment-module, r=Dylan-DPC | Ralf Jung | -0/+6 |
| 2020-06-08 | Rollup merge of #73001 - ilya-bobyr:master, r=dtolnay | Ralf Jung | -1/+99 |
| 2020-06-08 | Rollup merge of #72963 - poliorcetics:cstring-from-raw, r=dtolnay | Ralf Jung | -0/+11 |
| 2020-06-08 | Rollup merge of #72811 - pickfire:liballoc-impl, r=Amanieu | Ralf Jung | -42/+40 |
| 2020-06-08 | Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkov | Ralf Jung | -1/+220 |
| 2020-06-08 | Rollup merge of #72761 - poliorcetics:use-keyword-doc, r=Dylan-DPC | Ralf Jung | -2/+54 |
| 2020-06-08 | Rollup merge of #72615 - jschwe:fix-Zprofile-documentation, r=steveklabnik | Ralf Jung | -1/+7 |
| 2020-06-08 | Rollup merge of #72583 - CAD97:vec-iter-asref-slice, r=dtolnay | Ralf Jung | -0/+7 |
| 2020-06-08 | Rollup merge of #72026 - botika:master, r=estebank | Ralf Jung | -125/+201 |
| 2020-06-08 | Auto merge of #73046 - marmeladema:save-analysis-fix-path, r=Xanewok | bors | -6/+39 |
| 2020-06-07 | Auto merge of #72904 - shepmaster:reduce-abi-symbol-hash-churn, r=jonas-schie... | bors | -16/+24 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -37/+27 |
| 2020-06-07 | Auto merge of #73099 - Dylan-DPC:rollup-7u8f3m4, r=Dylan-DPC | bors | -41/+140 |
| 2020-06-07 | Rollup merge of #72977 - tblah:riscv-codegen-llvm10, r=nikomatsakis | Dylan DPC | -41/+93 |
| 2020-06-07 | Rollup merge of #72952 - pnkfelix:regression-test-for-issue-70924, r=nikomats... | Dylan DPC | -0/+47 |
| 2020-06-07 | Rollup merge of #73063 - pickfire:liballoc-elide, r=kennytm | Dylan DPC | -1/+1 |
| 2020-06-07 | Rollup merge of #72998 - poliorcetics:atomic-availability-doc, r=Amanieu | Dylan DPC | -0/+87 |
| 2020-06-07 | Rollup merge of #72970 - OddCoincidence:feature-gated-lints, r=petrochenkov | Dylan DPC | -21/+29 |
| 2020-06-07 | Rollup merge of #72908 - RalfJung:false-edge, r=matthewjasper | Dylan DPC | -66/+66 |
| 2020-06-07 | Rollup merge of #72764 - jonas-schievink:mind-the-tyerr, r=estebank | Dylan DPC | -28/+51 |
| 2020-06-07 | Clean up E0646 | Guillaume Gomez | -0/+1 |
| 2020-06-07 | Add tests for E0758 | Guillaume Gomez | -0/+20 |
| 2020-06-07 | Create new error code E0758 for unterminated multi-line comments | Guillaume Gomez | -1/+30 |
| 2020-06-07 | unstable book: default_free_fn | Ilya Bobyr | -0/+45 |
| 2020-06-07 | Free `default()` forwarding to `Default::default()` | Ilya Bobyr | -1/+54 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -66/+66 |
| 2020-06-07 | Auto merge of #73072 - arcnmx:lld-noload, r=nikic | bors | -0/+0 |
| 2020-06-06 | Order the Rust and C ABIs first to reduce test churn | Jake Goulding | -16/+24 |
| 2020-06-07 | Rollup merge of #73059 - lcnr:outdated-comment, r=matthewjasper | Dylan DPC | -4/+0 |
| 2020-06-07 | Rollup merge of #73057 - GuillaumeGomez:cleanup-e0644, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-07 | Rollup merge of #72993 - cuviper:beta-number, r=Mark-Simulacrum | Dylan DPC | -18/+4 |
| 2020-06-07 | Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasper | Dylan DPC | -1638/+1768 |
| 2020-06-07 | Rollup merge of #72810 - RalfJung:mir-terminate-sanity, r=jonas-schievink | Dylan DPC | -16/+127 |
| 2020-06-06 | save_analysis: fix panic in `write_sub_paths_truncated` | marmeladema | -3/+19 |
| 2020-06-06 | Add comments to `Resolve::get_module` | Joshua Nelson | -0/+6 |
| 2020-06-06 | Only mention `u8` and not booleans | Poliorcetics | -1/+1 |
| 2020-06-06 | Rollup merge of #72708 - petrochenkov:linkhack, r=cuviper | Ralf Jung | -8/+62 |
| 2020-06-06 | Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis | Ralf Jung | -25/+45 |
| 2020-06-06 | Rollup merge of #71796 - RalfJung:from-secs, r=nikomatsakis | Ralf Jung | -1/+0 |
| 2020-06-06 | Elide type on liballoc vec | Ivan Tham | -1/+1 |