]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-24 Dylan DPCRollup merge of #71492 - LeSeulArtichaut:document-unsaf...
2020-04-24 Dylan DPCRollup merge of #71459 - divergentdave:pointer-offset...
2020-04-24 Dylan DPCRollup merge of #71426 - contrun:fix-e0751-explanation...
2020-04-24 Dylan DPCRollup merge of #71068 - pyfisch:unicode-version-stable...
2020-04-24 Dylan DPCRollup merge of #71063 - LeSeulArtichaut:document-unsaf...
2020-04-24 Dylan DPCRollup merge of #70845 - varkor:const-generics-derive...
2020-04-23 LeSeulArtichautDocument unsafety in `core::{panicking, alloc::layout...
2020-04-23 LeSeulArtichautAdd a note about fat pointers
2020-04-23 borsAuto merge of #71483 - Dylan-DPC:rollup-c2h9s8b, r...
2020-04-23 Dylan DPCRollup merge of #71479 - RalfJung:scalar-null-ptr,...
2020-04-23 Dylan DPCRollup merge of #71470 - TyPR124:fix-doc-links, r=jonas...
2020-04-23 Dylan DPCRollup merge of #71446 - Amanieu:transmute_copy, r...
2020-04-23 Dylan DPCRollup merge of #71442 - TimDiekmann:allocref-mut-ref...
2020-04-23 Dylan DPCRollup merge of #71408 - GuillaumeGomez:check-code...
2020-04-23 Dylan DPCRollup merge of #71404 - cuviper:chain-unfused, r=scottmcm
2020-04-23 Dylan DPCRollup merge of #70633 - kper:master, r=estebank
2020-04-23 Ralf Jungadd back Scalar::null_ptr
2020-04-23 LeSeulArtichautAdd note about padding
2020-04-23 Tyler RuckingerMake VaList::arg link actually work
2020-04-23 Guillaume GomezUpdate LangString::parse usage in markdown tests
2020-04-23 Tyler RuckingerMerge branch 'master' into fix-doc-links
2020-04-23 Tyler RuckingerFix doc link errors
2020-04-23 borsAuto merge of #71467 - Dylan-DPC:rollup-d1os8ug, r...
2020-04-23 Guillaume GomezAdd UI tests for new rustdoc lint
2020-04-23 Dylan DPCRollup merge of #71461 - GuillaumeGomez:improve-e0567...
2020-04-23 Dylan DPCRollup merge of #71454 - ecstatic-morse:inline-core...
2020-04-23 Dylan DPCRollup merge of #71452 - ecstatic-morse:no-more-snapsho...
2020-04-23 Dylan DPCRollup merge of #71396 - DeeDeeG:improve-e0308-again...
2020-04-23 Dylan DPCRollup merge of #71198 - oli-obk:const_check_cleanup...
2020-04-23 Dylan DPCRollup merge of #71005 - jonas-schievink:no-place-like...
2020-04-23 PyfischStabilize UNICODE_VERSION (feature unicode_version)
2020-04-23 Guillaume GomezCreate new rustdoc lint to check for code blocks tags
2020-04-23 Oliver SchererDocument our sanity assertion around explicit promotion
2020-04-23 Oliver SchererCatch and fix explicit promotions that fail to actually...
2020-04-23 Oliver SchererUse `ConstCx` for `validate_candidates`
2020-04-23 Guillaume GomezImprove E0567 explanation
2020-04-23 Oliver SchererUse ConstCx in the promoted collector
2020-04-23 Oliver SchererUse ConstCx in more places
2020-04-23 Oliver SchererRename `Item` to `ConstCx`.
2020-04-23 Oliver SchererFix ui test blessing when a test has an empty stderr...
2020-04-23 YIfix error code for E0751
2020-04-23 borsAuto merge of #71343 - RalfJung:miri, r=RalfJung
2020-04-23 David CookAdd leading 0x to offset in Debug fmt of Pointer
2020-04-23 borsAuto merge of #71312 - wesleywiser:const_prop_bitset...
2020-04-23 Dylan MacKenzieInline some function docs re-exported in `std::ptr`
2020-04-23 borsAuto merge of #71445 - Dylan-DPC:rollup-31givp1, r...
2020-04-22 Dylan MacKenzieRemove outdated reference to interpreter snapshotting
2020-04-22 Ralf Jungupdate Miri
2020-04-22 Amanieu d'AntrasOnly use read_unaligned in transmute_copy if necessary
2020-04-22 Dylan DPCRollup merge of #71440 - TimDiekmann:copy-allocerr...
2020-04-22 Dylan DPCRollup merge of #71400 - dtolnay:isavailable, r=petroch...
2020-04-22 Dylan DPCRollup merge of #71369 - ctaggart:wasm32_profiling...
2020-04-22 Dylan DPCRollup merge of #71350 - GuillaumeGomez:error-code...
2020-04-22 Dylan DPCRollup merge of #71256 - cuviper:must_use_replace,...
2020-04-22 borsAuto merge of #71044 - ecstatic-morse:body-predecessor...
2020-04-22 Tim DiekmannAdd a "by reference" adaptor for `AllocRef`
2020-04-22 Tim DiekmannMake `AllocErr` copyable
2020-04-22 David TolnayAdd tracking issue for proc_macro_is_available
2020-04-22 borsAuto merge of #71431 - Dylan-DPC:rollup-rvm6tfy, r...
2020-04-22 Dylan MacKenzieReplace multiple calls to `predecessors_for`
2020-04-22 Dylan MacKenzieAdd `#[inline]` declarations
2020-04-22 Dylan MacKenzieUse `Body` everywhere
2020-04-22 Dylan MacKenzieDon't use `*` for deref-coercion
2020-04-22 Dylan MacKenzieUse internal mutability for predecessor cache
2020-04-22 Cameron Taggartremove some extra }
2020-04-22 Cameron Taggartsuggested rearrangement of the cfg if statements
2020-04-22 Dylan DPCRollup merge of #71401 - spastorino:remove-visit-place...
2020-04-22 Dylan DPCRollup merge of #71370 - PankajChaudhary5:ErrorCode...
2020-04-22 Dylan DPCRollup merge of #71336 - ecstatic-morse:check-consts...
2020-04-22 Dylan DPCRollup merge of #71280 - RalfJung:mplace-check-align...
2020-04-22 borsAuto merge of #71374 - nnethercote:alphabetize-C-and...
2020-04-22 Guillaume GomezFix new tidy checks
2020-04-22 Guillaume GomezAdd checks to ensure that explanations have code exampl...
2020-04-22 Nicholas NethercoteUse macros for option tests.
2020-04-22 Nicholas NethercoteAdd all the missing option tests.
2020-04-22 Nicholas NethercoteAlphabetize the `-C` and `-Z` options.
2020-04-22 borsAuto merge of #71424 - Dylan-DPC:rollup-iunh61a, r...
2020-04-22 Ralf Jungcomment explaining force_align usage
2020-04-22 Dylan DPCRollup merge of #71414 - phansch:more-diagnostic-items...
2020-04-22 Dylan DPCRollup merge of #71412 - dtolnay:uselessdoc, r=Manishearth
2020-04-22 Dylan DPCRollup merge of #71337 - Valloric:rustdoc-check-pass...
2020-04-22 Dylan DPCRollup merge of #71214 - GuillaumeGomez:add-error-code...
2020-04-22 Dylan DPCRollup merge of #71203 - csmoe:issue-71137, r=csmoe
2020-04-22 Dylan DPCRollup merge of #70970 - eddyb:trait-vs-impl-mismatch...
2020-04-22 Guillaume GomezUpdate UI tests
2020-04-22 Guillaume GomezAdd error code to inner doc comment attribute error
2020-04-22 borsAuto merge of #71323 - nnethercote:bitcode-in-rlib...
2020-04-22 Philipp HanschMore diagnostic items for Clippy usage
2020-04-22 Nicholas NethercoteBuild libstd with `-Cbitcode-in-rlib=yes`.
2020-04-22 Nicholas NethercoteAdd a simple test.
2020-04-22 Nicholas NethercoteAdd a new option `-Cbitcode-in-rlib`.
2020-04-22 Nicholas NethercoteRemove an old in-progress comment from a previous PR.
2020-04-22 David TolnayClarify unused_doc_comments note on macro invocations
2020-04-22 borsAuto merge of #71410 - JohnTitor:rollup-vh6dut5, r...
2020-04-22 csmoeadd test for correct await span
2020-04-22 Yuki OkushiRollup merge of #71399 - rust-lang:cleanup-e0554, r...
2020-04-22 Yuki OkushiRollup merge of #71390 - aticu:master, r=Dylan-DPC
2020-04-22 Yuki OkushiRollup merge of #71384 - RalfJung:RalfJung-patch-1...
2020-04-22 Yuki OkushiRollup merge of #71372 - ayushmishra2005:shebang_stripp...
2020-04-22 Yuki OkushiRollup merge of #71366 - faern:use-assoc-int-consts3...
next