]> git.lizzy.rs Git - rust.git/history - library
Rollup merge of #77777 - cuviper:doc-stat, r=jonas-schievink
[rust.git] / library /
2020-10-10 Yuki OkushiRollup merge of #77777 - cuviper:doc-stat, r=jonas...
2020-10-10 Yuki OkushiRollup merge of #77766 - JohnTitor:fix-debug-config...
2020-10-10 Yuki OkushiRollup merge of #77754 - bugadani:find_map_relevant_imp...
2020-10-10 Yuki OkushiRollup merge of #77748 - mati865:dead-code-cleanup...
2020-10-10 Yuki OkushiRollup merge of #77738 - RalfJung:alloc-error-handler...
2020-10-10 Yuki OkushiRollup merge of #77709 - pickfire:patch-1, r=jyn514
2020-10-10 Yuki OkushiRollup merge of #77629 - Julian-Wollersberger:recompute...
2020-10-10 Yuki OkushiRollup merge of #77195 - follower:patch-2, r=jyn514
2020-10-10 borsAuto merge of #77771 - nagisa:revert-77023, r=Mark...
2020-10-10 Ivan ThamImprove vec leak wording
2020-10-10 Ivan ThamAlloc vec doc mention cannot undo leak
2020-10-10 borsAuto merge of #77731 - cuviper:big-endian-backtrace...
2020-10-10 borsAuto merge of #77717 - tmiasko:posix-spawn-error-check...
2020-10-10 borsAuto merge of #77580 - petrochenkov:norestarg, r=matthe...
2020-10-10 borsAuto merge of #77336 - pietroalbini:pkgname, r=Mark...
2020-10-10 Josh Stonedoc: disambiguate stat in MetadataExt::as_raw_stat
2020-10-09 Simonas KazlauskasRevert "Assume slice len is bounded by allocation size"
2020-10-09 borsAuto merge of #77276 - GuillaumeGomez:reexported-item...
2020-10-09 borsAuto merge of #77674 - cuviper:direntry-diet, r=dtolnay
2020-10-09 Josh Stonesimplify the cfg in ReadDir construction
2020-10-09 Josh Stoneremove ReadDir.end_of_stream on targets that don't...
2020-10-09 Josh Stoneunix/vxworks: make DirEntry slightly smaller
2020-10-09 borsAuto merge of #77609 - ortem:fix-lldb-commands, r=Mark...
2020-10-09 borsAuto merge of #77690 - est31:llvm_8_required, r=matthew...
2020-10-09 Mateusz MikułaRemove useless `all` in cfg
2020-10-09 Mateusz MikułaRemove some dead code in windows-gnu std
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-09 borsAuto merge of #77698 - vandenheuvel:chalkup, r=jackh726
2020-10-09 Ralf Jungrename __default_lib_allocator -> __default_alloc_error...
2020-10-09 Ralf Jungalso extend global allocator comment
2020-10-09 Ralf Jungfix __rust_alloc_error_handler comment
2020-10-09 borsAuto merge of #77687 - est31:hash_shorter_path, r=davidtwco
2020-10-09 borsAuto merge of #77627 - richkadel:rust-demangler, r...
2020-10-09 borsAuto merge of #77578 - euclio:max-suggestion, r=davidtwco
2020-10-09 borsAuto merge of #77519 - jyn514:track-doc-er, r=Guillaume...
2020-10-09 borsAuto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink
2020-10-09 Josh StoneUpdate the backtrace crate to fix big-endian ELF
2020-10-08 borsAuto merge of #77723 - jonas-schievink:rollup-htz44r4...
2020-10-08 Tomasz MiąskoCheck for errors returned from posix_spawn*_init functions
2020-10-08 Tomasz MiąskoCheck for non-zero return value from posix_spawn functions
2020-10-08 Jonas SchievinkRollup merge of #77710 - fortanix:raoul/bugfix-lvi...
2020-10-08 Jonas SchievinkRollup merge of #77702 - heckad:patch-3, r=lcnr
2020-10-08 Jonas SchievinkRollup merge of #77701 - jyn514:debug-logging, r=Mark...
2020-10-08 Jonas SchievinkRollup merge of #77673 - heckad:patch-2, r=lcnr
2020-10-08 Jonas SchievinkRollup merge of #77663 - HeroicKatora:regression-tests...
2020-10-08 Jonas SchievinkRollup merge of #77660 - nilslice:patch-1, r=jyn514
2020-10-08 Jonas SchievinkRollup merge of #77449 - ssomers:btree_drain_filter_siz...
2020-10-08 Jonas SchievinkRollup merge of #76750 - camelid:dont-discourage-core...
2020-10-08 borsAuto merge of #77110 - lzutao:e0596-amp_mut, r=davidtwco
2020-10-08 CamelidDon't discourage implementing `core::fmt::Write`
2020-10-08 borsAuto merge of #77346 - Caduser2020:master, r=Mark-Simul...
2020-10-08 Ivan ThamLink Vec leak doc to Box
2020-10-08 Caduser2020`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx
2020-10-08 borsAuto merge of #77678 - jyn514:tracing, r=Mark-Simulacrum
2020-10-08 borsAuto merge of #77581 - ecstatic-morse:dataflow-dump...
2020-10-08 borsAuto merge of #77682 - Mark-Simulacrum:bump-stage0...
2020-10-08 borsAuto merge of #77644 - GuillaumeGomez:fix-tooltip-text...
2020-10-08 borsAuto merge of #77631 - jyn514:helpful-changelog, r...
2020-10-08 borsAuto merge of #75470 - estebank:bare-type-expr, r=davidtwco
2020-10-07 Mark RousskovBump to 1.48 bootstrap compiler
2020-10-07 borsAuto merge of #77597 - simonvandel:uninhabited-hashset...
2020-10-07 borsAuto merge of #76985 - hbina:clone_check, r=estebank
2020-10-07 borsAuto merge of #77464 - ecstatic-morse:const-fn-impl...
2020-10-07 Steve Manuel(docs): make mutex error comment consistent with codebase
2020-10-07 borsAuto merge of #77617 - AnthonyMikh:slice_windows_no_bou...
2020-10-07 borsAuto merge of #77341 - davidtwco:issue-73427-you-might...
2020-10-07 borsAuto merge of #77595 - petrochenkov:asmident, r=oli-obk
2020-10-07 borsAuto merge of #77119 - GuillaumeGomez:unclosed-html...
2020-10-07 borsAuto merge of #77637 - ehuss:update-cargo, r=ehuss
2020-10-07 borsAuto merge of #77626 - tamird:parse-scope-id, r=dtolnay
2020-10-07 borsAuto merge of #74194 - mbrubeck:slice-eq, r=sfackler
2020-10-06 borsAuto merge of #77630 - Dylan-DPC:rollup-kfwl55z, r...
2020-10-06 Dylan DPCRollup merge of #77624 - akoptelov:c-all-targets-fix...
2020-10-06 Dylan DPCRollup merge of #77614 - khyperia:set_span, r=eddyb
2020-10-06 Dylan DPCRollup merge of #77605 - da-x:fix-rustc-def-path, r...
2020-10-06 Dylan DPCRollup merge of #77590 - Xanewok:update-rls, r=dtolnay
2020-10-06 Dylan DPCRollup merge of #77582 - ecstatic-morse:disable-early...
2020-10-06 Dylan DPCRollup merge of #77571 - pickfire:patch-6, r=cramertj
2020-10-06 Dylan DPCRollup merge of #77568 - lcnr:mir-inline-def-id, r...
2020-10-06 Dylan DPCRollup merge of #77515 - jackh726:chalk-0.31, r=matthew...
2020-10-06 Dylan DPCRollup merge of #77400 - alarsyo:xpy-setup-suggestions...
2020-10-06 Dylan DPCRollup merge of #76911 - RalfJung:vecdeque-aliasing...
2020-10-06 Dylan DPCRollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez
2020-10-06 Tamir DubersteinParse SocketAddrV6::scope_id
2020-10-06 Tamir DubersteinAvoid unused return
2020-10-06 borsAuto merge of #77386 - joshtriplett:static-glibc, r...
2020-10-06 AnthonyMikhEliminate bounds checking in slice::Windows
2020-10-06 borsAuto merge of #76356 - caass:hooks, r=jyn514
2020-10-06 borsAuto merge of #73905 - matthewjasper:projection-bounds...
2020-10-06 borsAuto merge of #77594 - timvermeulen:chain_advance_by...
2020-10-06 Ralf Jungavoid unnecessary intermediate reference and improve...
2020-10-06 borsAuto merge of #77606 - JohnTitor:rollup-7rgahdt, r...
2020-10-06 Yuki OkushiRollup merge of #77591 - Aaron1011:fix/hygiene-def...
2020-10-06 Yuki OkushiRollup merge of #77587 - ehuss:unicode-escape-span...
2020-10-06 Yuki OkushiRollup merge of #77573 - pickfire:patch-7, r=jyn514
2020-10-06 Yuki OkushiRollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf...
2020-10-06 Yuki OkushiRollup merge of #77559 - camelid:fix-rustdoc-warnings...
2020-10-06 Yuki OkushiRollup merge of #77558 - thomcc:defaults-toml-extension...
2020-10-06 Yuki OkushiRollup merge of #77555 - camelid:patch-8, r=Mark-Simulacrum
2020-10-06 Yuki OkushiRollup merge of #77534 - Mark-Simulacrum:issue-70819...
next