about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-09-14Stabilize doc_alias featureGuillaume Gomez-4/+2
2020-09-14Auto merge of #76549 - ehuss:lints-comments, r=wesleywiserbors-4/+3046
2020-09-14Auto merge of #76195 - lcnr:const-Self, r=varkorbors-15/+53
2020-09-14Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiserbors-8/+28
2020-09-14Auto merge of #76656 - jonas-schievink:fewer-unstable-metadata-queries, r=lcnrbors-4/+17
2020-09-13review, improve note spanBastian Kauschke-29/+34
2020-09-13allow concrete self types in constsBastian Kauschke-17/+50
2020-09-13Rollup merge of #76668 - pickfire:patch-9, r=jonas-schievinkJonas Schievink-1/+19
2020-09-13Make const_evaluatable_unchecked lint example not depend on the architecture ...Eric Huss-1/+1
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-333/+283
2020-09-13Support `ignore` for lint examples.Eric Huss-6/+20
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-125/+13
2020-09-13Auto-generate lint documentation.Eric Huss-4/+3144
2020-09-13Add visualization of rustc span in docIvan Tham-1/+19
2020-09-13Auto merge of #76598 - ad-anssi:diagnostic_errors_fix, r=estebankbors-4/+8
2020-09-13Auto merge of #76658 - Aaron1011:fix/encode-dummy-loc-span, r=lcnrbors-1/+1
2020-09-13Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrumbors-1/+3
2020-09-13Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkovbors-0/+6
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-1/+1
2020-09-13Auto merge of #76306 - tmiasko:nrvo-debuginfo, r=ecstatic-morsebors-4/+5
2020-09-13Don't query unstable data when `staged_api` is offJonas Schievink-4/+17
2020-09-12Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj...bors-33/+194
2020-09-12Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-...bors-3/+79
2020-09-12Auto merge of #76632 - andjo403:updateDep, r=Mark-Simulacrumbors-4/+4
2020-09-12Auto merge of #76222 - guswynn:const_diag, r=estebankbors-5/+34
2020-09-12update the version of itertools and parking_lotAndreas Jonson-4/+4
2020-09-12Auto merge of #75756 - jyn514:diagnostic-suggestions, r=estebankbors-0/+10
2020-09-11better diag when const ranges are used in patternsGus Wynn-5/+34
2020-09-11Auto merge of #76499 - guswynn:priv_des, r=petrochenkovbors-29/+80
2020-09-11Improve `ineffective_unstable_trait_impl` error message.Mara Bos-4/+4
2020-09-11Give better diagnostic when using a private tuple struct constructorGus Wynn-29/+80
2020-09-11just max_level_infoGus Wynn-2/+2
2020-09-11comments + add max_level_info so false works with debug_assertions onGus Wynn-1/+1
2020-09-11repairing broken error message and rustfix application for the new testAurélien Deharbe-1/+5
2020-09-11Turn unstable trait impl error into a lint, so it can be disabled.Mara Bos-22/+36
2020-09-11Turn useless #[unstable] attributes into errors.Mara Bos-1/+1
2020-09-11Warn for #[unstable] on trait impls when it has no effect.Mara Bos-2/+64
2020-09-11replacing sub's that can wrap by saturating_sub'sAurélien Deharbe-3/+3
2020-09-11Auto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnrbors-17/+59
2020-09-10add debug-logging to config.tomlGus Wynn-1/+3
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-3/+6
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-15/+56
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-50/+120
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-21/+41
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-6/+17
2020-09-10Collect tokens when handling `:literal` matcherAaron Hill-2/+10
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-15/+42
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-4/+21
2020-09-10Ignore `|` and `+` tokens during proc-macro pretty-print checkAaron Hill-0/+6
2020-09-10Rollup merge of #76567 - matthiaskrgr:clone_on_copy, r=varkorTyler Mandry-31/+33