| Age | Commit message (Expand) | Author | Lines |
| 2020-09-09 | Auto merge of #76406 - GuillaumeGomez:create-e0774, r=pickfire,jyn514 | bors | -3/+31 |
| 2020-09-09 | Auto merge of #76463 - camelid:improve-E0607-explanation, r=jyn514 | bors | -7/+7 |
| 2020-09-09 | Rollup merge of #76403 - scileo:doc-all-impls, r=lcnr | Dylan DPC | -1/+1 |
| 2020-09-09 | Rollup merge of #76401 - JulianKnodt:i68366, r=lcnr | Dylan DPC | -5/+13 |
| 2020-09-09 | Rollup merge of #76355 - calebcartwright:reduce-rustfmt-visibility, r=nikomat... | Dylan DPC | -2/+1 |
| 2020-09-08 | Create new E0774 code error | Guillaume Gomez | -3/+31 |
| 2020-09-08 | Auto merge of #76308 - wesleywiser:enable_simplifyarmidentity_mir_opt, r=oli-obk | bors | -5/+1 |
| 2020-09-08 | Auto merge of #75585 - RalfJung:demotion, r=oli-obk | bors | -16/+2 |
| 2020-09-07 | Add "For example," | Camelid | -3/+3 |
| 2020-09-07 | Improve wording of E0607 explanation | Camelid | -7/+7 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -205/+965 |
| 2020-09-07 | Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk | bors | -668/+939 |
| 2020-09-07 | Add regression test and help note | kadmin | -5/+13 |
| 2020-09-07 | Rollup merge of #76364 - fusion-engineering-forks:avr-no-atomic, r=jonas-schi... | Dylan DPC | -0/+2 |
| 2020-09-07 | Rollup merge of #76340 - jonas-schievink:rm-dupe, r=Mark-Simulacrum | Dylan DPC | -68/+0 |
| 2020-09-07 | Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morse | Dylan DPC | -12/+11 |
| 2020-09-07 | Rollup merge of #76293 - Amjad50:incompatible_features_error, r=lcnr | Dylan DPC | -1/+40 |
| 2020-09-07 | Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-09-06 | do not premote non-ZST mutable references ever | Ralf Jung | -16/+2 |
| 2020-09-06 | Fix documentation for TyCtxt::all_impls | Sasha | -1/+1 |
| 2020-09-06 | Generalize to Eq(true, _place) and Eq(_place, true) | Simon Vandel Sillesen | -15/+30 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -2/+47 |
| 2020-09-06 | Auto merge of #76331 - Aaron1011:fix/group-compat-hack-test, r=petrochenkov | bors | -3/+13 |
| 2020-09-06 | Auto merge of #76307 - sunfishcode:wasm-no-eh-frame-header, r=alexcrichton | bors | -0/+1 |
| 2020-09-05 | Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov | Dylan DPC | -16/+25 |
| 2020-09-05 | Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse | Dylan DPC | -5/+17 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -1/+1 |
| 2020-09-05 | Rollup merge of #75741 - workingjubilee:refactor-byteorder, r=matthewjasper | Dylan DPC | -18/+27 |
| 2020-09-05 | Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper | bors | -2/+25 |
| 2020-09-05 | Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll... | bors | -1/+11 |
| 2020-09-05 | Disable atomics on avr target. | Mara Bos | -0/+2 |
| 2020-09-04 | Fix big endian read/write | Jubilee Young | -6/+12 |
| 2020-09-04 | Explain contract of {read, write}_target_uint | Jubilee Young | -0/+6 |
| 2020-09-04 | Be explicit that we're handling bytes | Jubilee | -1/+1 |
| 2020-09-04 | Remove reference to byteorder limits | Jubilee Young | -8/+4 |
| 2020-09-04 | Refactor byteorder to std in rustc_middle | Jubilee Young | -8/+9 |
| 2020-09-04 | rustc_expand: remove pub visibility for rustfmt | Caleb Cartwright | -2/+1 |
| 2020-09-04 | Add `BREAK` too, and improve the comments | Scott McMurray | -1/+1 |
| 2020-09-04 | kind -> kind() | Jack Huey | -1/+1 |
| 2020-09-04 | Review comments | Jack Huey | -131/+130 |
| 2020-09-04 | More chalk work | Jack Huey | -345/+492 |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -105/+124 |
| 2020-09-04 | Remove unused duplicated `trivial_dropck_outlives` | Jonas Schievink | -68/+0 |
| 2020-09-04 | Auto merge of #76315 - lcnr:map-track-caller, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-09-04 | Account for version number in NtIdent hack | Aaron Hill | -3/+13 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -10/+22 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -899/+947 |
| 2020-09-04 | Implementation of incompatible features error | Amjad Alsharafi | -1/+40 |
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -11/+10 |
| 2020-09-04 | add track_caller to `local_def_id_to_hir_id` | Bastian Kauschke | -0/+1 |