]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-29 Dylan DPCRollup merge of #71572 - lcnr:type_length, r=Dylan-DPC
2020-04-29 Dylan DPCRollup merge of #71507 - CohenArthur:document-unsafe...
2020-04-29 borsAuto merge of #67343 - ecstatic-morse:qualif-structural...
2020-04-29 borsAuto merge of #71664 - Dylan-DPC:rollup-eng60x9, r...
2020-04-29 Dylan DPCRollup merge of #71657 - Daniel-Worrall:24949, r=estebank
2020-04-29 Dylan DPCRollup merge of #71654 - zachreizner:patch-1, r=jonas...
2020-04-29 Dylan DPCRollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wo...
2020-04-29 Dylan DPCRollup merge of #71286 - Alexendoo:test-issue-69654...
2020-04-29 Dylan DPCRollup merge of #71217 - estebank:tail-borrow-sugg...
2020-04-29 cohenarthursafety-ptr: Add SAFETY on some unsafe blocks from libco...
2020-04-29 borsAuto merge of #71577 - tmiasko:backtrace-sys, r=Dylan-DPC
2020-04-29 borsAuto merge of #71518 - felix91gr:const_prop_bugfix_just...
2020-04-29 Esteban KüberSuggest `;` or assignment to drop borrows in tail exprs
2020-04-29 Daniel WorrallAdd #24949 assoc constant static recursion test
2020-04-28 Dylan MacKenzieBless test that no longer warns
2020-04-28 borsAuto merge of #71486 - alexcrichton:arm64-lld, r=Mark...
2020-04-28 Dylan MacKenzieTYPE -> TYPE_ASCRIPTIONG
2020-04-28 Dylan MacKenzieUse path to refer to constants in cross-crate pattern...
2020-04-28 Dylan MacKenzieAdd cross-crate const in pattern tests
2020-04-28 Dylan MacKenzieAdd branchy `const` in pattern tests
2020-04-28 Dylan MacKenzieFIXME: ignore test that ICEs
2020-04-28 Dylan MacKenzieAdd tests from #67088 and the issues mentioned in its...
2020-04-28 Dylan MacKenzieIncorporate MIR const-checker into `Pat` lowering
2020-04-28 Dylan MacKenzieAdd `CustomEq` qualif
2020-04-28 Dylan MacKenziePass `Substs` to `in_adt_inherently`
2020-04-28 borsAuto merge of #71642 - ehuss:update-cargo, r=ehuss
2020-04-28 borsAuto merge of #71644 - Dylan-DPC:rollup-cq7plwa, r...
2020-04-28 Dylan DPCRollup merge of #71641 - ehuss:update-books, r=ehuss
2020-04-28 Dylan DPCRollup merge of #71637 - mibac138:cfg-sanitize, r=petro...
2020-04-28 Dylan DPCRollup merge of #71615 - RalfJung:share-machine-code...
2020-04-28 Dylan DPCRollup merge of #71456 - mzohreva:mz/sgx-no-dylib,...
2020-04-28 Dylan DPCRollup merge of #71340 - Valloric:more-check-pass,...
2020-04-28 Eric HussUpdate cargo
2020-04-28 Eric HussUpdate books
2020-04-28 borsAuto merge of #71636 - Dylan-DPC:rollup-9gc24ak, r...
2020-04-28 Dylan DPCRollup merge of #71634 - eddyb:revert-71372, r=petrochenkov
2020-04-28 Dylan DPCRollup merge of #71585 - tshepang:obsolete-comment...
2020-04-28 Dylan DPCRollup merge of #71489 - spastorino:fix-treat-err-as...
2020-04-28 Dylan DPCRollup merge of #71488 - spastorino:normalize-ty-to...
2020-04-28 Dylan DPCRollup merge of #71311 - estebank:fn-type-param, r...
2020-04-28 Eduard-Mihai... Revert "Rollup merge of #71372 - ayushmishra2005:sheban...
2020-04-28 borsAuto merge of #71444 - RalfJung:test-async-no-opt,...
2020-04-28 Ralf Jungalso run some generator tests without MIR optimizations
2020-04-28 borsAuto merge of #71292 - marmeladema:queries-local-def...
2020-04-28 Félix FischerPolished documentation, removed not-so-useful-anymore...
2020-04-28 Félix FischerChanged `simplify_match` output query because it had...
2020-04-28 Félix FischerAdded MIR const-prop diff tests to show why some assert...
2020-04-28 Félix FischerAdded new ui tests to show what errors MIR can now...
2020-04-28 Félix FischerAllow Locals to be propagated into and from, but restri...
2020-04-28 borsAuto merge of #71606 - Xanewok:update-rls, r=Xanewok
2020-04-28 Félix FischerBlocked `MutatingUseContext::Projection` for all locals...
2020-04-28 Félix FischerAdded regression test for literal propagation and for...
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_impl_item_well_fo...
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_trait_item_well_f...
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_item_well_formed...
2020-04-27 marmelademaChange return type of `entry_fn` query to return a...
2020-04-27 marmelademaDeclare `body_owner` and `subject_def_id` as `LocalDefI...
2020-04-27 marmelademaDeclare `body_owner` as `LocalDefId` in `MemCategorizat...
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_mod_privacy`...
2020-04-27 marmelademaAccept `LocalDefId` as key for `lint_mod` query
2020-04-27 marmelademaAccept `LocalDefId` as argument for `mir_build::lint...
2020-04-27 marmelademaAccept `LocalDefId` as key for `mir_validated` query
2020-04-27 Zach ReiznerUpdate link to unstable book for llvm_asm macro
2020-04-27 borsAuto merge of #71620 - Dylan-DPC:rollup-9wgtisb, r...
2020-04-27 marmelademaAccept `LocalDefId` as key for `mir_borrowck` query
2020-04-27 marmelademaReturn a `FxHashSet<LocalDefId>` from `mir_keys` query
2020-04-27 marmelademaAccept `LocalDefId` as keyt for `names_imported_by_glob...
2020-04-27 marmelademaUse `LocalDefId` for `type_param_predicates` query
2020-04-27 marmelademaUse `LocalDefId` in `mir_built` query
2020-04-27 marmelademaUse `LocalDefId` in `unsafety_check_result` query
2020-04-27 marmelademaUse `LocalDefId` in `typeck_tables_of` and `used_trait_...
2020-04-27 Dylan DPCRollup merge of #71605 - GuillaumeGomez:remove-e0750...
2020-04-27 Dylan DPCRollup merge of #71604 - RalfJung:unleash-recursive...
2020-04-27 Dylan DPCRollup merge of #71596 - LeSeulArtichaut:patch-1, r...
2020-04-27 Dylan DPCRollup merge of #71578 - ryzokuken:linkchecker, r=Dylan-DPC
2020-04-27 Dylan DPCRollup merge of #71558 - petrochenkov:tlsm, r=Amanieu
2020-04-27 Dylan DPCRollup merge of #71524 - ldm0:ptrparam, r=matthewjasper
2020-04-27 Dylan DPCRollup merge of #67841 - sfackler:can-vector, r=Amaneiu
2020-04-27 borsAuto merge of #71200 - oli-obk:mir_bless, r=eddyb
2020-04-27 Esteban Kuberfix typo
2020-04-27 Ralf Jungshare some common code for compile-time miri instances
2020-04-27 Santiago PastorinoAdd test for delay_span_bug and -Ztrear-err-as-bug
2020-04-27 Oliver SchererEmit basic block ids for statements and terminators...
2020-04-27 Santiago PastorinoFix off by one error for delay_span_bug
2020-04-27 Igor MatuszewskiUpdate RLS to unbreak toolstate
2020-04-27 Steven Facklerfix wasi
2020-04-27 Ralf Jungmake recursive-zst test unleashed
2020-04-27 Guillaume GomezNo need to whitelist E0750 anymore
2020-04-27 borsAuto merge of #71268 - estebank:devectorize, r=eddyb
2020-04-27 borsAuto merge of #70073 - wesleywiser:mir_opt_level_0...
2020-04-27 borsAuto merge of #71600 - Dylan-DPC:rollup-7tvzi9n, r...
2020-04-27 Dylan DPCRollup merge of #71589 - RalfJung:unique-no-shr, r...
2020-04-27 Dylan DPCRollup merge of #71438 - estebank:resolve-sugg-tiny...
2020-04-27 Dylan DPCRollup merge of #71419 - contrun:wrong-namespace-rustc...
2020-04-27 Dylan DPCRollup merge of #71409 - estebank:point-at-ret-question...
2020-04-27 Dylan DPCRollup merge of #71263 - shlevy:FileLoader-remove-abs_p...
2020-04-27 Dylan DPCRollup merge of #68716 - petrochenkov:stabmixed, r...
2020-04-26 Steven Facklerfix wasm build
2020-04-26 borsAuto merge of #71468 - matthiaskrgr:submodule_upd,...
2020-04-26 Vadim Petrochenkovunstable-book: Document `-Z tls-model`
next