summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-29Only prevent field projections into opaque types, not types containing opaque...Oli Scherer-1/+1
2023-09-28Expose try_destructure_mir_constant_for_diagnostics directly to clippyOli Scherer-1/+1
2023-09-21Paper over an accidental regressionOli Scherer-1/+9
2023-09-21Make ICE backtrace actually match the panic handlerMichael Goulet-2/+19
2023-09-21Don't modify libstd to dump rustc ICEsMichael Goulet-26/+37
2023-09-16Remove assert that checks type equalityouz-a-4/+4
2023-09-16fix(resolve): update def if binding is warning ambiguitybohan-3/+6
2023-09-16Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,...Oli Scherer-2/+22
2023-09-16Only suggest turbofish in patterns if we may recoverLeón Orell Valerian Liehr-1/+2
2023-09-09fix version for abi_thiscall to 1.73.0, which was forgotten to change when st...klensy-1/+1
2023-09-09 unconstrained region vars: do not ICE ICE babylcnr-9/+5
2023-09-01Do not produce fragment for ZST.Camille GILLOT-7/+12
2023-09-01Do not forget to pass DWARF fragment information to LLVM.Camille GILLOT-2/+16
2023-09-01Stop emitting non-power-of-two vectors in basic LLVM codegenScott McMurray-0/+4
2023-08-30Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-6/+0
2023-08-30Contents of reachable statics is reachableTomasz Miąsko-7/+3
2023-08-24Add projection obligations when comparing impl tooJack Huey-1/+8
2023-08-21Replace version placeholders with 1.73.0Mark Rousskov-6/+6
2023-08-20Auto merge of #114791 - Zalathar:bcb-counter, r=cjgillotbors-102/+146
2023-08-20Auto merge of #114990 - Zoxc:else-if-overflow, r=cjgillotbors-2/+4
2023-08-20Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillotbors-12/+88
2023-08-20Auto merge of #115018 - matthiaskrgr:rollup-pxj0qdb, r=matthiaskrgrbors-50/+36
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-10/+9
2023-08-20Rollup merge of #114976 - Enselic:incr-comp-dir-error, r=compiler-errorsMatthias Krüger-8/+12
2023-08-20Rollup merge of #114834 - compiler-errors:try_coerce-side-effects, r=lcnrMatthias Krüger-32/+15
2023-08-20Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnrbors-7/+6
2023-08-20Auto merge of #114332 - nbdd0121:riscv, r=compiler-errorsbors-17/+22
2023-08-20Auto merge of #113966 - lu-zero:relocation-model-in-cfg, r=bjorn3bors-12/+61
2023-08-20coverage: Don't store `function_source_hash` in `BcbCounter::Counter`Zalathar-12/+9
2023-08-20coverage: Give the instrumentor its own counter type, separate from MIRZalathar-85/+129
2023-08-20coverage: Move a debug print into `make_code_region`Zalathar-8/+11
2023-08-20coverage: Remove a useless `let () =`Zalathar-1/+1
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-12/+69
2023-08-20Rollup merge of #115001 - matthiaskrgr:perf_clippy, r=cjgillotMatthias Krüger-16/+18
2023-08-20Rollup merge of #114992 - RalfJung:rustc_do_not_const_check, r=b-naberMatthias Krüger-32/+21
2023-08-20Rollup merge of #114991 - matthiaskrgr:no_rebind, r=cjgillotMatthias Krüger-7/+2
2023-08-19Rename try_coerce to coerceMichael Goulet-12/+11
2023-08-19Avoid side-effects from try_coerce when suggesting borrowing LHS of castMichael Goulet-20/+4
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-10/+9
2023-08-19use static arrays instead of vectorsMatthias Krüger-2/+2
2023-08-19instead of collecting newly formatted Strings into one String, only create a ...Matthias Krüger-14/+16
2023-08-19const-eval: ensure we never const-execute a function marked rustc_do_not_cons...Ralf Jung-32/+21
2023-08-19remove redundant var rebindingsMatthias Krüger-7/+2
2023-08-19Fix a stack overflow with long else if chainsJohn Kåre Alsaker-2/+4
2023-08-18instantiate response: no unnecessary new universelcnr-1/+1
2023-08-19Fix redundant explicit link in rustc_borrowckKyle Lin-1/+1
2023-08-18Ignore unexpected incr-comp session dirsMartin Nordholts-3/+7
2023-08-18More error details upon unexpected incr-comp session dirMartin Nordholts-7/+7
2023-08-18Add the relocation_model to the cfgLuca Barbato-12/+61
2023-08-18Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkovbors-90/+102