about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-12-13libcore: use unboxed closures in `SlicePrelude` methodsJorge Aparicio-2/+2
2014-12-13libcore: use unboxed closures in the fields of `MutSplits`Jorge Aparicio-11/+20
2014-12-13libstd: fix falloutJorge Aparicio-1/+1
2014-12-13libcore: use unboxed closures in the fields of `Splits`Jorge Aparicio-12/+19
2014-12-13libcore: fix fallout in doctestsJorge Aparicio-9/+45
2014-12-13libcoretest: fix fallout in unit testsJorge Aparicio-6/+7
2014-12-13libcollections: fix fallout in unit testsJorge Aparicio-12/+12
2014-12-13librustdoc: fix falloutJorge Aparicio-1/+2
2014-12-13libstd: fix falloutJorge Aparicio-3/+2
2014-12-13libunicode: fix falloutJorge Aparicio-5/+7
2014-12-13libcore: impl CharEq for FnMut(char) -> bool implementorsJorge Aparicio-13/+6
2014-12-13libcore: use unboxed closures in `ExactSizeIterator` methodsJorge Aparicio-1/+1
2014-12-13libcollections: fix unit testsJorge Aparicio-27/+54
2014-12-13Fix run-pass testsJorge Aparicio-3/+4
2014-12-13librustc: fix falloutJorge Aparicio-2/+2
2014-12-13libregex: fix falloutJorge Aparicio-2/+4
2014-12-13libcore: use unboxed closures in `IteratorExt` methodsJorge Aparicio-7/+7
2014-12-13libcore: use unboxed closures in the fields of `Unfold`Jorge Aparicio-11/+18
2014-12-13libcoretest: fix falloutJorge Aparicio-1/+1
2014-12-13libcore: use unboxed closures in the fields of `Inspect`Jorge Aparicio-11/+18
2014-12-13libcore: use unboxed closures in the fields of `FlatMap`Jorge Aparicio-10/+17
2014-12-13libcore: use unboxed closures in the fields of `Scan`Jorge Aparicio-6/+10
2014-12-13libcore: use unboxed closures in the fields of `TakeWhile`Jorge Aparicio-5/+5
2014-12-13libcore: use unboxed closures in the fields of `SkipWhile`Jorge Aparicio-5/+5
2014-12-13librustdoc: fix falloutJorge Aparicio-2/+1
2014-12-13libstd: fix falloutJorge Aparicio-14/+22
2014-12-13libcollections: fix falloutJorge Aparicio-5/+10
2014-12-13libcore: use unboxed closures in the fields of `FilterMap`Jorge Aparicio-7/+12
2014-12-13librustc_trans: fix falloutJorge Aparicio-4/+11
2014-12-13libunicode: fix falloutJorge Aparicio-3/+3
2014-12-13libcore: use unboxed closures in the fields of `Filter`Jorge Aparicio-6/+9
2014-12-13librustc_trans: fix falloutJorge Aparicio-2/+4
2014-12-13librustc: fix falloutJorge Aparicio-11/+12
2014-12-13libsyntax: fix falloutJorge Aparicio-2/+3
2014-12-13libstd: fix falloutJorge Aparicio-16/+28
2014-12-13librustrt: fix falloutJorge Aparicio-3/+5
2014-12-13libcollections: fix falloutJorge Aparicio-22/+43
2014-12-13libcore: use unboxed closures in the fields of `Map`Jorge Aparicio-17/+28
2014-12-13libcore: use unboxed closures in `Result` methodsJorge Aparicio-6/+8
2014-12-13Fix compile fail testsJorge Aparicio-1/+1
2014-12-13librustc_trans: fix falloutJorge Aparicio-5/+3
2014-12-13libcore: use unboxed closures in `Option` methodsJorge Aparicio-8/+8
2014-12-13auto merge of #19582 : nikomatsakis/rust/crateification, r=alexcrichtonbors-148/+133
2014-12-13auto merge of #19627 : steveklabnik/rust/testing_guide, r=cmrbors-255/+450
2014-12-13Revamped testing guideSteve Klabnik-255/+450
2014-12-13auto merge of #19695 : arthurtw/rust/master, r=steveklabnikbors-5/+4
2014-12-13auto merge of #19685 : jbranchaud/rust/add-btreemap-iter-doctests, r=Gankrobors-0/+33
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-148/+133
2014-12-13auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankrobors-9/+8
2014-12-13auto merge of #19683 : nikomatsakis/rust/generalized-where-clauses, r=nrcbors-1080/+1440