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