| Age | Commit message (Expand) | Author | Lines |
| 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/+91 |
| 2020-11-21 | Auto merge of #79250 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-11-21 | Auto merge of #79222 - yoshuawuyts:slice-fill-with, r=m-ou-se | bors | -0/+28 |
| 2020-11-21 | Auto merge of #79003 - petrochenkov:innertest, r=estebank | bors | -21/+37 |
| 2020-11-21 | Auto merge of #78588 - HeroicKatora:sccc, r=nikomatsakis | bors | -95/+364 |
| 2020-11-21 | update miri | Ralf Jung | -8/+8 |
| 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 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -21/+37 |
| 2020-11-20 | Auto merge of #78104 - ssomers:btree_root_redux, r=Mark-Simulacrum | bors | -176/+168 |
| 2020-11-20 | Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se | bors | -0/+1 |
| 2020-11-20 | Add `core::slice::fill_with` | Yoshua Wuyts | -0/+28 |
| 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 #79196 - RalfJung:syscall, r=m-ou-se | bors | -1/+1 |
| 2020-11-20 | Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk | bors | -4/+45 |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -165/+362 |
| 2020-11-20 | Auto merge of #79220 - Dylan-DPC:rollup-5bpbygd, r=Dylan-DPC | bors | -736/+633 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -4/+45 |
| 2020-11-20 | unix/weak: pass arguments to syscall at the given type | Ralf Jung | -1/+1 |
| 2020-11-19 | Rollup merge of #79217 - yoshuawuyts:copy_from_slice-alias, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-11-19 | Rollup merge of #79212 - LeSeulArtichaut:rustc-ty, r=jonas-schievink | Dylan DPC | -7/+7 |
| 2020-11-19 | Rollup merge of #79204 - pickfire:patch-3, r=jyn514 | Dylan DPC | -0/+1 |
| 2020-11-19 | Rollup merge of #79194 - est31:array_into_iter_slice, r=scottmcm | Dylan DPC | -2/+4 |
| 2020-11-19 | Rollup merge of #79193 - tmiasko:revert-78969-normalize, r=davidtwco | Dylan DPC | -21/+16 |
| 2020-11-19 | Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011 | Dylan DPC | -654/+481 |
| 2020-11-19 | Rollup merge of #79183 - cuviper:compiletest-test-sysroot, r=Mark-Simulacrum | Dylan DPC | -1/+4 |
| 2020-11-19 | Rollup merge of #79181 - aDotInTheVoid:provided-method-source-link, r=jyn514,... | Dylan DPC | -42/+55 |
| 2020-11-19 | Rollup merge of #79177 - fanzier:drop-order-test, r=RalfJung | Dylan DPC | -0/+44 |
| 2020-11-19 | Rollup merge of #79123 - CDirkx:128-bits, r=Mark-Simulacrum | Dylan DPC | -6/+10 |
| 2020-11-19 | Rollup merge of #79119 - jamesmunns:patch-1, r=Mark-Simulacrum | Dylan DPC | -3/+10 |
| 2020-11-19 | Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrum | bors | -60/+67 |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -7/+7 |
| 2020-11-19 | Add the "memcpy" doc alias to slice::copy_from_slice | Yoshua Wuyts | -0/+1 |
| 2020-11-19 | Clippy: Match on assert!() expansions without an inner block. | Mara Bos | -2/+5 |
| 2020-11-19 | Remove the clippy::panic-params lint. | Mara Bos | -134/+4 |
| 2020-11-19 | Auto merge of #79200 - Dylan-DPC:rollup-su689pq, r=Dylan-DPC | bors | -729/+632 |
| 2020-11-19 | Extend meta parameters to all generated code in compat_fn. | Josh Matthews | -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 | -88/+41 |
| 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 | -253/+278 |
| 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 | -40/+42 |
| 2020-11-20 | Add jyn514 email alias to mailmap | Ivan Tham | -0/+1 |