about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1160/+1138
2015-01-02rollup merge of #20157: alexcrichton/issue-20068Alex Crichton-1233/+1699
2015-01-02Properly deal with Ordering in the guideSteve Klabnik-40/+56
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1198/+1648
2015-01-02auto merge of #20356 : Gankro/rust/stab, r=aturonbors-364/+450
2015-01-02auto merge of #20412 : nikomatsakis/rust/assoc-types, r=aturonbors-164/+381
2015-01-02auto merge of #20189 : cmr/rust/i32-fallback, r=nikomatsakisbors-54/+57
2015-01-02auto merge of #20387 : nick29581/rust/arrays-2, r=alexcrichtonbors-387/+414
2015-01-01Replace the TODO with a FIXME.Niko Matsakis-1/+1
2015-01-01Normalize the associated types in closure and closure upvar types.Niko Matsakis-44/+145
2015-01-01Refactor the Typer interface to separate out UnboxedClosureTyper methods, whi...Niko Matsakis-119/+195
2015-01-01Normalize predicates found on the implNiko Matsakis-9/+49
2015-01-01Implement numeric fallbackCorey Richardson-54/+57
2015-01-02More falloutNick Cameron-149/+149
2015-01-02Add testsNick Cameron-0/+32
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-222/+223
2015-01-02Accept ranges with only a maximum value: `..expr`Nick Cameron-4/+11
2015-01-02Disallow [_, ..n] syntax for fixed length arrays and repeating array construc...Nick Cameron-15/+2
2015-01-01auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichtonbors-78/+172
2015-01-01Feature gate macro argumentsCorey Richardson-78/+172
2015-01-01auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichtobors-5/+36
2015-01-01Reviewer changeNick Cameron-5/+1
2015-01-01Add some impls of Show (RefCell, Weak, some resolve types)Nick Cameron-5/+40
2015-01-01auto merge of #20363 : japaric/rust/moar-uc, r=nmatsakisbors-224/+248
2014-12-31rustc_trans: replace `EnterPatterns` alias with an unboxed closureJorge Aparicio-9/+9
2014-12-31rustc: replace `pick` alias with an unboxed closureJorge Aparicio-5/+1
2014-12-31rustc: replace `GetCrateDataCb` alias with an unboxed closureJorge Aparicio-18/+19
2014-12-31time: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31syntax: unbox closures used in let bindingsJorge Aparicio-15/+15
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-5/+5
2014-12-31rustdoc: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-31rustc_typeck: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-31rustc_trans: unbox closures used in let bindingsJorge Aparicio-16/+16
2014-12-31rustc_resolve: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-31rustc_driver: unbox closures used in let bindingsJorge Aparicio-6/+6
2014-12-31rustc_borrowck: unbox closures used in let bindingsJorge Aparicio-11/+11
2014-12-31rustc_back: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31rustc: unbox closures used in let bindingsJorge Aparicio-14/+14
2014-12-31getopts: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31core: unbox closures used in let bindingsJorge Aparicio-3/+3
2014-12-31rustc_borrowck: unbox closures used in function argumentsJorge Aparicio-4/+12
2014-12-31rustc_trans: unbox closures used in function argumentsJorge Aparicio-7/+11
2014-12-31rustc: unbox closures used in function argumentsJorge Aparicio-53/+59
2014-12-31syntax: unbox closures used in function argumentsJorge Aparicio-31/+35
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-5/+7
2015-01-01auto merge of #20374 : nikomatsakis/rust/assoc-types, r=nikomatsakisbors-430/+886
2014-12-31collections: fix falloutJorge Aparicio-1/+1
2014-12-31unicode: unbox closures used in function argumentsJorge Aparicio-12/+15
2014-12-31stabilize more of collectionsAlexis Beingessner-364/+450
2014-12-31Convert TODO to FIXME for nowNiko Matsakis-1/+1