about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-07-31add a testRalf Jung-0/+35
2021-07-31typoRalf Jung-1/+1
2021-07-31CTFE: throw unsupported error when partially overwriting a pointerRalf Jung-27/+69
2021-07-29Auto merge of #87285 - GuillaumeGomez:intra-doc-span, r=estebankbors-116/+239
2021-07-29Auto merge of #85901 - ijackson:bufwriter-tweaks, r=joshtriplettbors-14/+18
2021-07-29Auto merge of #87579 - flip1995:clippyup, r=Manishearthbors-3116/+3439
2021-07-29Update rustdoc-ui tests for intra-doc links errorsGuillaume Gomez-92/+166
2021-07-29Rename feature gate bufwriter_into_parts from bufwriter_into_raw_partsIan Jackson-10/+10
2021-07-29BufWriter: rename `into_parts` from `into_raw_parts`Ian Jackson-6/+6
2021-07-29BufWriter: actually export WriterPanicked errorIan Jackson-0/+4
2021-07-29Change span for intra-doc links errorsGuillaume Gomez-24/+73
2021-07-29Update Cargo.lock (Clippy version bump)flip1995-3/+3
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-3113/+3436
2021-07-29Auto merge of #7504 - flip1995:rename-lints, r=flip1995bors-34/+34
2021-07-29Rename two lints to comply with our lint naming conventionflip1995-34/+34
2021-07-29Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitorbors-10/+7
2021-07-29Auto merge of #7503 - flip1995:rustup, r=flip1995bors-48/+70
2021-07-29Bump Clippy Version -> 0.1.56flip1995-3/+3
2021-07-29Bump nightly version -> 2021-07-29flip1995-1/+1
2021-07-29Merge remote-tracking branch 'upstream/master' into rustupflip1995-3096/+3423
2021-07-29Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obkbors-21/+203
2021-07-29Auto merge of #87416 - Aaron1011:query-side-effect, r=cjgillotbors-117/+102
2021-07-29Auto merge of #85874 - steffahn:fix_unsound_zip_optimization, r=yaahcbors-135/+330
2021-07-28Auto merge of #87569 - JohnTitor:rollup-7ydfetw, r=JohnTitorbors-69/+202
2021-07-29Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcmYuki Okushi-1/+1
2021-07-29Rollup merge of #87550 - pietroalbini:ci-only-when-channel, r=Mark-SimulacrumYuki Okushi-25/+42
2021-07-29Rollup merge of #87527 - LeSeulArtichaut:no-mir-unsafeck, r=oli-obkYuki Okushi-4/+6
2021-07-29Rollup merge of #87521 - midgleyc:long-E0498, r=GuillaumeGomezYuki Okushi-1/+25
2021-07-29Rollup merge of #87491 - jamesmunns:integrate-memorial, r=Mark-SimulacrumYuki Okushi-6/+10
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-19/+66
2021-07-29Rollup merge of #87435 - ibraheemdev:patch-4, r=JohnTitorYuki Okushi-4/+7
2021-07-29Rollup merge of #86839 - D1mon:patch-1, r=JohnTitorYuki Okushi-0/+2
2021-07-29Rollup merge of #81363 - jonhoo:no-unpin-in-pin-future-impl, r=m-ou-seYuki Okushi-2/+41
2021-07-29Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-seYuki Okushi-7/+2
2021-07-28fix example code for E0617Ibraheem Ahmed-4/+7
2021-07-28Use backticks when referring to `core::future::Ready` in panic messageIbraheem Ahmed-1/+1
2021-07-28Auto merge of #87538 - RalfJung:miri, r=RalfJungbors-8/+8
2021-07-29Add some doc aliasesD1mon-0/+2
2021-07-28Auto merge of #87540 - JohnTitor:rollup-8xc6bl5, r=JohnTitorbors-5197/+1125
2021-07-28Update stable version of ready!() macro.Mara Bos-2/+2
2021-07-28Extend documentation of const_format_args!().Mara Bos-0/+4
2021-07-28Improve comments about const panic handlingMara Bos-2/+7
2021-07-28Check that const_panic_fmt is const too.Mara Bos-2/+9
2021-07-28Make const_fmt_args!() work during bootstrap.Mara Bos-0/+11
2021-07-28Use unreachable_unchecked in const_panic_fmt.Mara Bos-1/+4
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-11/+36
2021-07-28Add test for const panic in Rust 2021.Mara Bos-0/+94
2021-07-28Update test output for const fmt::Arguments constructor.Mara Bos-11/+2
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-11/+53
2021-07-28add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightlyPietro Albini-25/+42