]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-14 CamelidImprove error and help messages
2021-02-14 borsAuto merge of #81956 - ssomers:btree_post_75200, r...
2021-02-14 Henry Boisdequinupdate message
2021-02-14 pierwillEdit `rustc_arena::DropArena` docs
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-13 Camille GILLOTCheck query cache before calling into the query engine.
2021-02-13 Camille GILLOTDrop the cache lock earlier.
2021-02-13 Camille GILLOTSeparate the query cache from the query state.
2021-02-13 Camille GILLOTReturn a Result for query cache.
2021-02-13 Camille GILLOTIntroduce query_storage.
2021-02-13 Camille GILLOTIntroduce query_stored module.
2021-02-13 Camille GILLOTMerge {get,ensure}_query.
2021-02-13 Ellena wild test has appeared uwu
2021-02-13 Ellenyeet ya fixme into the void
2021-02-13 Ellendebug!("paramenv={}paramenv={}paramenv={}paramenv={}")
2021-02-13 Aaron HillAddress review comments
2021-02-13 Mara BosFix clippy's path to the copy intrinsics.
2021-02-13 borsAuto merge of #81494 - cuviper:btree-node-init, r=Mark...
2021-02-13 Ömer Sinan... Fix MIR pretty printer for non-local DefIds
2021-02-13 Aaron HillRequire passing an `AttrWrapper` to `collect_tokens_tra...
2021-02-13 Victor RoestFixed minor typo in catch_unwind docs
2021-02-13 EllenHeat up the ICE-y error reporting
2021-02-13 Ralf JungCTFE validation: catch ReadPointerAsBytes and better...
2021-02-13 Taiki EndoFix typos in BTreeSet::{first, last} docs
2021-02-13 borsAuto merge of #81666 - hyd-dev:miri-windows-test-fail...
2021-02-13 Bram van den... Add match pattern diagnostics regression test
2021-02-13 Giles Copeno need to check assertion on fast path.
2021-02-13 b-naberadd test
2021-02-13 borsAuto merge of #81854 - the8472:specialize-clone-slice...
2021-02-13 b-naberfix 82032
2021-02-13 Rich KadelDisabled SHELL=dash on Windows due to invalid path...
2021-02-13 borsAuto merge of #82053 - JohnTitor:rollup-ymi9q0g, r...
2021-02-13 Yuki OkushiRollup merge of #82050 - hbina:fix/added-test-to-drain...
2021-02-13 Yuki OkushiRollup merge of #82041 - notriddle:shared-from-slice...
2021-02-13 Yuki OkushiRollup merge of #82040 - GuillaumeGomez:ensure-src...
2021-02-13 Yuki OkushiRollup merge of #82033 - magurotuna:issue82016, r=jyn514
2021-02-13 Yuki OkushiRollup merge of #82031 - LingMan:unneeded_var, r=varkor
2021-02-13 Yuki OkushiRollup merge of #81995 - 0yoyoyo:fix-issue-81650-explic...
2021-02-13 Yuki OkushiRollup merge of #81900 - vandenheuvel:organize_trait_te...
2021-02-13 Yuki OkushiRollup merge of #81811 - schteve:fix_vec_retain_doc_tes...
2021-02-13 Rune TynanModifiers -> Qualifiers
2021-02-13 Hanif Bin AriffinAdded tests to drain an empty vec
2021-02-13 borsAuto merge of #82045 - Dylan-DPC:rollup-244l0sb, r...
2021-02-13 Tomasz MiąskoUse debug log level for developer oriented logs
2021-02-12 Dylan DPCRollup merge of #82030 - LingMan:init_directly, r=varkor
2021-02-12 Dylan DPCRollup merge of #82023 - MikailBag:boxed-docs-unallow...
2021-02-12 Dylan DPCRollup merge of #82022 - LingMan:single_char, r=jonas...
2021-02-12 Dylan DPCRollup merge of #81911 - BoxyUwU:constgenericgaticefix...
2021-02-12 Dylan DPCRollup merge of #81850 - the8472:env-rwlock, r=m-ou-se
2021-02-12 Dylan DPCRollup merge of #81741 - sdroege:zip-trusted-random...
2021-02-12 Dylan DPCRollup merge of #81506 - vo4:hwasan, r=nagisa
2021-02-12 Dylan DPCRollup merge of #81479 - osa1:issue24151, r=lcnr
2021-02-12 Dylan DPCRollup merge of #81012 - VillSnow:stabilize_partition_p...
2021-02-12 Dylan DPCRollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez
2021-02-12 Michael HowellAdd docs for shared_from_slice From impls
2021-02-12 Stein SomersUse raw ref macros as in #80886
2021-02-12 Josh StoneInitialize BTree nodes directly in the heap
2021-02-12 Guillaume GomezAdd test to prevent src link regression
2021-02-12 borsAuto merge of #81744 - rylev:overlapping-early-exit2...
2021-02-12 Yusuke TanakaRename to `inline_attr` and use if-let to extract ...
2021-02-12 Ryan LevickDon't check self type twice
2021-02-12 Ryan LevickSwitch boolean checks
2021-02-12 Yusuke TanakaRefactor `get_word_attr` to return only `Option`
2021-02-12 borsAuto merge of #82025 - JohnTitor:rollup-cohp0gy, r...
2021-02-12 LingManDrop an unnecessary intermediate variable
2021-02-12 Ryan LevickShort circuit full corherence check when dealing with...
2021-02-12 LingManUse `Iterator::all` instead of open-coding it
2021-02-12 VillSnowstabilize partition_point
2021-02-12 VillSnowupdate documents
2021-02-12 0yoyoyoAdd nll test
2021-02-12 Yuki OkushiRollup merge of #82017 - eltociear:patch-8, r=jyn514
2021-02-12 Yuki OkushiRollup merge of #82013 - Mark-Simulacrum:better-ci...
2021-02-12 Yuki OkushiRollup merge of #82011 - jyn514:warn-private-assoc...
2021-02-12 Yuki OkushiRollup merge of #82004 - GuillaumeGomez:clean-static...
2021-02-12 Yuki OkushiRollup merge of #82003 - ojeda:stack-probe-msg, r=estebank
2021-02-12 Yuki OkushiRollup merge of #81997 - bnjbvr:dist-include-build...
2021-02-12 Yuki OkushiRollup merge of #81994 - jesusprubio:improve-long-expla...
2021-02-12 Yuki OkushiRollup merge of #81990 - matsujika:suggest-mut-referenc...
2021-02-12 Yuki OkushiRollup merge of #81968 - pietroalbini:fix-doc-install...
2021-02-12 Yuki OkushiRollup merge of #81964 - lovasoa:patch-1, r=GuillaumeGomez
2021-02-12 Yuki OkushiRollup merge of #81959 - therealprof:fix-typo, r=oli-obk
2021-02-12 Yuki OkushiRollup merge of #81955 - dtolnay:dwp, r=Mark-Simulacrum
2021-02-12 Yuki OkushiRollup merge of #81954 - joshtriplett:release-notes...
2021-02-12 Yuki OkushiRollup merge of #81947 - camsteffen:to-ty, r=jyn514
2021-02-12 Yuki OkushiRollup merge of #81831 - LeSeulArtichaut:81289-mut...
2021-02-12 Yuki OkushiRollup merge of #79983 - petar-dambovaliev:master,...
2021-02-12 Mikail BagishovRemove unnecessary lint allow attrs on example
2021-02-12 LingManPush a `char` instead of a `str` with len one into...
2021-02-12 Kevin PerUpdate .stderr
2021-02-12 Kevin PerImplementing more sophisticated filter for fn in const...
2021-02-12 Aman Arorafixup! Implement the precise analysis pass for lint...
2021-02-12 borsAuto merge of #81486 - ssomers:btree_separate_drop...
2021-02-12 Ikko AshimineFix typo in mod.rs
2021-02-12 Mark RousskovTell user how to fix CI file being not up to date
2021-02-12 Joshua NelsonFix private intra-doc warnings on associated items
2021-02-11 Joshua NelsonFix injected errors when running doctests on a crate...
2021-02-11 Rich KadelRe-blessed the partial_eq.rs coverage test
2021-02-11 Rich KadelSet SHELL = /bin/dash only if it exists
2021-02-11 Rich KadelEnsures `make` tests run under /bin/dash, like CI,...
2021-02-11 Guillaume Gomezclean up clean::Static struct
next