about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-19Rollup merge of #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=...Dylan DPC-16/+100
2022-03-19Rollup merge of #92663 - cuviper:generic-write-cursor, r=dtolnayDylan DPC-51/+86
2022-03-19Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnayDylan DPC-17/+809
2022-03-19Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnayDylan DPC-30/+44
2022-03-18impl From<&[T; N]> and From<&mut [T; N]> for Vec<T>Jake Goulding-0/+42
2022-03-18Make Weak::new constCAD97-4/+6
2022-03-18add CStr::from_bytes_until_nulEric Seppanen-0/+106
2022-03-19Remove an impossible code path.Nicholas Nethercote-5/+6
2022-03-19Add `TtParser::macro_name`.Nicholas Nethercote-38/+35
2022-03-18feat: make fixableMax Baumann-13/+75
2022-03-18Auto merge of #95090 - matthiaskrgr:rollup-pho6x6s, r=matthiaskrgrbors-31/+215
2022-03-18Bump impl Write for Cursor<[u8; N]> to 1.61David Tolnay-1/+1
2022-03-18feat: use span_lint_and_suggMax Baumann-9/+8
2022-03-19Rename `bb_items_ambiguity_error` as `ambiguity_error`.Nicholas Nethercote-2/+2
2022-03-18Rollup merge of #95083 - danielhenrymantilla:patch-2, r=RalfJungMatthias Krüger-1/+3
2022-03-18Rollup merge of #95058 - wcampbell0x2a:use-then-in-unix-process, r=dtolnayMatthias Krüger-3/+3
2022-03-18Rollup merge of #95017 - zachs18:cmp_ordering_derive_eq, r=Dylan-DPCMatthias Krüger-4/+14
2022-03-18Rollup merge of #94993 - GrishaVar:too-many-hashes-test, r=Dylan-DPCMatthias Krüger-0/+17
2022-03-18Rollup merge of #94848 - GuillaumeGomez:browser-ui-test-version, r=Mark-Simul...Matthias Krüger-19/+51
2022-03-18Rollup merge of #94295 - Urgau:cfg-always-eval-all-predicate, r=petrochenkovMatthias Krüger-2/+55
2022-03-18Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahcMatthias Krüger-2/+72
2022-03-19Introduce `TtParser`.Nicholas Nethercote-304/+323
2022-03-18Enable rand based libcore testsbjorn3-33/+20
2022-03-18refactor: move into methods moduleMax Baumann-107/+112
2022-03-18Cleanup rand test disable patchbjorn3-12/+3
2022-03-18Remove no longer necessary rand patchbjorn3-23/+0
2022-03-18Merge pull request #1221 from bjorn3/run_more_rustc_testsbjorn3-47/+82
2022-03-18Document that `Option<extern "abi" fn>` discriminant elision applies for any ABIDaniel Henry-Mantilla-1/+3
2022-03-18Minor documentation type fixes h/t @pierwillSantiago Pastorino-2/+2
2022-03-18Extract obligations_satisfiable fnSantiago Pastorino-42/+44
2022-03-18Fix inherent impls on negative coherenceSantiago Pastorino-43/+89
2022-03-18Auto merge of #8562 - Jarcho:enum_tuple_variant_as_int, r=Manishearthbors-0/+79
2022-03-18Reorganize test listbjorn3-31/+54
2022-03-18Auto merge of #95068 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=davidtwcobors-5/+6
2022-03-18Run tests with warningsbjorn3-1/+3
2022-03-18Re-enable fixed testsbjorn3-7/+1
2022-03-18feat: add commentMax Baumann-0/+1
2022-03-18Re-enable parallel debuginfo testsTom Tromey-5/+0
2022-03-18Miri: implement arbitrary-self dyn receiversRalf Jung-15/+40
2022-03-18Auto merge of #95067 - nnethercote:parse_tt-more-refactoring, r=petrochenkovbors-142/+124
2022-03-18Add test to ensure auto-traits are respecting constraintsGuillaume Gomez-0/+8
2022-03-18Fix incorrect auto trait displayed in rustdocGuillaume Gomez-2/+2
2022-03-18Run rustdoc GUI tests when browser-ui-test version is updatedGuillaume Gomez-0/+1
2022-03-18Compare installed browser-ui-test version to the one used in CIGuillaume Gomez-19/+50
2022-03-18use `self.create_snapshot_for_diagnostic` instead of `self.clone()`Takayuki Maeda-5/+6
2022-03-18Rename `TtSeq` as `TtSlice`.Nicholas Nethercote-10/+10
2022-03-18Tweak a bunch of comments.Nicholas Nethercote-62/+36
2022-03-18Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgrbors-55/+108
2022-03-18Rollup merge of #95048 - RalfJung:miri, r=RalfJungMatthias Krüger-8/+8
2022-03-18Rollup merge of #95047 - TaKO8Ki:remove-unnecessary-pattern-for-ignoring-all-...Matthias Krüger-1/+1