]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC
[rust.git] / src /
2020-04-25 borsAuto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r...
2020-04-25 Dylan DPCRollup merge of #71548 - crlf0710:cursor_bounds, r...
2020-04-25 Dylan DPCRollup merge of #71545 - Askaholic:patch-1, r=jonas...
2020-04-25 Dylan DPCRollup merge of #71544 - cuviper:filter_map_next, r...
2020-04-25 Dylan DPCRollup merge of #71168 - SimonSapin:into_raw_non_null...
2020-04-25 Dylan DPCRollup merge of #70712 - :stabilize-remove-entry, r...
2020-04-25 Dylan DPCRollup merge of #69813 - thomcc:nonzero-bitor, r=Amanieu
2020-04-25 Dylan DPCRollup merge of #69041 - petrochenkov:stabmodispan...
2020-04-25 Charles LewUse the correct bound for `Cursor` `Send`
2020-04-25 borsAuto merge of #71439 - Mark-Simulacrum:stage0-next...
2020-04-25 Mark RousskovBump rustfmt to most recently shipped
2020-04-25 Mark RousskovBump bootstrap compiler
2020-04-25 Vadim PetrochenkovAdd a test for `Span::resolved_at` and `Span::located_at`
2020-04-25 Vadim Petrochenkovproc_macro: Stabilize `Span::resolved_at` and `Span...
2020-04-25 borsAuto merge of #71549 - Dylan-DPC:rollup-j6jlp9l, r...
2020-04-25 Dylan DPCRollup merge of #71533 - pnkfelix:revert-70566-for...
2020-04-25 Dylan DPCRollup merge of #71523 - Mark-Simulacrum:alloc-inline...
2020-04-25 Dylan DPCRollup merge of #71517 - flip1995:unused_braces_hack...
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-25 Charles LewAdd missing Send and Sync bounds for linked list Cursor...
2020-04-25 borsAuto merge of #71458 - ecstatic-morse:bootstrap-cfg...
2020-04-25 AskaholicFix comment in docstring example for Error::kind
2020-04-25 Josh StoneReplace filter_map().next() calls with find_map()
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 Ralf Jungadjust tests
2020-04-24 Ralf JungRevert "Move early needs_subst bailout to _after_ linting."
2020-04-24 Dylan MacKenzieRemove unused `visit_local`
2020-04-24 Dylan MacKenzieUse `debug` to print illegal operations in a const...
2020-04-24 Mark RousskovTake a single root node in range_search
2020-04-24 flip1995Add rustdoc regression test for the unused_braces lint
2020-04-24 flip1995Quick and dirty fix of the unused_braces lint
2020-04-24 Dylan MacKenzieOnly set *FLAGS env vars if they are not empty
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 MacKenzieSet RUSTDOCFLAGS in `cargo` invocation
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...
next