]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-16 Piotr CzarneckiImplement remove for RingBuf
2014-12-14 borsauto merge of #19725 : vadimcn/rust/inst-path, r=alexcr...
2014-12-14 borsauto merge of #19338 : nikomatsakis/rust/unboxed-closur...
2014-12-14 borsauto merge of #19690 : barosl/rust/struct-variant-as...
2014-12-14 Niko MatsakisStop using diagnostics to avoid merge conflicts.
2014-12-14 Niko MatsakisTemporarily remove issue #14039; it is fixed and re...
2014-12-14 Niko MatsakisAdd some tests for obsolete code, sugar used in appropr...
2014-12-14 Niko MatsakisUpdate emacs and vi modes.
2014-12-14 Niko MatsakisUpdate guide/intro to take into account the removal...
2014-12-14 Niko MatsakisDelete tests that are either no longer relevant or...
2014-12-14 Niko MatsakisMostly rote conversion of `proc()` to `move||` (and...
2014-12-14 Niko MatsakisRewrite WorkItem not to use `proc()`.
2014-12-14 Niko MatsakisPatch rustdoc to include missing types, make the match...
2014-12-14 Niko MatsakisRemove `proc` types/expressions from the parser, compil...
2014-12-14 Niko MatsakisAdjust feature gates to allow for parenthetical notatio...
2014-12-14 Niko MatsakisPurge the hack that allows `FnOnce` to be used with...
2014-12-14 Niko MatsakisRewrite threading infrastructure, introducing `Thunk...
2014-12-14 borsauto merge of #19677 : japaric/rust/deprecate-tupleN...
2014-12-14 borsauto merge of #19669 : alfie/rust/master, r=sanxiyn
2014-12-14 Jorge AparicioGet rid of all the remaining uses of `refN`/`valN`...
2014-12-14 Jorge Apariciolibcore: allow deprecated `valN` methods on doc tests
2014-12-14 Jorge Apariciolibgraphviz: use tuple indexing
2014-12-14 Jorge Apariciolibcoretest: use tuple indexing
2014-12-14 Jorge Apariciolibrustdoc: use tuple indexing
2014-12-14 Jorge Apariciolibrustc_trans: use tuple indexing
2014-12-14 Jorge Apariciolibrustc: use tuple indexing
2014-12-14 Jorge Apariciolibsyntax: use tuple indexing
2014-12-14 Jorge Apariciolibregex: use tuple indexing
2014-12-14 Jorge Apariciolibstd: use tuple indexing
2014-12-14 Jorge Apariciolibcollections: use tuple indexing
2014-12-14 Jorge Apariciolibunicode: use tuple indexing
2014-12-14 Jorge AparicioDeprecate the `TupleN` traits
2014-12-13 borsauto merge of #19467 : japaric/rust/uc, r=alexcrichton
2014-12-13 Jorge Apariciolibrustc_borrowck: add `#![feature(unboxed_closures)]`
2014-12-13 Jorge Apariciolibstd: add missing imports
2014-12-13 Jorge AparicioRemove some unnecessary `move` keywords
2014-12-13 Jorge Apariciolibtest: use unboxed closures
2014-12-13 Jorge Apariciolibrustc_driver: use unboxed closures
2014-12-13 Jorge Apariciolibrustc_typeck: use unboxed closures
2014-12-13 Jorge Apariciolibrustdoc: use unboxed closures
2014-12-13 Jorge Apariciolibrustc_trans: use unboxed closures
2014-12-13 Jorge Apariciolibrustc_trans: fix fallout
2014-12-13 Jorge Apariciolibrustc_typeck: fix fallout
2014-12-13 Jorge Apariciolibrustc: use unboxed closures
2014-12-13 Jorge Apariciolibrustc_llvm: use unboxed closures
2014-12-13 Jorge Apariciolibrustc_trans: fix fallout
2014-12-13 Jorge Apariciolibrustc_back: use unboxed closures
2014-12-13 Jorge Apariciolibrustc: fix fallout
2014-12-13 Jorge Apariciolibsyntax: use unboxed closures
2014-12-13 Jorge AparicioFix benches
2014-12-13 Jorge Apariciolibstd: use unboxed closures
2014-12-13 Jorge Apariciolibrustrt: use unboxed closures
2014-12-13 Jorge Apariciolibregex_macros: use unboxed closures
2014-12-13 Jorge Apariciolibcollections: use unboxed closures
2014-12-13 Jorge Apariciolibserialize: use unboxed closures
2014-12-13 Jorge Apariciolibregex: use unboxed closures
2014-12-13 Jorge Apariciolibarena: use unboxed closures
2014-12-13 Jorge Apariciolibregex: fix fallout in doc tests
2014-12-13 Jorge Apariciolibregex: impl Replacer for FnMut(&Captures) -> String...
2014-12-13 Jorge Apariciolibrustc: fix fallout
2014-12-13 Jorge Apariciolibrbml: use unboxed closures in free functions
2014-12-13 Jorge Apariciolibrbml: fix fallout
2014-12-13 Jorge Apariciolibserialize: use unboxed closures
2014-12-13 Jorge Apariciolibrand: use unboxed closures in `distributions` module
2014-12-13 Jorge Apariciolibgraphviz: use unboxed closures in `LabelText` methods
2014-12-13 Jorge Apariciolibgetopts: use unboxed closures in `each_split_within`
2014-12-13 Jorge Apariciolibcore: use unboxed closures in `slice::raw` free...
2014-12-13 Jorge Apariciolibcore: use unboxed closures in `float_to_str_bytes_co...
2014-12-13 Jorge Apariciolibcollections: use unboxed closures in `VecMap` methods
2014-12-13 Jorge Apariciolibgraphviz: fix fallout
2014-12-13 Jorge Apariciolibcollections: use unboxed closures in `[Clone]SliceAl...
2014-12-13 Jorge Apariciolibcollections: use unboxed closures in `DList` methods
2014-12-13 Jorge Apariciolibcollections: use unboxed closures in `Vec` methods
2014-12-13 Jorge Apariciolibcollections: use unboxed closures in `Bitv` methods
2014-12-13 Jorge Apariciolibcollections: use unboxed closures in `TreeMap` methods
2014-12-13 Jorge Apariciolibcore: use unboxed closures in the `char` module
2014-12-13 Jorge Apariciolibcore: use unboxed closures in `Formatter` methods
2014-12-13 Jorge Apariciolibcore: fix fallout in doc tests
2014-12-13 Jorge Apariciolibrustrt: fix fallout
2014-12-13 Jorge Apariciolibcoretest: fix fallout
2014-12-13 Jorge AparicioFix run pass test
2014-12-13 Jorge Apariciolibstd: fix fallout
2014-12-13 Jorge Apariciolibcore: use unboxed closures in the `finally` module
2014-12-13 Jorge Apariciolibcore: use unboxed closures in `SlicePrelude` methods
2014-12-13 Jorge Apariciolibcore: use unboxed closures in the fields of `MutSplits`
2014-12-13 Jorge Apariciolibstd: fix fallout
2014-12-13 Jorge Apariciolibcore: use unboxed closures in the fields of `Splits`
2014-12-13 Jorge Apariciolibcore: fix fallout in doctests
2014-12-13 Jorge Apariciolibcoretest: fix fallout in unit tests
2014-12-13 Jorge Apariciolibcollections: fix fallout in unit tests
2014-12-13 Jorge Apariciolibrustdoc: fix fallout
2014-12-13 Jorge Apariciolibstd: fix fallout
2014-12-13 Jorge Apariciolibunicode: fix fallout
2014-12-13 Jorge Apariciolibcore: impl CharEq for FnMut(char) -> bool implementors
2014-12-13 Jorge Apariciolibcore: use unboxed closures in `ExactSizeIterator...
2014-12-13 Jorge Apariciolibcollections: fix unit tests
2014-12-13 Jorge AparicioFix run-pass tests
2014-12-13 Jorge Apariciolibrustc: fix fallout
2014-12-13 Jorge Apariciolibregex: fix fallout
2014-12-13 Jorge Apariciolibcore: use unboxed closures in `IteratorExt` methods
next