about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-04Trigger `unused_doc_comments` on macros at onceYuki Okushi-3/+13
2021-04-03Auto merge of #83774 - richkadel:zero-based-counters, r=tmandrybors-24/+105
2021-04-03Auto merge of #83599 - jyn514:unorderable, r=Aaron1011bors-2/+5
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-24/+105
2021-04-02Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiaskobors-200/+214
2021-04-03rm target specific logic in link_sanitizer_runtimeSimonas Kazlauskas-22/+14
2021-04-03(De-)serialize the supported_sanitizersSimonas Kazlauskas-14/+59
2021-04-03Maintain supported sanitizers as a target propertySimonas Kazlauskas-63/+47
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-116/+109
2021-04-02Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPCbors-29/+84
2021-04-02Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakisDylan DPC-28/+81
2021-04-02Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebankDylan DPC-1/+3
2021-04-02Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obkbors-0/+10
2021-04-02Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakisbors-3/+78
2021-04-02Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitorbors-0/+6
2021-04-02Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakisYuki Okushi-0/+6
2021-04-02Auto merge of #83207 - oli-obk:valtree2, r=lcnrbors-30/+158
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-9/+29
2021-04-02Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebankbors-18/+39
2021-04-01Make the diagnostic message more readableAman Arora-2/+2
2021-04-01Don't introduce a block if a block existsAman Arora-4/+12
2021-04-02Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...bors-29/+18
2021-04-02address commentshi-rustin-1/+1
2021-04-01Update lint messageAman Arora-12/+31
2021-04-01Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoeristerbors-930/+647
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-29/+18
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-3/+78
2021-04-01Some more fine-grained forced inliningOli Scherer-0/+2
2021-04-01Inline some functions that suddenly show up more in tracesOli Scherer-3/+3
2021-04-01Auto merge of #83736 - JohnTitor:fix-unsafe_block_in_unsafe_fn-stabilized-ver...bors-1/+1
2021-04-01Fix the `unsafe_block_in_unsafe_fn`s stabilized versionYuki Okushi-1/+1
2021-04-01Rollup merge of #83711 - JohnTitor:more-friendly-unknown-target-error, r=davi...Dylan DPC-1/+1
2021-04-01Clarify `--print target-list` is a rustc's optionJohnTitor-1/+1
2021-03-31Enable debugging the dep-graph without debug-assertions.Camille GILLOT-9/+5
2021-03-31Cleanups and commentsJack Huey-265/+214
2021-03-31Fix tests and AstConv -> dyn AstConvJack Huey-1/+1
2021-03-31Fmt and test revertJack Huey-6/+8
2021-03-31Fix new problem from rebase and a little cleanupJack Huey-10/+14
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-347/+1163
2021-03-31Make late and late_anon regions track the bound var positionJack Huey-53/+98
2021-03-31Revert explicit lifetimesJack Huey-2/+2
2021-03-31Track bound varsJack Huey-164/+251
2021-03-31Add tcx lifetime to BinderJack Huey-228/+274
2021-03-31count bound varsJack Huey-6/+92
2021-03-31Add u32 for bound variables to BinderJack Huey-13/+14
2021-03-31Some rebinds and dummysJack Huey-20/+29
2021-03-31bail out early when substituting mir constants that don't need substitutingOli Scherer-0/+3
2021-03-31Forward some layouts to prevent recomputationOli Scherer-2/+2
2021-03-31Add a new normalization query just for mir constantsOli Scherer-12/+114
2021-03-31We should never see unevaluated type-level constants after monomorphization u...Oli Scherer-1/+7