| Age | Commit message (Expand) | Author | Lines |
| 2020-07-01 | Reclarify safety comments in Weak::as_ptr | CAD97 | -6/+6 |
| 2020-07-01 | Simplify Weak::as_ptr impl | CAD97 | -6/+4 |
| 2020-07-01 | Apply documentation review suggestions | CAD97 | -6/+8 |
| 2020-06-30 | Clarify when rc::data_offset is safe | CAD97 | -1/+20 |
| 2020-06-30 | Fix invalid pointer deref in Weak::as_ptr | CAD97 | -2/+2 |
| 2020-06-30 | Clarify safety comment for A|Rc::as_ptr | CAD97 | -10/+6 |
| 2020-06-28 | Use impl for Weak::as_ptr that works for unsized T | CAD97 | -22/+26 |
| 2020-06-28 | Do not require ptr validity in rc::data_offset | CAD97 | -2/+3 |
| 2020-06-28 | Use raw_ref_op in A|Rc::as_ptr | CAD97 | -10/+3 |
| 2020-06-28 | Auto merge of #73830 - Manishearth:rollup-8k68ysm, r=Manishearth | bors | -623/+1645 |
| 2020-06-27 | Rollup merge of #73809 - robyoung:docs/add-links-to-DirEntry-metadata, r=hann... | Manish Goregaokar | -1/+4 |
| 2020-06-27 | Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -301/+304 |
| 2020-06-27 | Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank | Manish Goregaokar | -7/+96 |
| 2020-06-27 | Rollup merge of #73758 - davidtwco:issue-60855-remaining-reveal-all, r=matthe... | Manish Goregaokar | -62/+66 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -123/+779 |
| 2020-06-27 | Rollup merge of #73672 - nellshamrell:async-fix, r=estebank | Manish Goregaokar | -15/+22 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -57/+167 |
| 2020-06-27 | Rollup merge of #73243 - poliorcetics:discourage-is-file, r=Amanieu | Manish Goregaokar | -5/+30 |
| 2020-06-27 | Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasper | Manish Goregaokar | -51/+176 |
| 2020-06-28 | Auto merge of #72705 - Lucretiel:stdio-forwarding, r=Amanieu | bors | -0/+77 |
| 2020-06-27 | Added the parapgrah to path::Path::is_file too | Alexis Bourget | -2/+7 |
| 2020-06-27 | Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -133/+12 |
| 2020-06-27 | Add links to fs::DirEntry::metadata | Rob Young | -1/+4 |
| 2020-06-27 | Update the documentation to point to open instead of is_file and is_dir | Alexis Bourget | -11/+15 |
| 2020-06-27 | fix typo in self-profile.md | Takuto Ikuta | -1/+1 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -260/+259 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -6/+10 |
| 2020-06-27 | use LocalDefId in module checking | Bastian Kauschke | -39/+39 |
| 2020-06-27 | Auto merge of #73779 - Manishearth:rollup-lwqd9jm, r=Manishearth | bors | -116/+445 |
| 2020-06-26 | Auto merge of #73596 - petrochenkov:shebang2, r=Mark-Simulacrum | bors | -20/+21 |
| 2020-06-26 | Rollup merge of #73765 - kraai:remove-blank-line, r=jonas-schievink | Manish Goregaokar | -1/+0 |
| 2020-06-26 | Rollup merge of #73738 - nbdd0121:comment, r=nikomatsakis | Manish Goregaokar | -5/+0 |
| 2020-06-26 | Rollup merge of #73728 - oli-obk:const_prop_cleanup, r=wesleywiser | Manish Goregaokar | -6/+13 |
| 2020-06-26 | Rollup merge of #73718 - poliorcetics:super-keyword, r=shepmaster | Manish Goregaokar | -2/+18 |
| 2020-06-26 | Rollup merge of #73694 - poliorcetics:self-upper-keyword, r=Mark-Simulacrum | Manish Goregaokar | -2/+57 |
| 2020-06-26 | Rollup merge of #73691 - ajpaverd:bootstrap-windows-73689, r=Mark-Simulacrum | Manish Goregaokar | -0/+6 |
| 2020-06-26 | Rollup merge of #73627 - ssomers:btree_iter_min_max, r=Mark-Simulacrum | Manish Goregaokar | -0/+141 |
| 2020-06-26 | Rollup merge of #73579 - RalfJung:doc-missing-links, r=shepmaster | Manish Goregaokar | -2/+4 |
| 2020-06-26 | Rollup merge of #73529 - pickfire:liballoc-specfromelem-i8, r=cuviper | Manish Goregaokar | -1/+15 |
| 2020-06-26 | Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakis | Manish Goregaokar | -3/+39 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -71/+54 |
| 2020-06-26 | Rollup merge of #72771 - jyn514:rustdoc, r=Manishearth | Manish Goregaokar | -23/+98 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -102/+745 |
| 2020-06-26 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -21/+34 |
| 2020-06-26 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -20/+21 |
| 2020-06-26 | errors: use `-Z terminal-width` in JSON emitter | David Wood | -7/+96 |
| 2020-06-26 | Update mdbook. | Eric Huss | -7/+10 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -126/+2 |
| 2020-06-26 | Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank | bors | -986/+1273 |