about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-19Auto merge of #100209 - cjgillot:source-file-index, r=estebankbors-219/+199
2022-08-18Auto merge of #98851 - klensy:encode_symbols, r=cjgillotbors-3/+113
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-6/+6
2022-08-18Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelixbors-10/+22
2022-08-18Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnaybors-57/+25
2022-08-18Rollup merge of #100688 - compiler-errors:issue-100684, r=wesleywiserMatthias Krüger-1/+8
2022-08-18Rollup merge of #100674 - PragmaTwice:mig-typeck-unused-crate-diag, r=davidtwcoMatthias Krüger-37/+52
2022-08-18Rollup merge of #100670 - Xiretza:parser-stmt-force-collect-docs, r=davidtwcoMatthias Krüger-1/+1
2022-08-18Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorinoMatthias Krüger-23/+6
2022-08-18Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=...Matthias Krüger-25/+78
2022-08-18Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...Matthias Krüger-0/+12
2022-08-18Rollup merge of #99966 - RalfJung:try-dont-panic, r=lcnrMatthias Krüger-1/+3
2022-08-18Rollup merge of #97962 - eholk:drop-tracking-must-not-suspend, r=cjgillotMatthias Krüger-2/+10
2022-08-17ty::Error does not match other types for region constraintsMichael Goulet-1/+8
2022-08-17Hotfix for duplicated slug name on VarStillRepeating structnidnogg-1/+1
2022-08-17Moved structs to rustc_expand::errors, added several more migrations, fixed s...nidnogg-3/+1
2022-08-17Moved structs to rustc_expand::errors, added several more migrations, fixed s...nidnogg-36/+70
2022-08-17remove #[primary_span]PragmaTwice-2/+0
2022-08-17use `suggestion_short` in `LintDiagnostic`Twice-1/+1
2022-08-17Rollup merge of #100652 - compiler-errors:no-defer-sized-checks, r=TaKO8KiMatthias Krüger-27/+10
2022-08-17Rollup merge of #100646 - finalchild:emoji-diag, r=compiler-errorsMatthias Krüger-18/+30
2022-08-17Rollup merge of #100621 - taiki-e:armv4t-atomics-32, r=cuviperMatthias Krüger-2/+6
2022-08-17Rollup merge of #100608 - tshepang:needless-separation, r=TaKO8KiMatthias Krüger-2/+0
2022-08-17Rollup merge of #100489 - lcnr:is_knowable-Result, r=davidtwcoMatthias Krüger-8/+8
2022-08-17Rollup merge of #100389 - compiler-errors:return-type-suggestion-cycle, r=cjg...Matthias Krüger-0/+22
2022-08-17Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-SimulacrumMatthias Krüger-135/+155
2022-08-17Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkovMatthias Krüger-54/+59
2022-08-17Rollup merge of #99972 - RalfJung:1zst, r=lcnrMatthias Krüger-1/+3
2022-08-17Migrate lint reports in typeck::check_unused to LintDiagnosticPragmaTwice-37/+54
2022-08-17Fix documentation of rustc_parse::parser::Parser::parse_stmt_without_recoveryXiretza-1/+1
2022-08-17`is_knowable` use `Result` instead of `Option`lcnr-8/+8
2022-08-17Remove `attrs` arg from `typaram` and `mk_ty_param`.Nicholas Nethercote-6/+4
2022-08-17Remove `TraitDef::attributes`.Nicholas Nethercote-17/+2
2022-08-16Remove deferred sized checksMichael Goulet-27/+10
2022-08-16Previous commit under x.py fmtnidnogg-1/+1
2022-08-16Migrated more diagnostics under transcribe.rsnidnogg-9/+23
2022-08-16Added first migration for repeated expressions without syntax varsnidnogg-5/+12
2022-08-16Auto merge of #100644 - TaKO8Ki:rollup-n0o6a1t, r=TaKO8Kibors-15/+2
2022-08-17Rollup merge of #100629 - GuillaumeGomez:merged-ty, r=compiler-errorsTakayuki Maeda-2/+2
2022-08-17Rollup merge of #100243 - kckeiks:remove-macros-in-query-system, r=cjgillotTakayuki Maeda-13/+0
2022-08-17Migrate emoji identifier diagnostics to `SessionDiagnostic`finalchild-18/+30
2022-08-17point at a type parameter shadowing another typeTakayuki Maeda-0/+12
2022-08-16Auto merge of #100626 - Dylan-DPC:rollup-mwbm7kj, r=Dylan-DPCbors-41/+98
2022-08-16Use `merged_ty` method instead of rewriting it every timeGuillaume Gomez-2/+2
2022-08-16Rollup merge of #100622 - taiki-e:aarch64-atomic-128, r=AmanieuDylan DPC-5/+5
2022-08-16Rollup merge of #100610 - nnethercote:ast-and-parser-tweaks, r=spastorinoDylan DPC-25/+14
2022-08-16Rollup merge of #100609 - chenyukang:fix-100527, r=davidtwcoDylan DPC-8/+27
2022-08-16Rollup merge of #99942 - compiler-errors:nonsense-un-tupled-fn-trait-error, r...Dylan DPC-3/+52
2022-08-16use proper words in help message for floating pointyukang-8/+13
2022-08-16Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errorsbors-0/+37