about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-26Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011bors-520/+25
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-49/+126
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-0/+0
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-18/+18
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-0/+0
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-12/+12
2022-03-26Auto merge of #95326 - lupd:std-iter-doc, r=Dylan-DPCbors-4/+3
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-520/+25
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-4/+4
2022-03-26Auto merge of #95306 - est31:master, r=Dylan-DPCbors-7/+20
2022-03-26Remove mention of HashMap<K, V> not offering iter_mutdlup-4/+3
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