]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-25 Dylan DPCRollup merge of #71494 - flip1995:while_let_span, r...
2020-04-25 Dylan DPCRollup merge of #71364 - Amanieu:zprofile_compiler_buil...
2020-04-24 borsAuto merge of #71539 - Dylan-DPC:rollup-a2vbfh9, r...
2020-04-24 Dylan DPCRollup merge of #71535 - workingjubilee:jubilee-markdow...
2020-04-24 Dylan DPCRollup merge of #71534 - cuviper:unused-option-map...
2020-04-24 Dylan DPCRollup merge of #71527 - ecstatic-morse:debug-check...
2020-04-24 Dylan DPCRollup merge of #71512 - Rustin-Liu:rustin-patch-bootst...
2020-04-24 Dylan DPCRollup merge of #71485 - arlopurcell:binary_heap_retain...
2020-04-24 Dylan DPCRollup merge of #71480 - GuillaumeGomez:panic-info...
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 Jubilee YoungFix typos in docs for keyword "in"
2020-04-24 Josh StoneAvoid unused Option::map results
2020-04-24 Dylan MacKenzieRemove unused `visit_local`
2020-04-24 Dylan MacKenzieUse `debug` to print illegal operations in a const...
2020-04-24 borsAuto merge of #71430 - pietroalbini:bump-openssl-src...
2020-04-24 Rustin-LiuRemove useless "" args
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 arloAdd BinaryHeap::retain as suggested in #42849
2020-04-24 borsAuto merge of #70820 - spastorino:replace-fragile-erron...
2020-04-24 Guillaume GomezImprove PanicInfo examples readability
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 flip1995update_tests
2020-04-23 flip1995Use correct span on while (let) lowering
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`
next