about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-02Monomorphization doc fixMario Carneiro-2/+2
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-02Address review commentsmibac138-13/+5
2021-04-02Properly suggest deref in else blockmibac138-0/+22
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-01Fixed diagnostic and added test for issue 81508Kevin Jiang-14/+57
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-01Catch a bad placeholder type error for statics in `extern`sYuki Okushi-2/+8
2021-04-01Rollup merge of #83711 - JohnTitor:more-friendly-unknown-target-error, r=davi...Dylan DPC-1/+1
2021-03-31prevent very long compilation runtimes in LateBoundRegionNameCollectorb-naber-5/+31
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
2021-03-31Make unevaluated DefId rendering deterministicOli Scherer-1/+15
2021-03-31Handle the case of partially captured drop typeAman Arora-19/+23
2021-03-31Auto merge of #83684 - cjgillot:csp, r=petrochenkovbors-29/+17
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-0/+10
2021-03-31Inline a few methodsbjorn3-0/+3
2021-03-31Auto merge of #83681 - jyn514:blanket-impls-tweaks, r=Aaron1011bors-0/+6
2021-03-31Auto merge of #83666 - Amanieu:instrprof-order, r=tmandrybors-26/+12