| Age | Commit message (Expand) | Author | Lines |
| 2020-06-24 | Clean up E0701 explanation | Guillaume Gomez | -1/+1 |
| 2020-06-24 | improper_ctypes: only allow params in defns mode | David Wood | -2/+8 |
| 2020-06-24 | improper_ctypes: allow pointers to sized types | David Wood | -85/+34 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -27/+533 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -64/+49 |
| 2020-06-24 | Add `format_args_capture` feature | David Hewitt | -5/+267 |
| 2020-06-24 | Document the return keyword | Alexis Bourget | -2/+48 |
| 2020-06-24 | reduce sanity check in debug mode | Ralf Jung | -2/+8 |
| 2020-06-24 | Update Chalk | Jack Huey | -99/+270 |
| 2020-06-23 | Update cargo | Eric Huss | -0/+0 |
| 2020-06-23 | Update Box::from_raw example to generalize better | Keno Fischer | -1/+4 |
| 2020-06-24 | Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkov | bors | -5/+205 |
| 2020-06-23 | Update books | Eric Huss | -0/+0 |
| 2020-06-23 | Tweak binop errors | Esteban Küber | -40/+169 |
| 2020-06-23 | Fix ptr doc warnings. | Eric Huss | -4/+0 |
| 2020-06-23 | Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth | bors | -536/+1216 |
| 2020-06-23 | Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=davidtwco | Manish Goregaokar | -4/+5 |
| 2020-06-23 | Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco | Manish Goregaokar | -11/+94 |
| 2020-06-23 | Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -56/+204 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -80/+132 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -242/+257 |
| 2020-06-23 | Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse | Manish Goregaokar | -2/+11 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -84/+240 |
| 2020-06-23 | Rollup merge of #73244 - ecstatic-morse:validate-generator-mir, r=tmandry | Manish Goregaokar | -56/+213 |
| 2020-06-23 | Rollup merge of #72876 - TrolledWoods:patch-2, r=Dylan-DPC | Manish Goregaokar | -0/+2 |
| 2020-06-23 | Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27 | Manish Goregaokar | -0/+57 |
| 2020-06-23 | review comments: wording and style | Esteban Küber | -37/+32 |
| 2020-06-23 | Review fixes | Dan Aloni | -2/+7 |
| 2020-06-23 | Update map.rs | Nikodem Rabuliński | -1/+1 |
| 2020-06-23 | Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez | bors | -8/+55 |
| 2020-06-23 | rustc: Modernize wasm checks for atomics | Alex Crichton | -4/+5 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -14/+16 |
| 2020-06-23 | Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup | flip1995 | -293/+1077 |
| 2020-06-24 | [AVR] Update the rust-lang/llvm-project submodule to include AVR fixes recent... | Dylan McKay | -0/+0 |
| 2020-06-23 | Remove unused allowed unused attributes | Lzu Tao | -5/+0 |
| 2020-06-23 | Rollup merge of #5713 - flip1995:more_lints, r=Manishearth | Philipp Krones | -3/+11 |
| 2020-06-23 | Rollup merge of #5705 - dtolnay:orpat, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-06-23 | Fix fallout | flip1995 | -2/+4 |
| 2020-06-23 | Use lints in Clippy that are enabled in rustc bootstrap | flip1995 | -1/+7 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -17/+42 |
| 2020-06-23 | Add test for issue-69840 | Yuki Okushi | -0/+16 |
| 2020-06-23 | Add test for issue-59435 | Yuki Okushi | -0/+29 |
| 2020-06-23 | Add test for issue-51506 | Yuki Okushi | -0/+55 |
| 2020-06-23 | Add test for issue-44861 | Yuki Okushi | -0/+52 |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -8/+55 |
| 2020-06-23 | The const propagator cannot trace references. | Oliver Scherer | -56/+204 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -1578/+3091 |
| 2020-06-23 | Rollup merge of #73590 - davidtwco:bootstrap-fix-config-env-var, r=Mark-Simul... | Manish Goregaokar | -5/+9 |
| 2020-06-23 | Rollup merge of #73572 - JOE1994:patch-4, r=jonas-schievink | Manish Goregaokar | -3/+3 |