about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-02-05Rollup merge of #81730 - RustyYato:object-safe-allocator, r=AmanieuMara Bos-1/+17
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 #81542 - RReverser:wasi-symlink, r=alexcrichtonMara Bos-0/+8
2021-02-05Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514Mara Bos-6/+20
2021-02-05Rollup merge of #81497 - camelid:rustdoc-display_fn-remove-cell, r=jyn514Mara Bos-11/+11
2021-02-05Rollup merge of #81456 - Amanieu:remote-test-server, r=AmanieuMara Bos-17/+10
2021-02-05Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514Mara Bos-11/+30
2021-02-05Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkovMara Bos-183/+278
2021-02-05Rollup merge of #80726 - lcnr:unsize-query, r=oli-obkMara Bos-18/+96
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-112/+1051
2021-02-05Auto merge of #81688 - pnkfelix:fix-llvm-version-check-in-run-make-tests, r=s...bors-22/+4
2021-02-05Auto merge of #81756 - ehuss:update-cargo, r=ehussbors-0/+0
2021-02-04Auto merge of #81761 - m-ou-se:rollup-xp7v07n, r=m-ou-sebors-355/+1122
2021-02-04add testsb-naber-37/+897
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-04Auto merge of #81762 - pietroalbini:fix-install-msys2, r=m-ou-sebors-1/+3
2021-02-04ci: only copy python.exe to python3.exe if the latter does not existPietro Albini-1/+3
2021-02-04Rollup merge of #81745 - Kixunil:stabilize_once_poison, r=m-ou-seMara Bos-15/+9
2021-02-04Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-SimulacrumMara Bos-2/+11
2021-02-04Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-SimulacrumMara Bos-0/+0
2021-02-04Rollup merge of #81711 - saethlin:ipaddr-inline, r=m-ou-seMara Bos-0/+69
2021-02-04Rollup merge of #81710 - TyPR124:patch-2, r=m-ou-seMara Bos-1/+1
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-258/+396
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-54/+554
2021-02-04Rollup merge of #79805 - m-ou-se:iterator-reduce, r=KodrAusMara Bos-15/+22
2021-02-04Rollup merge of #74304 - yoshuawuyts:stabilize-wake, r=KodrAusMara Bos-10/+60
2021-02-04Update cargoEric Huss-0/+0
2021-02-04Auto merge of #81743 - RalfJung:miri, r=RalfJungbors-7/+7
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 poison API of Once, rename poisoned()Martin Habovstiak-15/+9
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-5/+1
2021-02-04Improve documentation of Iterator::{fold, reduce}.Mara Bos-5/+16
2021-02-04Rename Iterator::fold_first to reduce.Mara Bos-5/+5
2021-02-04update MiriRalf Jung-7/+7
2021-02-03make Allocator object-safeRustyYato-1/+17
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-15/+73
2021-02-04relax adt unsizing requirementsBastian Kauschke-8/+28
2021-02-03Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call.Mara Bos-11/+11
2021-02-03Fix/allow non_fmt_panic in clippy tests.Mara Bos-20/+20
2021-02-03Update panic!() documentation about non-string panics.Mara Bos-7/+8
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-35/+42
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-180/+310
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-183/+278
2021-02-03Revert stabilizing integer::BITS.Mara Bos-2/+11