about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-04Make `rustc_peek` a safe intrinsicOliver Scherer-79/+79
2020-07-04nitBastian Kauschke-1/+1
2020-07-04instantiate_opaque_types LocalDefIdBastian Kauschke-20/+15
2020-07-04ConstCx to LocalDefIdBastian Kauschke-29/+25
2020-07-04remove LengthAtMost32 on AsRef/Borrow impl for arrayAndrey Zgarbul-16/+4
2020-07-04Remove unnecessary release from Arc::try_unwrapTomasz Miąsko-2/+1
2020-07-04add `lazy_normalization_consts` feature gateBastian Kauschke-1/+103
2020-07-04Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrumbors-3/+181
2020-07-03Fixed compile errorsJarredAllen-20/+14
2020-07-04Auto merge of #74019 - Manishearth:rollup-2st3jsk, r=Manishearthbors-123/+1859
2020-07-03Rollup merge of #73999 - eddyb:svv-prereq, r=Mark-SimulacrumManish Goregaokar-1/+1
2020-07-03Rollup merge of #73997 - rust-lang:lcnr-patch-1, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-03Rollup merge of #73985 - e00E:fix-getting-started-link, r=jonas-schievinkManish Goregaokar-2/+2
2020-07-03Rollup merge of #73984 - pierwill:pierwill-tarjan, r=jonas-schievinkManish Goregaokar-4/+6
2020-07-03Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obkManish Goregaokar-35/+1411
2020-07-03Rollup merge of #73925 - eduardosm:improve-pr72617-comments, r=RalfJungManish Goregaokar-4/+10
2020-07-03Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievinkManish Goregaokar-16/+14
2020-07-03Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPCManish Goregaokar-9/+33
2020-07-03Rollup merge of #73845 - CAD97:weak-as-unsized-ptr, r=RalfJungManish Goregaokar-44/+59
2020-07-03Rollup merge of #73693 - wesleywiser:const_prop_exhaustive_match, r=oli-obkManish Goregaokar-1/+13
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-5/+305
2020-07-03Rollup merge of #73140 - tmiasko:element-tree, r=GuillaumeGomezManish Goregaokar-1/+4
2020-07-03Formatted updates to lintsJarredAllen-5/+8
2020-07-03Update compile-test to follow new lintJarredAllen-10/+2
2020-07-03Clean existing lint code to match new lintJarredAllen-115/+147
2020-07-03Fix compile error from library changeJarredAllen-1/+2
2020-07-03Last few tweaksJarredAllen-9/+11
2020-07-03Used clippy to clean itselfJarredAllen-154/+67
2020-07-03Don't lint if contains a macroJarredAllen-14/+14
2020-07-03Refactoring pt. 2JarredAllen-28/+5
2020-07-03RefactoringJarredAllen-108/+123
2020-07-03Handle ref, mut, &, and &mut on the optionJarredAllen-25/+158
2020-07-03Properly parenthesize to avoid operator precedence errorsJarredAllen-10/+53
2020-07-03Stop linting on macros and correctly use braces for constructsJarredAllen-7/+53
2020-07-03Lint for if let Some(x) = ... instead of Option::map_orJarredAllen-0/+381
2020-07-04Update UI testsGuillaume Gomez-8/+11
2020-07-04Create new E0768 error code for "no valid digits found for number" errorGuillaume Gomez-1/+22
2020-07-03Document the where keywordAlexis Bourget-2/+135
2020-07-03Auto merge of #73650 - pietroalbini:ci-aarch64-gnu, r=Mark-Simulacrumbors-3251/+137
2020-07-03Edit docs for rustc_data_structures::graph::sccpierwill-4/+6
2020-07-03Ignore test with panic on wasm targetsDavid Hewitt-0/+2
2020-07-03Auto merge of #4841 - phaylon:pattern-type-mismatch, r=flip1995bors-0/+910
2020-07-03fmt fixRobert Sedlacek-6/+1
2020-07-03LateContext has only one lifetime parameter nowRobert Sedlacek-12/+12
2020-07-03Auto merge of #5761 - ThibsG:TypeRepetitionThreshold, r=flip1995bors-21/+107
2020-07-03Expanded lint documentationRobert Sedlacek-0/+39
2020-07-03Catching up with rustc changesRobert Sedlacek-3/+3
2020-07-03Fix rebase falloutflip1995-4/+5
2020-07-03Adjusted expected STDERRRobert Sedlacek-0/+1
2020-07-03span_help_and_lint -> span_lint_and_helpRobert Sedlacek-2/+2