| Age | Commit message (Expand) | Author | Lines |
| 2020-07-04 | Make `rustc_peek` a safe intrinsic | Oliver Scherer | -79/+79 |
| 2020-07-04 | nit | Bastian Kauschke | -1/+1 |
| 2020-07-04 | instantiate_opaque_types LocalDefId | Bastian Kauschke | -20/+15 |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -29/+25 |
| 2020-07-04 | remove LengthAtMost32 on AsRef/Borrow impl for array | Andrey Zgarbul | -16/+4 |
| 2020-07-04 | Remove unnecessary release from Arc::try_unwrap | Tomasz Miąsko | -2/+1 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -1/+103 |
| 2020-07-04 | Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrum | bors | -3/+181 |
| 2020-07-03 | Fixed compile errors | JarredAllen | -20/+14 |
| 2020-07-04 | Auto merge of #74019 - Manishearth:rollup-2st3jsk, r=Manishearth | bors | -123/+1859 |
| 2020-07-03 | Rollup merge of #73999 - eddyb:svv-prereq, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2020-07-03 | Rollup merge of #73997 - rust-lang:lcnr-patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-03 | Rollup merge of #73985 - e00E:fix-getting-started-link, r=jonas-schievink | Manish Goregaokar | -2/+2 |
| 2020-07-03 | Rollup merge of #73984 - pierwill:pierwill-tarjan, r=jonas-schievink | Manish Goregaokar | -4/+6 |
| 2020-07-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -35/+1411 |
| 2020-07-03 | Rollup merge of #73925 - eduardosm:improve-pr72617-comments, r=RalfJung | Manish Goregaokar | -4/+10 |
| 2020-07-03 | Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievink | Manish Goregaokar | -16/+14 |
| 2020-07-03 | Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPC | Manish Goregaokar | -9/+33 |
| 2020-07-03 | Rollup merge of #73845 - CAD97:weak-as-unsized-ptr, r=RalfJung | Manish Goregaokar | -44/+59 |
| 2020-07-03 | Rollup merge of #73693 - wesleywiser:const_prop_exhaustive_match, r=oli-obk | Manish Goregaokar | -1/+13 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -5/+305 |
| 2020-07-03 | Rollup merge of #73140 - tmiasko:element-tree, r=GuillaumeGomez | Manish Goregaokar | -1/+4 |
| 2020-07-03 | Formatted updates to lints | JarredAllen | -5/+8 |
| 2020-07-03 | Update compile-test to follow new lint | JarredAllen | -10/+2 |
| 2020-07-03 | Clean existing lint code to match new lint | JarredAllen | -115/+147 |
| 2020-07-03 | Fix compile error from library change | JarredAllen | -1/+2 |
| 2020-07-03 | Last few tweaks | JarredAllen | -9/+11 |
| 2020-07-03 | Used clippy to clean itself | JarredAllen | -154/+67 |
| 2020-07-03 | Don't lint if contains a macro | JarredAllen | -14/+14 |
| 2020-07-03 | Refactoring pt. 2 | JarredAllen | -28/+5 |
| 2020-07-03 | Refactoring | JarredAllen | -108/+123 |
| 2020-07-03 | Handle ref, mut, &, and &mut on the option | JarredAllen | -25/+158 |
| 2020-07-03 | Properly parenthesize to avoid operator precedence errors | JarredAllen | -10/+53 |
| 2020-07-03 | Stop linting on macros and correctly use braces for constructs | JarredAllen | -7/+53 |
| 2020-07-03 | Lint for if let Some(x) = ... instead of Option::map_or | JarredAllen | -0/+381 |
| 2020-07-04 | Update UI tests | Guillaume Gomez | -8/+11 |
| 2020-07-04 | Create new E0768 error code for "no valid digits found for number" error | Guillaume Gomez | -1/+22 |
| 2020-07-03 | Document the where keyword | Alexis Bourget | -2/+135 |
| 2020-07-03 | Auto merge of #73650 - pietroalbini:ci-aarch64-gnu, r=Mark-Simulacrum | bors | -3251/+137 |
| 2020-07-03 | Edit docs for rustc_data_structures::graph::scc | pierwill | -4/+6 |
| 2020-07-03 | Ignore test with panic on wasm targets | David Hewitt | -0/+2 |
| 2020-07-03 | Auto merge of #4841 - phaylon:pattern-type-mismatch, r=flip1995 | bors | -0/+910 |
| 2020-07-03 | fmt fix | Robert Sedlacek | -6/+1 |
| 2020-07-03 | LateContext has only one lifetime parameter now | Robert Sedlacek | -12/+12 |
| 2020-07-03 | Auto merge of #5761 - ThibsG:TypeRepetitionThreshold, r=flip1995 | bors | -21/+107 |
| 2020-07-03 | Expanded lint documentation | Robert Sedlacek | -0/+39 |
| 2020-07-03 | Catching up with rustc changes | Robert Sedlacek | -3/+3 |
| 2020-07-03 | Fix rebase fallout | flip1995 | -4/+5 |
| 2020-07-03 | Adjusted expected STDERR | Robert Sedlacek | -0/+1 |
| 2020-07-03 | span_help_and_lint -> span_lint_and_help | Robert Sedlacek | -2/+2 |