| Age | Commit message (Expand) | Author | Lines |
| 2020-06-24 | Document the return keyword | Alexis Bourget | -2/+48 |
| 2020-06-23 | Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfackler | bors | -0/+8 |
| 2020-06-22 | Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearth | bors | -736/+108 |
| 2020-06-22 | Stop using old version of `syn` in `rustc-workspace-hack` | Aaron Hill | -3/+4 |
| 2020-06-22 | Re-enable Clippy tests | Aaron Hill | -4/+1 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -729/+103 |
| 2020-06-22 | Auto merge of #73415 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-06-22 | Rollup merge of #73582 - RalfJung:miri-span-bug, r=oli-obk | Dylan DPC | -28/+61 |
| 2020-06-22 | Rollup merge of #73580 - RalfJung:deprecate-wrapping-offset-from, r=Amanieu | Dylan DPC | -0/+13 |
| 2020-06-22 | Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebank | Dylan DPC | -7/+33 |
| 2020-06-22 | Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov | Dylan DPC | -82/+99 |
| 2020-06-22 | Rollup merge of #71660 - sollyucko:master, r=dtolnay | Dylan DPC | -11/+70 |
| 2020-06-21 | Auto merge of #73180 - matthewjasper:predicate-cache, r=nikomatsakis | bors | -100/+321 |
| 2020-06-21 | Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis | bors | -437/+530 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -82/+99 |
| 2020-06-21 | Update UI tests | Guillaume Gomez | -5/+10 |
| 2020-06-21 | Miri: replace many bug! by span_bug! | Ralf Jung | -28/+61 |
| 2020-06-21 | Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrum | bors | -1/+8 |
| 2020-06-21 | Create E0765 error for unterminated double quote strings | Guillaume Gomez | -2/+23 |
| 2020-06-21 | deprecate wrapping_offset_from | Ralf Jung | -0/+13 |
| 2020-06-21 | Auto merge of #73546 - RalfJung:miri, r=RalfJung | bors | -11/+7 |
| 2020-06-21 | Replace `is_global` call on data with call on predicate | Matthew Jasper | -1/+1 |
| 2020-06-21 | Cache flags and escaping vars for predicates | Matthew Jasper | -28/+202 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -71/+118 |
| 2020-06-21 | Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk | bors | -45/+88 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -11/+568 |
| 2020-06-20 | Update stability attribute of new Vec PartialEq impls | David Tolnay | -13/+13 |
| 2020-06-20 | Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth | bors | -966/+2735 |
| 2020-06-20 | impl PartialEq<Vec<B>> for &[A], &mut [A] | Solomon Ucko | -0/+59 |
| 2020-06-20 | Rollup merge of #73443 - pietroalbini:gha-auto-fallible, r=Mark-Simulacrum | Manish Goregaokar | -36/+45 |
| 2020-06-20 | Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-Simulacrum | Manish Goregaokar | -3/+7 |
| 2020-06-20 | Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk | Manish Goregaokar | -46/+52 |
| 2020-06-20 | Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petrochenkov | Manish Goregaokar | -65/+48 |
| 2020-06-20 | Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projections, r... | Manish Goregaokar | -8/+127 |
| 2020-06-20 | Rollup merge of #73227 - camelid:multiple-asm-options, r=Amanieu | Manish Goregaokar | -67/+236 |
| 2020-06-20 | Rollup merge of #72790 - jonhoo:duration-is-zero, r=LukasKalbertodt | Manish Goregaokar | -1/+42 |
| 2020-06-20 | Rollup merge of #72788 - matthewjasper:projection-bound-validation, r=nikomat... | Manish Goregaokar | -490/+1584 |
| 2020-06-20 | Rollup merge of #72456 - ldm0:dereftrait, r=estebank | Manish Goregaokar | -250/+594 |
| 2020-06-20 | Fix broken inner_deref doc tests. | Eric Huss | -2/+6 |
| 2020-06-20 | Update bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e 2020-06-15) | Eric Huss | -1/+1 |
| 2020-06-20 | Run `./x.py fmt` | Camelid | -4/+1 |
| 2020-06-20 | Fix duplicate options error | Camelid | -18/+21 |
| 2020-06-20 | Use `p.token` instead of `p.look_ahead()` | Camelid | -1/+1 |
| 2020-06-20 | Add documentation | Camelid | -0/+9 |
| 2020-06-20 | Create a separate, tool-only suggestion for the comma | Camelid | -5/+9 |
| 2020-06-20 | Make suggestion machine-applicable | Camelid | -12/+48 |
| 2020-06-20 | Add more to duplicate options test | Camelid | -1/+26 |
| 2020-06-20 | Use `span_suggestion` instead of `span_label` | Camelid | -7/+7 |
| 2020-06-20 | Use bitflags function instead of custom one | Camelid | -7/+1 |
| 2020-06-20 | Get option name from symbol instead of snippet | Camelid | -17/+19 |