]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obk
[rust.git] / src /
2020-04-24 Dylan DPCRollup merge of #71330 - ecstatic-morse:const-qualif...
2020-04-24 Dylan DPCRollup merge of #69456 - contrun:fix-misleading-compile...
2020-04-24 borsAuto merge of #71430 - pietroalbini:bump-openssl-src...
2020-04-24 borsAuto merge of #71509 - Dylan-DPC:rollup-n8s37rm, r...
2020-04-24 Dylan DPCRollup merge of #71476 - RalfJung:miri-test-sizes,...
2020-04-24 Dylan DPCRollup merge of #71475 - RalfJung:miri-frame-loc, r...
2020-04-24 Dylan DPCRollup merge of #71428 - tromey:gdb-10-parsing, r=tromey
2020-04-24 Dylan DPCRollup merge of #71318 - RalfJung:miri-unleash-cleanup...
2020-04-24 Dylan DPCRollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic...
2020-04-24 borsAuto merge of #70820 - spastorino:replace-fragile-erron...
2020-04-24 borsAuto merge of #71215 - marmeladema:issue70853/librustc_...
2020-04-24 borsAuto merge of #71496 - Dylan-DPC:rollup-gwxejmk, r...
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 marmelademaFix librustdoc error due to `as_local_hir_id` changes
2020-04-23 marmelademaAddress comments from review
2020-04-23 marmelademaModify `as_local_hir_id` to return a bare `HirId`
2020-04-23 marmelademaModify `as_local_hir_id` to accept a `LocalDefId` inste...
2020-04-23 marmelademalibrustc_middle: return LocalDefId instead of DefId...
2020-04-23 Santiago PastorinoImport RequiredConstsVisitor
2020-04-23 Santiago PastorinoRename uneval_consts to required_consts
2020-04-23 Santiago PastorinoAdjust name of never typed const test
2020-04-23 Santiago PastorinoBless mir-opt tests
2020-04-23 LeSeulArtichautAdd a note about fat pointers
2020-04-23 Santiago PastorinoClean up fragile checks of optimized away constants
2020-04-23 Santiago PastorinoMake ConstPropagator only visit basic blocks when visit...
2020-04-23 Santiago PastorinoVisit unevaluated constants in super_body
2020-04-23 Santiago PastorinoMake inlining carry over unevaluated consts
2020-04-23 Santiago PastorinoEvaluate unevaluated MIR constants in codegen_mir
2020-04-23 Santiago PastorinoAdd MirPass to collect Unevaluated consts in MIR body
2020-04-23 Santiago PastorinoMake mir::Constant Copy
2020-04-23 Ralf Jungexplain what we are testing in mutable_const
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 Ralf Jungmiri-unleash tests: ensure they fire even with 'allow...
2020-04-23 Ralf Jungliballoc: more compact way to adjust test sizes for...
2020-04-23 Dylan MacKenzieCycle errors now occur during const-eval, not checking
2020-04-23 Dylan MacKenzieLazily run dataflow for const qualification
2020-04-23 Dylan MacKenzieDon't cache result of `in_any_value_of_ty` for locals
2020-04-23 Dylan MacKenzieMake type alias private
2020-04-23 Ralf Junglibcore: more compact way to adjust test sizes for...
2020-04-23 Ralf JungMiri Frame: use mir::Location to represent position...
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-23 Esteban KüberSort `MultiSpan`s on creation
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 Esteban Küberfix test
2020-04-22 Esteban Küberreview comment
2020-04-22 Esteban KüberRevert old span change
2020-04-22 Esteban KüberTweak wording
2020-04-22 Esteban KüberTweak `'static` suggestion code
next