about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-05Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obkMara Bos-0/+34
2021-02-05Rollup merge of #81676 - jyn514:crate-not-found, r=oli-obkMara Bos-0/+21
2021-02-05Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkovMara Bos-80/+136
2021-02-05Rollup merge of #80726 - lcnr:unsize-query, r=oli-obkMara Bos-18/+60
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-75/+154
2021-02-04remove subst_supertrait callb-naber-3/+1
2021-02-04use generic arguments of associated item in trait_ref methodb-naber-1/+9
2021-02-04Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-SimulacrumMara Bos-0/+3
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-163/+205
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-30/+137
2021-02-04substitutions in trait predicatesb-naber-62/+104
2021-02-04lowering of generic args in AssocTyConstraintb-naber-9/+37
2021-02-04hir pretty printingb-naber-0/+1
2021-02-04add generic args to hir::TypeBindingb-naber-0/+2
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-2/+0
2021-02-04Rename Iterator::fold_first to reduce.Mara Bos-1/+1
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-15/+48
2021-02-04relax adt unsizing requirementsBastian Kauschke-8/+17
2021-02-03Make panic/assert calls in rustc compatible with Rust 2021.Mara Bos-5/+5
2021-02-03Add lint for `panic!(123)` which is not accepted in Rust 2021.Mara Bos-158/+200
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-80/+136
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+3
2021-02-03Auto merge of #81717 - Aaron1011:fix/closure-diag, r=estebankbors-2/+2
2021-02-03Auto merge of #81718 - m-ou-se:rollup-3ftbymt, r=m-ou-sebors-4/+7
2021-02-03Rollup merge of #81716 - m-ou-se:fix-ice, r=eddybMara Bos-1/+1
2021-02-03Rollup merge of #81715 - jryans:tab-handling-ice-81614, r=estebankMara Bos-2/+2
2021-02-03Rollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelixMara Bos-1/+0
2021-02-03Rollup merge of #80394 - RalfJung:const-err-future, r=oli-obkMara Bos-0/+4
2021-02-03Fix non-existent-field ICE for generic fields.Mara Bos-1/+1
2021-02-03Fix panic when emitting diagnostic for closure mutable binding errorAaron Hill-2/+2
2021-02-03Reduce tab formatting assertions to debug onlyJ. Ryan Stinnett-2/+2
2021-02-03Remove incorrect `delay_span_bug`Esteban Küber-1/+0
2021-02-03Add more information to the error code for 'crate not found'Joshua Nelson-0/+21
2021-02-03Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obkbors-17/+23
2021-02-03make const_err a future incompat lintRalf Jung-0/+4
2021-02-03Auto merge of #81699 - jethrogb:fix-81531, r=petrochenkovbors-4/+4
2021-02-03Really fix early lints inside an async desugaringJethro Beekman-4/+4
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-1/+67
2021-02-02Add additional benchmarks to bit_setkadmin-0/+34
2021-02-02introduce future-compatibility warning for forbidden lint groupsNiko Matsakis-30/+137
2021-02-02Auto merge of #81678 - jackh726:rollup-3nerni4, r=jackh726bors-85/+289
2021-02-02Rollup merge of #81665 - jacob-hughes:mir_doc_fix, r=estebankJack Huey-1/+1
2021-02-02Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebankJack Huey-1/+1
2021-02-02Rollup merge of #81647 - m-ou-se:assert-2021-fix, r=petrochenkovJack Huey-2/+2
2021-02-02Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkovJack Huey-2/+2
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-1/+29
2021-02-02Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnrJack Huey-13/+17
2021-02-02Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiynJack Huey-34/+73
2021-02-02Rollup merge of #80593 - jackh726:chalk-upgrade, r=nikomatsakisJack Huey-31/+164
2021-02-02Auto merge of #81541 - Aaron1011:early-lint-async-fn, r=petrochenkovbors-0/+16