]> git.lizzy.rs Git - rust.git/history - src/libcore/slice/mod.rs
Correct invalid feature attributes
[rust.git] / src / libcore / slice / mod.rs
2018-08-05 varkorCorrect invalid feature attributes
2018-08-05 borsAuto merge of #52959 - matthewjasper:closure-spans...
2018-08-05 borsAuto merge of #52991 - nikomatsakis:nll-escaping-into...
2018-08-04 borsAuto merge of #52827 - GuillaumeGomez:generic-impls...
2018-08-04 borsAuto merge of #52758 - Mark-Simulacrum:session-cleanup...
2018-08-04 borsAuto merge of #53056 - kennytm:rollup, r=kennytm
2018-08-04 kennytmRollup merge of #53062 - ljedrz:redundant_field_names...
2018-08-04 ljedrzRemove redundant field names in structs
2018-08-04 kennytmRollup merge of #53041 - GuillaumeGomez:fix-code-css...
2018-08-04 kennytmRollup merge of #53003 - GuillaumeGomez:stabilize-rustd...
2018-08-04 kennytmRollup merge of #53001 - petrochenkov:master, r=estebank
2018-08-04 kennytmRollup merge of #52940 - kennytm:move-checktool-protect...
2018-08-03 borsAuto merge of #52973 - davidtwco:issue-52663-lifetimes...
2018-08-03 borsAuto merge of #52712 - oli-obk:const_eval_cleanups...
2018-08-03 borsAuto merge of #52887 - yurydelendik:disable-lld-symbols...
2018-08-03 borsAuto merge of #52948 - davidtwco:issue-52633-later...
2018-08-03 borsAuto merge of #52925 - RalfJung:sanity_check, r=oli-obk
2018-08-02 borsAuto merge of #52841 - petrochenkov:premacro, r=alexcri...
2018-08-02 borsAuto merge of #52782 - pnkfelix:issue-45696-dangly...
2018-08-02 borsAuto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton
2018-08-02 borsAuto merge of #52906 - RalfJung:jemalloc, r=alexcrichton
2018-08-02 borsAuto merge of #52890 - djrenren:test-visibility, r...
2018-08-02 borsAuto merge of #52847 - upsuper:thread-stack-reserve...
2018-08-02 borsAuto merge of #52787 - riscv-rust:riscv-rust-pr, r...
2018-08-02 borsAuto merge of #52206 - RalfJung:zst-slices, r=alexcrichton
2018-08-01 Ralf Junguse the same length computation everywhere
2018-08-01 Ralf JungIntroduce another way to compute the length, to fix...
2018-08-01 Ralf Jungsimplify len macro: No longer require the type
2018-08-01 Ralf Jungmacro-inline len() and is_empty() to fix performance...
2018-08-01 Ralf Jungmake the code for nth closer to what it used to be
2018-08-01 Ralf Junguse wrapping_offset; fix logic error in nth
2018-08-01 Ralf Jungcomments
2018-08-01 Ralf Jungslice iterators: ZST iterators no longer just "make...
2018-08-01 borsAuto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
2018-07-30 Brad Gibsonresolved upstream merge conflicts
2018-07-25 Tatsuyuki IshiMerge remote-tracking branches 'ljedrz/dyn_libcore...
2018-07-24 Mark RousskovRollup merge of #52656 - jD91mZM2:stablize-uds, r=alexc...
2018-07-24 Mark RousskovRollup merge of #52391 - Amanieu:volatile_unaligned...
2018-07-24 borsAuto merge of #52189 - cuviper:static-box-leak, r=bluss
2018-07-22 kennytmRollup merge of #52587 - csmoe:doc, r=kennytm
2018-07-22 kennytmRollup merge of #52465 - sekineh:add-ci-thumb, r=alexcr...
2018-07-22 kennytmRollup merge of #51807 - newpavlov:deprecate_str_slice...
2018-07-22 borsAuto merge of #52368 - GuillaumeGomez:intra_doc_link_re...
2018-07-21 borsAuto merge of #51485 - estebank:dehighlight-secondary...
2018-07-19 borsAuto merge of #51854 - davidtwco:rfc-2008-rustdoc,...
2018-07-18 kennytmRollup merge of #51628 - euclio:line-writer, r=frewsxcv
2018-07-18 borsAuto merge of #52375 - oli-obk:the_early_lint_pass_gets...
2018-07-18 kennytmRollup merge of #52218 - rivertam:patch-1, r=withoutboats
2018-07-18 kennytmRollup merge of #52116 - Pazzaz:match-str-case, r=Simon...
2018-07-18 borsAuto merge of #52342 - nnethercote:CanonicalVar, r...
2018-07-17 borsAuto merge of #52145 - ExpHP:drop-it-like-its-eof,...
2018-07-17 kennytmRollup merge of #52385 - GuillaumeGomez:pass-edition...
2018-07-17 kennytmRollup merge of #52306 - ljedrz:obligation_forest_clone...
2018-07-17 kennytmRollup merge of #52286 - ljedrz:dyn_librustc_errors...
2018-07-17 borsAuto merge of #52335 - nnethercote:BitSlice-fixes,...
2018-07-17 borsAuto merge of #52285 - ljedrz:dyn_librustc_driver,...
2018-07-16 kennytmRollup merge of #52285 - ljedrz:dyn_librustc_driver...
2018-07-15 borsAuto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb
2018-07-15 borsAuto merge of #52348 - oli-obk:bugfix, r=petrochenkov
2018-07-14 borsAuto merge of #52318 - TheDarkula:master, r=oli-obk
2018-07-14 borsAuto merge of #52326 - alexcrichton:tweak-proc-macro...
2018-07-14 borsAuto merge of #52212 - kennytm:o3-again, r=alexcrichton
2018-07-14 borsAuto merge of #52244 - glandium:issue52097, r=estebank
2018-07-14 borsAuto merge of #52328 - petrochenkov:pmroot, r=alexcrichton
2018-07-14 borsAuto merge of #52314 - varkor:issue-52023, r=oli-obk
2018-07-13 borsAuto merge of #52266 - michaelwoerister:incr-thinlto...
2018-07-13 kennytmRollup merge of #52333 - kennytm:linux-core-dump, r...
2018-07-13 kennytmRollup merge of #52330 - jethrogb:jb/target-link-args...
2018-07-13 kennytmRollup merge of #52322 - varkor:llvm-7-rebuild-trigger...
2018-07-13 kennytmRollup merge of #52316 - seanmonstar:waker-unsafety...
2018-07-13 kennytmRollup merge of #52315 - ljedrz:FIXME_#27942, r=petroch...
2018-07-13 kennytmRollup merge of #52310 - Mark-Simulacrum:release-notes...
2018-07-13 kennytmRollup merge of #52302 - ljedrz:dyn_futureproofing...
2018-07-13 kennytmRollup merge of #52300 - ljedrz:dyn_target_test, r...
2018-07-13 kennytmRollup merge of #52299 - ljedrz:dyn_libserialize, r...
2018-07-13 kennytmRollup merge of #52293 - ljedrz:dyn_librustc_typeck...
2018-07-13 kennytmRollup merge of #52290 - ljedrz:dyn_librustc_save_analy...
2018-07-13 kennytmRollup merge of #52280 - japaric:llvm-tools-preview...
2018-07-13 kennytmRollup merge of #52156 - zajlerke:update-deprecation...
2018-07-13 kennytmRollup merge of #52003 - Kerollmops:option-replace...
2018-07-13 kennytmRollup merge of #51962 - crlf0710:patch-2, r=alexcrichton
2018-07-13 borsAuto merge of #52242 - ashtneoi:suggest-ref-mut, r...
2018-07-13 borsAuto merge of #51987 - nikomatsakis:nll-region-infer...
2018-07-13 borsAuto merge of #51622 - kennytm:three-field-range-inclus...
2018-07-13 borsAuto merge of #52281 - cramertj:fast-tls, r=alexcrichton
2018-07-13 borsAuto merge of #52275 - alexcrichton:no-macro-use, r=nrc
2018-07-13 kennytmChange RangeInclusive to a three-field struct.
2018-07-13 borsAuto merge of #52046 - cramertj:fix-generator-mir,...
2018-07-12 borsAuto merge of #51339 - sdroege:exact-chunks-remainder...
2018-07-12 borsAuto merge of #52256 - tinco:issue_52255, r=sanxiyn
2018-07-12 kennytmRollup merge of #52276 - alexcrichton:validate-proc...
2018-07-12 kennytmRollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytm
2018-07-12 kennytmRollup merge of #51912 - mbrubeck:more_box_slice_clone...
2018-07-12 kennytmRollup merge of #51816 - nodakai:conf-py-tmpfile, r...
2018-07-12 borsAuto merge of #52230 - alexcrichton:attr-and-derive...
2018-07-12 borsAuto merge of #52194 - steveklabnik:remove-plugins...
2018-07-12 borsAuto merge of #52089 - eddyb:issue-51907, r=nagisa
2018-07-11 borsAuto merge of #52172 - oli-obk:clippy_in_rls, r=nrc
2018-07-11 Mark RousskovRollup merge of #52254 - ljedrz:dyn_librustc_metadata...
2018-07-11 Mark RousskovRollup merge of #52253 - ljedrz:dyn_librustc_data_struc...
next