]> git.lizzy.rs Git - rust.git/history - src/libcore
libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
[rust.git] / src / libcore /
2014-08-19 borsauto merge of #16590 : nham/rust/str_searcher_underflow...
2014-08-19 borsauto merge of #16588 : thestinger/rust/aslr, r=pcwalton
2014-08-19 borsauto merge of #16585 : steveklabnik/rust/random_remarks...
2014-08-19 borsauto merge of #16583 : steveklabnik/rust/gh16569, r...
2014-08-19 borsauto merge of #16582 : Gankro/rust/bitv, r=alexcrichton
2014-08-19 borsauto merge of #16364 : tbu-/rust/pr_checkeddiv0, r...
2014-08-19 borsauto merge of #16573 : ruud-v-a/rust/timespec-arithmeti...
2014-08-19 borsauto merge of #16345 : EduardoBautista/rust/fix-error...
2014-08-19 borsauto merge of #16580 : steveklabnik/rust/gh1498, r...
2014-08-18 borsauto merge of #16579 : steveklabnik/rust/gh9099, r...
2014-08-18 nhamFix underflow bug in core::str::Searcher::new for hayst...
2014-08-18 borsauto merge of #16578 : steveklabnik/rust/gh16239, r...
2014-08-18 borsauto merge of #16575 : pcwalton/rust/import-foo-as...
2014-08-18 Steve KlabnikImprove text of Option.unwrap()
2014-08-18 Patrick Waltonlibsyntax: Remove the `use foo = bar` syntax from the...
2014-08-18 borsauto merge of #16556 : pczarn/rust/wbr, r=alexcrichton
2014-08-18 borsauto merge of #16559 : Gankro/rust/bitv, r=pcwalton
2014-08-17 borsauto merge of #16558 : Gankro/rust/hashbig, r=pcwalton
2014-08-17 borsauto merge of #16550 : kaseyc/rust/fix_documentation_er...
2014-08-17 borsauto merge of #16547 : huonw/rust/new-kw, r=pcwalton
2014-08-17 borsauto merge of #16543 : huonw/rust/deprecated-btree...
2014-08-17 borsauto merge of #16537 : jakub-/rust/use-mod-manual,...
2014-08-17 borsauto merge of #16535 : michaelsproul/rust/vim-traits...
2014-08-17 borsauto merge of #16498 : Kimundi/rust/inline-utf-encoding...
2014-08-17 borsauto merge of #16482 : pcwalton/rust/resolve-shadowing...
2014-08-17 Patrick Waltonlibrustc: Forbid external crates, imports, and/or items...
2014-08-16 borsauto merge of #16531 : alexcrichton/rust/snapshots...
2014-08-16 Marvin LöbelOptimized IR generation for UTF-8 and UTF-16 encoding
2014-08-16 borsauto merge of #16475 : treeman/rust/complex-divide...
2014-08-16 Alex CrichtonRegister new snapshots
2014-08-15 borsauto merge of #16493 : kballard/rust/fix_drop_field_ord...
2014-08-15 borsauto merge of #16494 : pnkfelix/rust/fsk-quotstx-follow...
2014-08-15 borsauto merge of #16486 : kballard/rust/vim_conceal, r...
2014-08-15 borsauto merge of #16435 : vadimcn/rust/windows, r=pcwalton
2014-08-14 borsauto merge of #16474 : MatejLach/rust/cargorun_fix...
2014-08-14 borsauto merge of #16122 : pcwalton/rust/lifetimes-in-unbox...
2014-08-14 borsauto merge of #16484 : dotdash/rust/empty_struct_wrappe...
2014-08-14 borsauto merge of #16470 : liigo/rust/rename-private-cmp...
2014-08-14 borsauto merge of #16444 : steveklabnik/rust/fix_boxes_in_m...
2014-08-14 borsauto merge of #16440 : bheesham/rust/master, r=brson
2014-08-14 borsauto merge of #16428 : mdinger/rust/sort_attributes...
2014-08-14 borsauto merge of #16332 : brson/rust/slicestab, r=aturon
2014-08-13 Brian AndersonAddress some review feedback
2014-08-13 Brian Andersoncore: Change the argument order on splitn and rsplitn...
2014-08-13 Brian Andersoncore: Put stability attributes all over the slice module
2014-08-13 borsauto merge of #16438 : phi-gamma/rust/doc-fixes, r...
2014-08-13 Brian Andersoncore: Add binary_search and binary_search_elem methods...
2014-08-13 Brian Andersoncore: Rename ImmutableEqSlice to ImmutablePartialEqSlice
2014-08-13 Brian Andersoncore: Rename MutableCloneableSlice::copy_from to clone_...
2014-08-13 Brian Andersoncore: Deprecate ImmutableSlice::tailn and initn
2014-08-13 Brian Andersoncore: Rename ImmutableSlice::unsafe_ref to unsafe_get
2014-08-13 Brian Andersonstd: Rename slice::Vector to Slice
2014-08-13 Brian Andersonstd: Rename various slice traits for consistency
2014-08-13 borsauto merge of #16381 : pnkfelix/rust/fsk-rust.md-fixes...
2014-08-13 Liigo Zhuanglibcore: rename private cmp macros
2014-08-13 borsauto merge of #16458 : pcwalton/rust/borrowck-for-moves...
2014-08-12 borsauto merge of #16454 : pcwalton/rust/types-in-path...
2014-08-12 borsauto merge of #16081 : luqmana/rust/nr, r=pcwalton
2014-08-12 borsauto merge of #16434 : vadimcn/rust/many-crates-but...
2014-08-12 borsauto merge of #16425 : nham/rust/fix_nan_format, r...
2014-08-12 borsauto merge of #16195 : P1start/rust/more-index, r=aturon
2014-08-12 borsauto merge of #16284 : alexcrichton/rust/issue-16272...
2014-08-12 nhamChange std::fmt::{Float,LowerExp,UpperExp} to not print...
2014-08-12 Luqman Adenlibrustc: Don't allow return_address intrinsic in funct...
2014-08-12 borsauto merge of #16417 : jasonthompson/rust/docs/slice3...
2014-08-11 borsauto merge of #16416 : nick29581/rust/log, r=pnkfelix
2014-08-11 borsauto merge of #16196 : huonw/rust/fail-dead-code, r...
2014-08-11 Huon Wilsoncore/std: squash dead_code warnings from fail! invocations.
2014-08-11 borsauto merge of #15410 : LemmingAvalanche/rust/patch...
2014-08-10 borsauto merge of #16185 : luqmana/rust/match-drop, r=pcwalton
2014-08-10 borsauto merge of #16387 : Gankro/rust/doc-search, r=cmr
2014-08-10 borsauto merge of #16373 : brson/rust/nopads, r=pcwalton
2014-08-10 borsauto merge of #16371 : Gankro/rust/friendly-contrib...
2014-08-09 borsauto merge of #16359 : epdtry/rust/mono-item-dedup...
2014-08-09 borsauto merge of #16356 : ruud-v-a/rust/fix-f32-doc, r...
2014-08-09 borsauto merge of #16350 : hirschenberger/rust/issue-15917...
2014-08-09 borsauto merge of #16346 : vadimcn/rust/win64-cabi, r=brson
2014-08-09 borsauto merge of #16342 : alexcrichton/rust/issue-16341...
2014-08-09 borsauto merge of #16340 : thestinger/rust/pie, r=brson
2014-08-09 borsauto merge of #16326 : pnkfelix/rust/fsk-add-path-suffi...
2014-08-09 borsauto merge of #16323 : c-nixon/rust/master, r=alexcrichton
2014-08-09 borsauto merge of #15964 : huonw/rust/gensym-test, r=alexcr...
2014-08-09 borsauto merge of #16314 : Ryman/rust/ringbuf_non_pow2...
2014-08-08 borsauto merge of #16277 : Gankro/rust/responsive-docs...
2014-08-08 Tobias BucherAdd division by zero case to the `CheckedDiv` comment
2014-08-08 borsauto merge of #16336 : retep998/rust/master, r=brson
2014-08-08 borsauto merge of #16333 : steveklabnik/rust/guide_strings...
2014-08-08 Ruud van Asseldonklibcore: Fix documentation comment for f32.
2014-08-08 borsauto merge of #16255 : steveklabnik/rust/guide_methods...
2014-08-08 borsauto merge of #16327 : mdinger/rust/typo, r=steveklabnik
2014-08-08 borsauto merge of #16349 : nikomatsakis/rust/snapshot-20140...
2014-08-08 Niko MatsakisRegister new snapshot 12e0f72
2014-08-08 borsauto merge of #16325 : froydnj/rust/vec-grammar-fix...
2014-08-08 borsauto merge of #16321 : gioele/rust/use-local-rust,...
2014-08-08 borsauto merge of #16309 : steveklabnik/rust/guide_tasks...
2014-08-08 borsauto merge of #16279 : nham/rust/fix_slice_docs, r...
2014-08-08 borsauto merge of #16285 : alexcrichton/rust/rename-share...
2014-08-08 borsauto merge of #16273 : steveklabnik/rust/guide_generics...
2014-08-07 borsauto merge of #16206 : steveklabnik/rust/guide_lambdas...
2014-08-07 borsauto merge of #15831 : rpjohnst/rust/generic-foreign...
next