| Age | Commit message (Expand) | Author | Lines |
| 2022-03-26 | faster parsing when not possible to overflow | Giles Cope | -35/+50 |
| 2022-03-26 | Auto merge of #95306 - est31:master, r=Dylan-DPC | bors | -7/+20 |
| 2022-03-26 | Auto merge of #95296 - workingjubilee:pretty-session, r=Dylan-DPC | bors | -120/+85 |
| 2022-03-26 | Auto merge of #95299 - mkroening:rm-hermitkernel, r=joshtriplett | bors | -142/+0 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -359/+227 |
| 2022-03-25 | Auto merge of #95172 - GuillaumeGomez:reduce-wait-for, r=notriddle | bors | -37/+20 |
| 2022-03-25 | Replace wait-for instructions for rustdoc GUI tests with wait-for-css | Guillaume Gomez | -36/+19 |
| 2022-03-25 | Update browser-ui-test version to 0.8.4 | Guillaume Gomez | -1/+1 |
| 2022-03-25 | Auto merge of #95304 - michaelwoerister:retry-finalize-session-dir, r=oli-obk | bors | -2/+23 |
| 2022-03-25 | Auto merge of #95282 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-03-25 | Auto merge of #95280 - InfRandomness:infrandomness/Dtorck_clarification, r=ol... | bors | -19/+19 |
| 2022-03-25 | std::process docs: linkify references to output, spawn and status | est31 | -7/+20 |
| 2022-03-25 | incr. comp.: Let compiler retry finalizing session directory a few times. | Michael Woerister | -2/+23 |
| 2022-03-25 | Bless rustdoc tests. | Camille GILLOT | -30/+0 |
| 2022-03-25 | Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoerister | bors | -824/+457 |
| 2022-03-25 | Remove hermitkernel targets | Martin Kröning | -142/+0 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -65/+177 |
| 2022-03-25 | Auto merge of #95259 - nnethercote:more-macro-expansion-optimizations, r=petr... | bors | -86/+101 |
| 2022-03-24 | Use a let-chain in _session::output (nfc) | Jubilee Young | -15/+10 |
| 2022-03-24 | Vigorously refactor _session::code_stats (nfc) | Jubilee Young | -19/+11 |
| 2022-03-24 | Prettify rustc_session fmt with capturing args (nfc) | Jubilee Young | -86/+64 |
| 2022-03-25 | Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpider | bors | -5/+5 |
| 2022-03-25 | Shrink `MatcherPosRepetition`. | Nicholas Nethercote | -15/+13 |
| 2022-03-25 | Shrink `NamedMatchVec` to one inline element. | Nicholas Nethercote | -2/+5 |
| 2022-03-25 | Split `NamedMatch::MatchNonterminal` in two. | Nicholas Nethercote | -71/+81 |
| 2022-03-25 | Auto merge of #95291 - Dylan-DPC:rollup-vrb4wlw, r=Dylan-DPC | bors | -352/+497 |
| 2022-03-25 | Rollup merge of #95276 - FoseFx:clippy_trim_split_whitespace, r=flip1995 | Dylan DPC | -0/+8 |
| 2022-03-25 | Rollup merge of #95270 - michaelwoerister:fix-box-unsized-debuginfo, r=wesley... | Dylan DPC | -5/+33 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -281/+277 |
| 2022-03-25 | Rollup merge of #94655 - JakobDegen:mir-phase-docs, r=oli-obk | Dylan DPC | -52/+113 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -14/+66 |
| 2022-03-25 | resolve: Rename `CrateLint` to `Finalize` | Vadim Petrochenkov | -170/+147 |
| 2022-03-25 | resolve: Stop passing unused spans and node ids to path resolution functions | Vadim Petrochenkov | -268/+189 |
| 2022-03-25 | resolve: Optimize path resolution for rustdoc | Vadim Petrochenkov | -92/+38 |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -445/+234 |
| 2022-03-24 | Auto merge of #95273 - flip1995:clippyup, r=manishearth | bors | -546/+1957 |
| 2022-03-24 | Implement impl_subject_and_oblig instead of repeating the impls | Santiago Pastorino | -74/+26 |
| 2022-03-24 | Where bounds are checked on inherent impls | Santiago Pastorino | -2/+61 |
| 2022-03-24 | Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk | bors | -239/+1308 |
| 2022-03-24 | Swap DtorckConstraint to DropckConstraint | InfRandomness | -19/+19 |
| 2022-03-24 | update Miri | Ralf Jung | -8/+8 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -14/+66 |
| 2022-03-24 | Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahc | bors | -0/+1 |
| 2022-03-24 | add diagnostic items for clippy's | Max Baumann | -0/+8 |
| 2022-03-24 | Normalize both trait and inherent | Santiago Pastorino | -16/+9 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -46/+93 |
| 2022-03-24 | Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup | flip1995 | -546/+1957 |
| 2022-03-24 | Auto merge of #8580 - flip1995:rustup, r=flip1995 | bors | -27/+27 |
| 2022-03-24 | Bump nightly version -> 2022-03-24 | flip1995 | -1/+1 |
| 2022-03-24 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -558/+1982 |