summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-01-05Combine drain_filter callsAaron Hill-4/+4
2022-01-05Use SsoHashSetAaron Hill-2/+2
2022-01-05Deduplicate projection sub-obligationsAaron Hill-0/+6
2022-01-05Disable LLVM newPM by defaultSimonas Kazlauskas-8/+4
2022-01-05Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."Hans Kratz-15/+0
2022-01-05Fix HashStable implementation on InferTyMichael Goulet-0/+1
2021-11-29Don't treat unnormalized function arguments as well-formedjackh726-16/+3
2021-11-26Auto merge of #91253 - matthiaskrgr:rollup-dnlcjmr, r=matthiaskrgrbors-13/+17
2021-11-26Rollup merge of #91212 - compiler-errors:issue91206, r=oli-obkMatthias Krüger-10/+14
2021-11-26Rollup merge of #91169 - RDambrosio016:master, r=bjorn3Matthias Krüger-3/+3
2021-11-26Auto merge of #91164 - Badel2:usefulness-stack-overflow, r=davidtwcobors-4/+7
2021-11-26Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnrbors-1/+2
2021-11-26Auto merge of #85102 - estebank:point-at-assignment, r=oli-obkbors-21/+197
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-1/+2
2021-11-25Auto merge of #90580 - cjgillot:no-ee-upvar, r=Aaron1011bors-1/+0
2021-11-25Account for type obligation coming from `const` and `static`Esteban Kuber-22/+46
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-21/+173
2021-11-25Fix issue 91206Michael Goulet-10/+14
2021-11-25Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiserMatthias Krüger-8/+1
2021-11-25Rollup merge of #91162 - RalfJung:miri-shift-truncation, r=oli-obkMatthias Krüger-1/+14
2021-11-25Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoeristerMatthias Krüger-0/+9
2021-11-25Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebankMatthias Krüger-75/+282
2021-11-25Rollup merge of #90499 - rusticstuff:macos-target-fixes, r=petrochenkovMatthias Krüger-9/+30
2021-11-25Rollup merge of #89359 - fee1-dead:const-it, r=oli-obkMatthias Krüger-11/+35
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-10/+72
2021-11-25Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set.Hans Kratz-0/+15
2021-11-25Set the default deployment target for Macos ARM64 to 11.0.Hans Kratz-6/+13
2021-11-25The correct LLVM target for aarch64-apple-darwin is arm64-... (as with ios)Hans Kratz-3/+2
2021-11-25Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkorbors-54/+175
2021-11-25Do not visit attributes in `LateResolutionVisitor`.Camille GILLOT-0/+4
2021-11-24Tweak span and add more testsEsteban Kuber-5/+2
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-6/+15
2021-11-24Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=...Guillaume Gomez-5/+1
2021-11-24Update error message for doc(keyword)Guillaume Gomez-1/+1
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-6/+15
2021-11-24Account for incorrect `impl Foo<const N: ty> {}` syntaxEsteban Küber-54/+178
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-8/+1
2021-11-24Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasperbors-29/+278
2021-11-24Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011bors-5/+1
2021-11-24Add impl polarity to fieldsDeadbeef-26/+27
2021-11-24Allow features like const_try in d_m_b_i_cDeadbeef-0/+6
2021-11-24Allow more cases to match ~const Drop.Deadbeef-32/+48
2021-11-24DebugDeadbeef-4/+5
2021-11-23Feat: make cg_ssa get_param borrow the builder mutablerdambrosio-3/+3
2021-11-23document BinOp behavior quirks in the corresponding enumRalf Jung-0/+8
2021-11-23Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514bors-1/+1
2021-11-23Fix stack overflow in `usefulness.rs`Badel2-4/+7
2021-11-23Do not visit attributes in `ItemLowerer`.Camille GILLOT-0/+5
2021-11-23Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgrbors-45/+85
2021-11-23Sort `FxHashSet`'s contents before emitting errors for consistent outputEsteban Kuber-1/+4