]> git.lizzy.rs Git - rust.git/history - src/libcore
Document size_of for 128-bit integers
[rust.git] / src / libcore /
2018-06-08 bstrieDocument size_of for 128-bit integers
2018-06-07 kennytmRollup merge of #51399 - ngg:nll-performance, r=nikomat...
2018-06-07 kennytmRollup merge of #51389 - ollie27:rustdoc_cross_macro_sr...
2018-06-07 kennytmRollup merge of #51380 - Mark-Simulacrum:remove-fmt...
2018-06-07 kennytmRollup merge of #51368 - varkor:panic_implementation...
2018-06-07 kennytmRollup merge of #51283 - kennytm:fix-51279-preempt...
2018-06-07 kennytmRollup merge of #51186 - pnkfelix:remove-unneccessary...
2018-06-06 borsAuto merge of #50699 - Zoxc:blocking-queries, r=mw
2018-06-06 borsAuto merge of #51263 - cramertj:futures-in-core, r...
2018-06-06 Taylor CramerAdd Future and task system to the standard library
2018-06-06 borsAuto merge of #51333 - GuillaumeGomez:reexport-fmt...
2018-06-05 Mark SimulacrumRollup merge of #51255 - avdv:patch-1, r=kennytm
2018-06-05 Mark SimulacrumRollup merge of #50852 - mandeep:fix-rustdoc-example...
2018-06-05 borsAuto merge of #51246 - vakaras:select_polonius_algo_via...
2018-06-05 borsAuto merge of #51140 - GuillaumeGomez:doc-keyword,...
2018-06-05 borsAuto merge of #51324 - oli-obk:debug_overflow, r=estebank
2018-06-05 borsAuto merge of #51242 - ytausky:mut-ref, r=estebank
2018-06-04 borsAuto merge of #51307 - oli-obk:miri_fixes, r=eddyb
2018-06-04 borsAuto merge of #51340 - Amanieu:hashmap_layout2, r=Simon...
2018-06-04 borsAuto merge of #51328 - oli-obk:no_union_promotion,...
2018-06-04 borsAuto merge of #51151 - sdroege:exact-chunks-docs-order...
2018-06-04 Sebastian DrögeMove slice::exact_chunks directly above exact_chunks_mu...
2018-06-04 borsAuto merge of #51334 - Mark-Simulacrum:rollup, r=Mark...
2018-06-04 Mark SimulacrumRollup merge of #51329 - kennytm:trans-left-over, r...
2018-06-04 Mark SimulacrumRollup merge of #51326 - sdroege:slice-iter-cleanup...
2018-06-04 Mark SimulacrumRollup merge of #51323 - nikic:switch-int-lowering...
2018-06-04 Mark SimulacrumRollup merge of #51317 - oli-obk:incremental_all_the_wa...
2018-06-04 Mark SimulacrumRollup merge of #51299 - faern:const-int-ops, r=oli-obk
2018-06-04 Mark SimulacrumRollup merge of #51288 - Mark-Simulacrum:delete-is...
2018-06-03 borsAuto merge of #51111 - kennytm:intralink-resolution...
2018-06-03 borsAuto merge of #50338 - japaric:panic-impl, r=alexcrichton
2018-06-03 borsAuto merge of #50904 - collin5:b50509, r=Mark-Simulacrum
2018-06-03 Guillaume GomezReexport fmt::Alignment into std
2018-06-03 Sebastian DrögeImplement TrustedLen for Windows and the 4 Chunks iterators
2018-06-03 Sebastian DrögeRemove mention of Slice/SliceMut traits from IterMut...
2018-06-03 Sebastian DrögeMove TrustedLen and FusedIterator impl of Iter/IterMut...
2018-06-03 Jorge Aparicioundo payload in core::panic! changes
2018-06-03 Jorge Apariciodocument that `panic_impl` never passes the FFI boundary
2018-06-03 Jorge Aparicioremove unused `struct NoPayload`
2018-06-03 Jorge Aparicios/panic_fmt/panic_impl/g in docs
2018-06-03 Jorge Aparicioimplement #[panic_implementation]
2018-06-03 borsAuto merge of #51319 - Mark-Simulacrum:rollup, r=Mark...
2018-06-03 Mark SimulacrumRollup merge of #51313 - euclio:variant-name-suggestion...
2018-06-03 Mark SimulacrumRollup merge of #51312 - frewsxcv:clarify-hash-map...
2018-06-03 Mark SimulacrumRollup merge of #51306 - kennytm:impl-default-for-mut...
2018-06-03 Mark SimulacrumRollup merge of #51297 - GuillaumeGomez:fix-run-but...
2018-06-03 Mark SimulacrumRollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapin
2018-06-03 Mark SimulacrumRollup merge of #51143 - Mark-Simulacrum:issue-50826...
2018-06-03 borsAuto merge of #50953 - GuillaumeGomez:attributes-in...
2018-06-02 borsAuto merge of #51310 - Mark-Simulacrum:rollup, r=Mark...
2018-06-02 Mark SimulacrumRollup merge of #51302 - Mark-Simulacrum:rustdoc-fast...
2018-06-02 Mark SimulacrumRollup merge of #51291 - evincarofautumn:master, r...
2018-06-02 Mark SimulacrumRollup merge of #51147 - tmccombs:sliceindex, r=SimonSapin
2018-06-02 Mark SimulacrumRollup merge of #51124 - frewsxcv:frewsxcv-replace...
2018-06-02 Mark SimulacrumRollup merge of #50919 - frewsxcv:frewsxcv-epsilon...
2018-06-02 Mark SimulacrumRollup merge of #50167 - fintelia:duration-nanos, r...
2018-06-02 kennytmimpl Default for &mut str
2018-06-02 borsAuto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton
2018-06-02 gnzlbgadd missing inline's and optimizations
2018-06-02 gnzlbgremove debug_assert in padding_needed_for
2018-06-02 borsAuto merge of #51274 - nikomatsakis:issue-46557-promote...
2018-06-02 Linus FärnstrandMake integer methods non-const in stage0
2018-06-02 borsAuto merge of #51015 - nikomatsakis:issue-50672-remove...
2018-06-02 Linus FärnstrandMake most integer operations const fns
2018-06-02 borsAuto merge of #50554 - clarcharr:from_bool, r=TimNN
2018-06-02 Corey FarwellReword {ptr,mem}::replace docs.
2018-06-02 borsAuto merge of #51270 - nicokoch:issue-51266, r=TimNN
2018-06-02 borsAuto merge of #51287 - Mark-Simulacrum:rollup, r=Mark...
2018-06-01 Mark SimulacrumRollup merge of #51286 - Mark-Simulacrum:1.26.2-release...
2018-06-01 Mark SimulacrumRollup merge of #51272 - steveklabnik:remove_feature_fl...
2018-06-01 Mark SimulacrumRollup merge of #51262 - GuillaumeGomez:add-missing...
2018-06-01 Mark SimulacrumRollup merge of #51152 - crlf0710:patch-1, r=kennytm
2018-06-01 Mark SimulacrumRollup merge of #51135 - estebank:sugg-7575, r=oli-obk
2018-06-01 borsAuto merge of #50108 - Zoxc:sync-gcx, r=mw
2018-06-01 Clar CharrAdd @ithinuel's tests from #50597
2018-06-01 Clar CharrFix ambiguity in Result test
2018-06-01 Clar CharrAdd From<bool> for int types
2018-06-01 borsAuto merge of #51163 - Amanieu:hashmap_layout, r=SimonSapin
2018-06-01 Amanieu d'AntrasSimplify HashMap layout calculation by using Layout
2018-06-01 borsAuto merge of #51264 - glandium:oom, r=alexcrichton
2018-06-01 borsAuto merge of #51181 - mbrubeck:prelude, r=petrochenkov
2018-06-01 borsAuto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb
2018-06-01 Thayne McCombsStabilize SliceIndex trait.
2018-06-01 borsAuto merge of #51171 - faern:const-bswap-ctpop-cttz...
2018-06-01 CrLF0710Replace `if` with `if and only if` in the definition...
2018-06-01 borsAuto merge of #50836 - jsgf:arc-downcast, r=SimonSapin
2018-05-31 Guillaume GomezAdd missing whitespace in num example
2018-05-31 borsAuto merge of #51096 - matthewjasper:reverse-normalizat...
2018-05-31 borsAuto merge of #51257 - GuillaumeGomez:rollup, r=Guillau...
2018-05-31 Jeremy FitzhardingeFix up Any doc examples
2018-05-31 Jeremy FitzhardingeAdd implementations for Any + Send + Sync
2018-05-31 Guillaume GomezRollup merge of #51240 - nnethercote:parse-2, r=nikomat...
2018-05-31 Guillaume GomezRollup merge of #51227 - uuttff8:master, r=dtolnay
2018-05-31 Guillaume GomezRollup merge of #51213 - nicokoch:copy_permissions...
2018-05-31 Guillaume GomezRollup merge of #51193 - GuillaumeGomez:fixes-style...
2018-05-31 borsAuto merge of #51050 - symphorien:fstatat, r=kennytm
2018-05-31 borsAuto merge of #51235 - nikomatsakis:issue-51117-borrowc...
2018-05-31 borsAuto merge of #51203 - nnethercote:obligations-2, r...
2018-05-31 borsAuto merge of #51182 - eddyb:not-just-visibility, r...
2018-05-31 borsAuto merge of #51127 - frewsxcv:frewsxcv-discriminant...
next