about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-05-30Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwcoDylan DPC-1/+8
2022-05-30Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwcoDylan DPC-2/+9
2022-05-30Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errorsbors-112/+39
2022-05-30update diagnostic message on removed attributeOli Scherer-1/+1
2022-05-30Default methods of traits are also AssocFn defs as they essentially desugar t...Oli Scherer-0/+1
2022-05-30Reduce the scope of a mutable variableOli Scherer-7/+2
2022-05-30Add a helper function for checking whether a default function in a trait can ...Oli Scherer-18/+20
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-102/+31
2022-05-29Rollup merge of #97536 - est31:remove_unused_lifetimes, r=compiler-errorsMichael Goulet-3/+3
2022-05-29Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obkMichael Goulet-1/+2
2022-05-29Remove unused lifetimes from expand_macroest31-3/+3
2022-05-29Use type_is_copy_modulo_regions check in intrisicckMichael Goulet-1/+2
2022-05-29Note pattern mismatch coming from for-loop desugaringMichael Goulet-1/+8
2022-05-29Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbinibors-10/+6
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-4/+9
2022-05-29Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errorsbors-16/+35
2022-05-29Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obkbors-542/+1604
2022-05-29Ensure source file present when calculating max line numberYuki Okushi-2/+9
2022-05-29Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomezbors-117/+206
2022-05-29Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errorsGuillaume Gomez-1/+1
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-116/+205
2022-05-28Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrumbors-9/+9
2022-05-28Improve error message for E0081Bryysen-16/+35
2022-05-28Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet-248/+229
2022-05-28Remove some comments, inline interner fnMichael Goulet-39/+4
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-439/+737
2022-05-28Initial fixes on top of type interner commitMichael Goulet-134/+166
2022-05-28Move things to rustc_type_irWilco Kusee-241/+1027
2022-05-28Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3bors-35/+42
2022-05-28Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di...bors-27/+32
2022-05-28Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillotbors-23/+329
2022-05-28Remove FIXME on `ExtCtxt::fn_decl()`Yuki Okushi-1/+1
2022-05-28Fix documentation of basic stack protectorNikita Popov-2/+2
2022-05-28Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-time-valida...Dylan DPC-18/+342
2022-05-28Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebankbors-73/+286
2022-05-27Update to rebased rustc-rayon 0.4Josh Stone-9/+9
2022-05-28Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errorsMatthias Krüger-1/+3
2022-05-28Rollup merge of #97453 - lcnr:comment, r=jackh726Matthias Krüger-1/+1
2022-05-27proc_macro: don't pass a client-side function pointer through the server.Eduard-Mihai Burtescu-35/+42
2022-05-27Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrumbors-6/+4
2022-05-27Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant errorEsteban Küber-1/+3
2022-05-27fix commentlcnr-1/+1
2022-05-27Finish bumping stage0Mark Rousskov-10/+6
2022-05-27Auto merge of #96046 - oli-obk:const_typeck, r=cjgillotbors-121/+116
2022-05-27Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddybbors-35/+25
2022-05-27Rename `ProcMacroDerive` as `DeriveProcMacro`.Nicholas Nethercote-4/+4
2022-05-27Rename `ProcMacro` trait as `BangProcMacro`.Nicholas Nethercote-4/+4
2022-05-27Simplify types in `proc_macro_harness.rs`.Nicholas Nethercote-27/+17
2022-05-27Auto merge of #96298 - petrochenkov:fromgen, r=estebankbors-27/+3
2022-05-27remove trailing spaceX-1/+1