]> git.lizzy.rs Git - rust.git/history - src
Expect at least one expr for p, what_fmt and expected_fmt.
[rust.git] / src /
2020-04-28 Dylan MacKenzieIncorporate MIR const-checker into `Pat` lowering
2020-04-28 Dylan MacKenzieAdd `CustomEq` qualif
2020-04-28 Ralf Jungclarify comment
2020-04-28 Ralf Jungadd test for const-ref-to-cross-crate-mutable-static
2020-04-28 Ralf Jungbetter document const-pattern dynamic soundness checks...
2020-04-28 Ulrik SverdrupVec IntoIter: Drop using raw slice
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 Samrat Man SinghFix numeric-cast tests for new `into` suggestion
2020-04-28 Samrat Man SinghSuggest `into` to convert into `isize` only if uint...
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 BurtescuRevert "Rollup merge of #71372 - ayushmishra2005:sheban...
2020-04-28 Camille GILLOTAdd inlining.
2020-04-28 Camille GILLOTMove a few queries to using an arena.
2020-04-28 Camille GILLOTFix fulldeps tests.
2020-04-28 Camille GILLOTFix incremental compilation.
2020-04-28 Camille GILLOTFix unused parentheses warning.
2020-04-28 Camille GILLOTStop leaking memory.
2020-04-28 Camille GILLOTUse the query system to allocate.
2020-04-28 Camille GILLOTIntroduce ArenaStorage.
2020-04-28 Camille GILLOTAllow the QueryCache to specify storage.
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-28 Donough LiuFix wrong argument in autoderef process
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 Vadim PetrochenkovDisable localization for all linkers
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 Samrat Man SinghSuggest `into` instead of `try_into` if possible with...
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 Ralf Jungkeep 'pointer' terminology around
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`
2020-04-26 Vadim Petrochenkovrustc_target: Stop using "string typing" for TLS models
2020-04-26 LeSeulArtichautFix broken link in `QPath` documentation
2020-04-26 borsAuto merge of #71593 - Dylan-DPC:rollup-ms7j94u, r...
next