| Age | Commit message (Expand) | Author | Lines |
| 2020-11-22 | Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-se | Mara Bos | -3/+0 |
| 2020-11-22 | Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkor | bors | -0/+1 |
| 2020-11-22 | Rollup merge of #79292 - nico-abram:master, r=jonas-schievink | Guillaume Gomez | -1/+1 |
| 2020-11-22 | Stabilise `then` | varkor | -3/+0 |
| 2020-11-22 | Fix typo in doc comment for report_too_many_hashes | Nicolas | -1/+1 |
| 2020-11-22 | Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievink | bors | -2/+2 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -2/+2 |
| 2020-11-21 | Rollup merge of #79272 - tmiasko:array-clone, r=jonas-schievink | Dylan DPC | -6/+13 |
| 2020-11-21 | Rollup merge of #79256 - bugadani:query-typo, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-11-21 | Rollup merge of #79238 - eddyb:rustc-log-stderr, r=jyn514 | Dylan DPC | -0/+1 |
| 2020-11-21 | Rollup merge of #79231 - wusyong:issue-79137, r=lcnr | Dylan DPC | -7/+29 |
| 2020-11-21 | Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514 | Dylan DPC | -1/+6 |
| 2020-11-21 | Replace sext() and zext() with single ext() method | bjorn3 | -17/+11 |
| 2020-11-21 | Rename prefix_chunk to prefix_chunk_size | bjorn3 | -7/+7 |
| 2020-11-21 | Remove StructRet arg attr | bjorn3 | -12/+6 |
| 2020-11-21 | Replace ByVal attribute with on_stack field for Indirect | bjorn3 | -57/+102 |
| 2020-11-21 | Replace ZExt and SExt flags with ArgExtension enum | bjorn3 | -9/+53 |
| 2020-11-21 | Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC | bors | -19/+35 |
| 2020-11-21 | Fix typos | Dániel Buga | -3/+3 |
| 2020-11-21 | Auto merge of #79003 - petrochenkov:innertest, r=estebank | bors | -15/+14 |
| 2020-11-21 | List all variants of TyKind | Ngo Iok Ui | -1/+20 |
| 2020-11-21 | Auto merge of #78588 - HeroicKatora:sccc, r=nikomatsakis | bors | -95/+364 |
| 2020-11-21 | Support building clone shims for arrays with generic size | Tomasz Miąsko | -6/+13 |
| 2020-11-20 | Auto merge of #78569 - bugadani:arena-spec, r=Mark-Simulacrum | bors | -13/+71 |
| 2020-11-20 | Use specialization to avoid copying | Dániel Buga | -13/+71 |
| 2020-11-20 | Direct RUSTC_LOG (tracing/log) output to stderr instead of stdout. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-11-20 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -15/+14 |
| 2020-11-20 | Exhaustively match in variant count instrinsic | Ngo Iok Ui | -7/+10 |
| 2020-11-20 | Auto merge of #78646 - tgnottingham:packed_fingerprints, r=nnethercote | bors | -7/+76 |
| 2020-11-20 | Set unaligned_references lint to deny in rustc_data_structures | Tyson Nottingham | -0/+1 |
| 2020-11-20 | Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk | bors | -4/+15 |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -23/+195 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -4/+15 |
| 2020-11-19 | Rollup merge of #79212 - LeSeulArtichaut:rustc-ty, r=jonas-schievink | Dylan DPC | -5/+5 |
| 2020-11-19 | Rollup merge of #79193 - tmiasko:revert-78969-normalize, r=davidtwco | Dylan DPC | -7/+8 |
| 2020-11-19 | Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011 | Dylan DPC | -387/+277 |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -5/+5 |
| 2020-11-19 | Regroup many usefulness-related test in the same folder | Nadrieril | -0/+1 |
| 2020-11-19 | expand: Mark some dead code in derive expansion as unreachable | Vadim Petrochenkov | -54/+5 |
| 2020-11-19 | expand: Stop derive expansion un unexpected targets early | Vadim Petrochenkov | -25/+35 |
| 2020-11-19 | expand: Cleanup attribute collection in invocation collector | Vadim Petrochenkov | -141/+39 |
| 2020-11-19 | resolve/expand: Misc cleanup | Vadim Petrochenkov | -16/+10 |
| 2020-11-19 | resolve: Centralize some error reporting for unexpected macro resolutions | Vadim Petrochenkov | -57/+82 |
| 2020-11-19 | resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpers | Vadim Petrochenkov | -20/+21 |
| 2020-11-19 | expand: Move `fully_configure` to `config.rs` | Vadim Petrochenkov | -42/+45 |
| 2020-11-19 | expand: Tell built-in macros whether we are currently in forced expansion mode | Vadim Petrochenkov | -32/+40 |
| 2020-11-19 | Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe... | Dylan DPC | -3/+15 |
| 2020-11-19 | Rollup merge of #79149 - sexxi-goose:upvar_ref, r=nikomatsakis | Dylan DPC | -124/+108 |
| 2020-11-19 | Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obk | Dylan DPC | -11/+59 |
| 2020-11-19 | Rollup merge of #79110 - estebank:issue-58964, r=oli-obk | Dylan DPC | -6/+40 |