about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-09-16Rollup merge of #76719 - hameerabbasi:min-const-generics-ty, r=lcnrTyler Mandry-9/+21
2020-09-16Rollup merge of #76714 - camelid:patch-3, r=jonas-schievinkDylan DPC-11/+11
2020-09-16Rollup merge of #76699 - lcnr:const-infer-err, r=varkorDylan DPC-7/+21
2020-09-16Rollup merge of #76695 - iximeow:trait-generic-bound-suggestion, r=estebankDylan DPC-20/+46
2020-09-16Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwcoDylan DPC-34/+38
2020-09-16Rollup merge of #76641 - nox:pointee-random-stuff, r=eddybRalf Jung-21/+12
2020-09-16Rollup merge of #76048 - alistair23:alistair/rv32-linux, r=AmanieuDylan DPC-0/+26
2020-09-16Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebankDylan DPC-49/+161
2020-09-16Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-SimulacrumDylan DPC-2/+2
2020-09-15improve diagnostics for lifetime after `&mut`SNCPlay42-1/+27
2020-09-15Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwcobors-6/+66
2020-09-15Remove redundant `&format!`.Hameer Abbasi-3/+1
2020-09-15This commit introduces the following changes:Hameer Abbasi-9/+23
2020-09-14librustc_target: Address commentsAlistair Francis-1/+1
2020-09-14librustc_target: Initial support for riscv32gc_unknown_linux_gnuAlistair Francis-0/+26
2020-09-15Auto merge of #76612 - estebank:pat-missing-fields-suggestion, r=davidtwcobors-9/+49
2020-09-14Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwcobors-9/+16
2020-09-14clean up comment text a bitiximeow-3/+3
2020-09-14Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkorbors-19/+189
2020-09-14Fix rebase and add commentsEsteban Küber-1/+6
2020-09-14Detect turbofish with multiple type params missing leading `::`Esteban Küber-6/+66
2020-09-14Fix diagram for `DebruijnIndex`Camelid-7/+7
2020-09-14Minor improvements to `mir::Constant` docsCamelid-2/+2
2020-09-14Use intra-doc links for `DelaySpanBugEmitted`Camelid-2/+2
2020-09-14Stabilize doc_alias featureGuillaume Gomez-4/+2
2020-09-14improve const infer errBastian Kauschke-2/+13
2020-09-14shrink const infer errorBastian Kauschke-6/+9
2020-09-14Auto merge of #76549 - ehuss:lints-comments, r=wesleywiserbors-4/+3046
2020-09-13fix syntax error in suggesting generic constraint in trait parameteriximeow-20/+46
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-13Introduce a PartitioningCx structWesley Wiser-34/+38
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