]> git.lizzy.rs Git - rust.git/history - src/libcore
Rollup merge of #62514 - stephaneyfx:box-ffi, r=nikomatsakis
[rust.git] / src / libcore /
2019-12-12 Yuki OkushiRollup merge of #62514 - stephaneyfx:box-ffi, r=nikomat...
2019-12-11 borsAuto merge of #65345 - davidtwco:issue-64130-async...
2019-12-11 borsAuto merge of #66821 - eddyb:global-trait-caching,...
2019-12-11 borsAuto merge of #67220 - Centril:rollup-n3u9wd5, r=Centril
2019-12-11 Mazdak FarrokhzadRollup merge of #67205 - JohnTitor:fix-sh, r=pietroalbini
2019-12-11 Mazdak FarrokhzadRollup merge of #67174 - kraai:remove-checked_add,...
2019-12-11 Mazdak FarrokhzadRollup merge of #67164 - matthewjasper:never-remove...
2019-12-11 Mazdak FarrokhzadRollup merge of #67074 - ehuss:extern-options, r=petroc...
2019-12-11 Mazdak FarrokhzadRollup merge of #67015 - osa1:issue66971, r=wesleywiser
2019-12-11 Mazdak FarrokhzadRollup merge of #66881 - krishna-veerareddy:issue-66780...
2019-12-11 borsAuto merge of #67202 - JohnTitor:rollup-0xjm5pz, r...
2019-12-10 Krishna Sai Veera... Add better documentation for unsafe block
2019-12-10 Yuki OkushiRollup merge of #67193 - lqd:measureme_polonius, r...
2019-12-10 Yuki OkushiRollup merge of #67181 - TheSamsa:update-hashmap-doc...
2019-12-10 Yuki OkushiRollup merge of #67180 - NieDzejkob:vec-doc-copied...
2019-12-10 Yuki OkushiRollup merge of #67178 - GuillaumeGomez:move-non-clean...
2019-12-10 Yuki OkushiRollup merge of #67168 - ryanswilson59:master, r=Dylan-DPC
2019-12-10 Yuki OkushiRollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPC
2019-12-10 Yuki OkushiRollup merge of #67152 - GuillaumeGomez:sort-auto-impls...
2019-12-10 Yuki OkushiRollup merge of #67134 - oli-obk:const_prop_zst, r...
2019-12-10 Yuki OkushiRollup merge of #66377 - XAMPPRocky:relnotes-1.40.0...
2019-12-10 borsAuto merge of #66277 - peter-wilkins:impl-from-wider...
2019-12-10 borsAuto merge of #67039 - xfix:manually-implement-pin...
2019-12-10 borsAuto merge of #67184 - tmandry:rollup-mzqxtck, r=tmandry
2019-12-09 Tyler MandryRollup merge of #67169 - lzutao:inline_osstr, r=nagisa
2019-12-09 Tyler MandryRollup merge of #67155 - kraai:move-instead-of-binding...
2019-12-09 Tyler MandryRollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPC
2019-12-09 Tyler MandryRollup merge of #67145 - RalfJung:miri-step, r=oli-obk
2019-12-09 Tyler MandryRollup merge of #67138 - kraai:simplify-Layout-extend_p...
2019-12-09 Tyler MandryRollup merge of #67125 - hashedone:master, r=petrochenkov
2019-12-09 Tyler MandryRollup merge of #67119 - RalfJung:miri-test-libstd...
2019-12-09 Tyler MandryRollup merge of #67115 - Centril:simplify-check-decl...
2019-12-09 Tyler MandryRollup merge of #67113 - Centril:enum-vis-pretty-fix...
2019-12-09 Tyler MandryRollup merge of #67106 - petrochenkov:docerr, r=matthew...
2019-12-09 Tyler MandryRollup merge of #66892 - dtolnay:fmt5, r=KodrAus
2019-12-09 borsAuto merge of #67110 - tmandry:bump-compiler-builtins...
2019-12-09 Matthew KraaiRemove `checked_add` in `Layout::repeat`
2019-12-09 borsAuto merge of #67096 - mark-i-m:fix-rustc-guide-2,...
2019-12-09 borsAuto merge of #67016 - lqd:placeholder_loans, r=matthew...
2019-12-09 Christoph SchmidlerMerge branch 'master' of github.com:TheSamsa/rust
2019-12-09 borsAuto merge of #67004 - estebank:issue-66958, r=eddyb
2019-12-09 borsAuto merge of #67003 - cjgillot:corrida, r=Mark-Simulacrum
2019-12-08 Petermove from non zero impls to `libcore/convert/num.rs`
2019-12-08 borsAuto merge of #66984 - GuillaumeGomez:move-clean-types...
2019-12-08 borsAuto merge of #66981 - michaelwoerister:measureme-0...
2019-12-08 borsAuto merge of #66730 - hermitcore:master, r=alexcrichton
2019-12-08 David Woodasync/await: more improvements to non-send errors
2019-12-08 Matthew KraaiMove `Layout`s instead of binding by reference
2019-12-08 Matthew KraaiChange "attributes" to "attribute" in `Alloc`'s docs
2019-12-08 Matthew KraaiChange "`alloc`/`realloc`" to "`realloc/dealloc`"
2019-12-08 Matthew KraaiAdd "this" to `GlobalAlloc::alloc`'s docs
2019-12-08 Matthew KraaiChange "though" to "through" in `Alloc`'s docs
2019-12-08 Matthew KraaiChange "result" to "resulting" in `Layout::extend`...
2019-12-08 borsAuto merge of #67140 - Centril:rollup-h7rbw7y, r=Centril
2019-12-08 Mazdak FarrokhzadRollup merge of #67129 - remexre:patch-1, r=Dylan-DPC
2019-12-08 Mazdak FarrokhzadRollup merge of #67114 - Centril:foreign-item-alias...
2019-12-08 Mazdak FarrokhzadRollup merge of #67101 - rust-lang:ostrich, r=Mark...
2019-12-08 Mazdak FarrokhzadRollup merge of #66991 - Nashenas88:body_cache_cleanup...
2019-12-08 Mazdak FarrokhzadRollup merge of #66325 - BartMassey:master, r=joshtriplett
2019-12-08 Matthew KraaiSimplify `Layout::extend_packed`
2019-12-07 Mazdak Farrokhzadleave a FIXME
2019-12-07 Mazdak Farrokhzaduse `#[allow(unused_attributes)]` to paper over incr...
2019-12-07 borsAuto merge of #65881 - anp:implicit-caller-location...
2019-12-07 Konrad BorowskiExplicitly refer to operator methods in Pin impls
2019-12-07 borsAuto merge of #66927 - RalfJung:engines-dont-panic...
2019-12-07 Ralf Jungfix warnings with cfg(miri)
2019-12-07 Ralf Junglibcore: ignore tests in Miri instead of removing them...
2019-12-07 David TolnayFormat libcore with rustfmt (including tests and benches)
2019-12-07 David TolnaySuppress libcore/ptr/mod.rs filelength lint
2019-12-07 David TolnayExclude manually arranged ascii tables from rustfmt
2019-12-07 borsAuto merge of #66882 - mati865:znver1_fix, r=nikomatsakis
2019-12-06 borsAuto merge of #67104 - Centril:rollup-07vahh9, r=Centril
2019-12-06 Mazdak FarrokhzadRollup merge of #67102 - Aaron1011:patch-3, r=Mark...
2019-12-06 Mazdak FarrokhzadRollup merge of #67094 - RalfJung:fields, r=Mark-Simulacrum
2019-12-06 Mazdak FarrokhzadRollup merge of #67092 - kraai:us-to-is, r=jonas-schievink
2019-12-06 Mazdak FarrokhzadRollup merge of #67090 - kraai:either-to-any, r=jonas...
2019-12-06 Mazdak FarrokhzadRollup merge of #67078 - kamleshbhalui:master, r=Centril
2019-12-06 Mazdak FarrokhzadRollup merge of #67071 - estebank:issue-66868, r=davidtwco
2019-12-06 Mazdak FarrokhzadRollup merge of #67052 - Centril:config-1, r=petrochenkov
2019-12-06 Mazdak FarrokhzadRollup merge of #67009 - Aaron1011:fix/coerce-suggestio...
2019-12-06 Mazdak FarrokhzadRollup merge of #66841 - SimonSapin:float_round_uncheck...
2019-12-06 Mazdak FarrokhzadRollup merge of #66606 - christianpoveda:mut-refs-in...
2019-12-06 borsAuto merge of #65195 - varkor:to_option, r=Centril
2019-12-06 Matthew KraaiChange "wth" to "with" in `Layout::padding_needed_for...
2019-12-06 Matthew KraaiChange "us" to "is" in Layout::for_value comment
2019-12-06 Yuki OkushiRollup merge of #67081 - osa1:fix_query_type_docs,...
2019-12-06 Yuki OkushiRollup merge of #67054 - RalfJung:set-discriminant...
2019-12-06 Yuki OkushiRollup merge of #67049 - tmiasko:io-slice-advance,...
2019-12-06 Yuki OkushiRollup merge of #67033 - cuviper:ValueName2, r=rkruppe
2019-12-06 Yuki OkushiRollup merge of #67023 - jethrogb:jb/bootstrap-target...
2019-12-06 Yuki OkushiRollup merge of #67008 - ollie27:rustdoc_issue_61732...
2019-12-06 Yuki OkushiRollup merge of #66998 - Wind-River:master_up, r=alexcr...
2019-12-06 Yuki OkushiRollup merge of #66988 - osa1:issue66985, r=matthewjasper
2019-12-06 Yuki OkushiRollup merge of #66959 - GuillaumeGomez:cfg-duplicates...
2019-12-06 Yuki OkushiRollup merge of #66846 - gizmondo:master, r=michaelwoer...
2019-12-06 Matthew KraaiChange "either" to "any" in Layout::from_size_align...
2019-12-06 Simon SapinMove numeric `From` and `TryFrom` impls to `libcore...
2019-12-06 Simon SapinAdd `{f32,f64}::approx_unchecked_to<Int>` unsafe methods
2019-12-06 Simon SapinMake `core::convert` a directory-module with `mod.rs`
2019-12-06 varkorRename to `then_some` and `then`
next