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