about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-18implement `Deref` for `Bar`Takayuki Maeda-2/+30
2022-04-18stop using `Autoderef`Takayuki Maeda-33/+29
2022-04-17fix an invalid error for a suggestion to add a slice in pattern-matchingTakayuki Maeda-46/+69
2022-04-14Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelixbors-1/+30
2022-04-14Auto merge of #96031 - ehuss:update-cargo, r=ehussbors-4/+5
2022-04-14Auto merge of #95928 - nnethercote:rm-TokenTree-Clone, r=petrochenkovbors-106/+164
2022-04-13Update cargoEric Huss-4/+5
2022-04-13Auto merge of #95981 - martingms:invert-line-offset-parsing, r=nnethercotebors-11/+14
2022-04-14`mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`.Nicholas Nethercote-19/+10
2022-04-14Introduce `TtHandle` and use it in `TokenSet`.Nicholas Nethercote-53/+111
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-81/+94
2022-04-13Auto merge of #95958 - jhpratt:bump-stdarch, r=Dylan-DPCbors-0/+0
2022-04-13Auto merge of #96015 - Dylan-DPC:rollup-vhdprid, r=Dylan-DPCbors-93/+391
2022-04-13Rollup merge of #96006 - hkBst:patch-2, r=Dylan-DPCDylan DPC-1/+1
2022-04-13Rollup merge of #96005 - hkBst:patch-1, r=Dylan-DPCDylan DPC-1/+1
2022-04-13Rollup merge of #95991 - PoorlyDefinedBehaviour:fix/issue_95898, r=fee1-deadDylan DPC-2/+32
2022-04-13Rollup merge of #95962 - sourcefrog:doc-direntry, r=Dylan-DPCDylan DPC-0/+10
2022-04-13Rollup merge of #95885 - gimbles:patch-1, r=Mark-SimulacrumDylan DPC-1/+5
2022-04-13Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomezDylan DPC-88/+342
2022-04-13fix: wrong trait import suggestion for T:Bruno Felipe Francisco-2/+32
2022-04-13Auto merge of #95727 - m-ou-se:futex-reentrantmutex, r=Amanieubors-7/+101
2022-04-13Add a missing articleMarijn Schouten-1/+1
2022-04-13Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011bors-389/+85
2022-04-13Add missing article to fix "few" to "a few".Marijn Schouten-1/+1
2022-04-13Improve error message when there's no checksumgimbles-1/+5
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-55/+227
2022-04-13Use .extend(..) instead of push()-ing in loopMartin Gammelsæter-18/+12
2022-04-13Auto merge of #95999 - Dylan-DPC:rollup-k2r3k11, r=Dylan-DPCbors-12/+44
2022-04-13Rollup merge of #95989 - rust-lang:notriddle/issue-82446, r=compiler-errorsDylan DPC-0/+27
2022-04-13Rollup merge of #95984 - wcampbell0x2a:fix-spelling, r=thomccDylan DPC-1/+1
2022-04-13Rollup merge of #95954 - AnthonyMikh:fix-broken-coverage-docs-screenshot-link...Dylan DPC-1/+1
2022-04-13Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-SimulacrumDylan DPC-10/+15
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-81/+94
2022-04-13Pass a slice instead of a `Vec` to `transcribe`.Nicholas Nethercote-3/+3
2022-04-13Avoid use of `Lrc` in `mbe::Frame`.Nicholas Nethercote-29/+38
2022-04-13`SequenceRepetition` and `Delimited` don't need to be `Clone`.Nicholas Nethercote-2/+2
2022-04-13Auto merge of #95990 - Dylan-DPC:rollup-r9bh9t7, r=Dylan-DPCbors-2558/+3184
2022-04-12Auto merge of #95905 - vacuus:markdown-render, r=GuillaumeGomezbors-2/+3
2022-04-12Rollup merge of #95986 - yaahc:libs-autolabel, r=Mark-SimulacrumDylan DPC-0/+15
2022-04-12Rollup merge of #95973 - oli-obk:tait_ub3, r=compiler-errorsDylan DPC-48/+204
2022-04-12Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errorsDylan DPC-9/+124
2022-04-12Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillotDylan DPC-0/+29
2022-04-12Rollup merge of #95914 - c410-f3r:meta-vars, r=petrochenkovDylan DPC-67/+74
2022-04-12Rollup merge of #95405 - cjgillot:probe, r=petrochenkovDylan DPC-2191/+2337
2022-04-12Rollup merge of #95316 - fmease:rustdoc-discr-req-prov-assoc-consts-tys, r=no...Dylan DPC-243/+401
2022-04-12Bless tests.Camille GILLOT-30/+30
2022-04-12Handle `unusable_binding` more compactly.Vadim Petrochenkov-17/+14
2022-04-12Apply suggestions from code reviewOli Scherer-2/+2
2022-04-12Implement tuples using recursionCaio-67/+74
2022-04-12regression test for spurrious "help: store this in the heap"Michael Howell-0/+27