]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-02 Jorge Apariciofix rpass test with s/Output/Target/g
2015-01-02 Niko MatsakisHandle recursive obligations without exiting the infere...
2015-01-02 Niko MatsakisTemporarily do not evaluate subobligations.
2015-01-02 Niko MatsakisEvaluate projection predicates during trait selection...
2015-01-02 Niko MatsakisDo not ICE when projecting out of a value with type...
2015-01-02 Jorge Apariciocore: use assoc types in `Deref[Mut]`
2015-01-02 Corey Richardsonrustdoc: fix rendering of associated types
2015-01-02 Jorge Apariciomerge `*SliceExt` traits, use assoc types in `SliceExt...
2015-01-02 Alex CrichtonRegister new snapshots
2015-01-02 borsauto merge of #20356 : Gankro/rust/stab, r=aturon
2015-01-02 borsauto merge of #20412 : nikomatsakis/rust/assoc-types...
2015-01-02 borsauto merge of #20189 : cmr/rust/i32-fallback, r=nikomat...
2015-01-02 borsauto merge of #20387 : nick29581/rust/arrays-2, r=alexc...
2015-01-02 Niko MatsakisReplace the TODO with a FIXME.
2015-01-01 Niko MatsakisNormalize the associated types in closure and closure...
2015-01-01 Niko MatsakisRefactor the Typer interface to separate out UnboxedClo...
2015-01-01 Niko MatsakisNormalize predicates found on the impl
2015-01-01 Corey RichardsonImplement numeric fallback
2015-01-01 Nick CameronMore fallout
2015-01-01 Nick CameronAdd tests
2015-01-01 Nick CameronFallout - change array syntax to use `;`
2015-01-01 Nick CameronAccept ranges with only a maximum value: `..expr`
2015-01-01 Nick CameronDisallow [_, ..n] syntax for fixed length arrays and...
2015-01-01 borsauto merge of #20190 : cmr/rust/gate-macro-args, r...
2015-01-01 Corey RichardsonFeature gate macro arguments
2015-01-01 borsauto merge of #19388 : nick29581/rust/rc-show, r=alexcr...
2015-01-01 Nick CameronReviewer change
2015-01-01 Nick CameronAdd some impls of Show (RefCell, Weak, some resolve...
2015-01-01 borsauto merge of #20363 : japaric/rust/moar-uc, r=nmatsakis
2015-01-01 Jorge Apariciorustc_trans: replace `EnterPatterns` alias with an...
2015-01-01 Jorge Apariciorustc: replace `pick` alias with an unboxed closure
2015-01-01 Jorge Apariciorustc: replace `GetCrateDataCb` alias with an unboxed...
2015-01-01 Jorge Apariciotime: unbox closures used in let bindings
2015-01-01 Jorge Apariciosyntax: unbox closures used in let bindings
2015-01-01 Jorge Apariciostd: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustdoc: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_typeck: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_trans: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_resolve: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_driver: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_borrowck: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_back: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc: unbox closures used in let bindings
2015-01-01 Jorge Apariciogetopts: unbox closures used in let bindings
2015-01-01 Jorge Apariciocore: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_borrowck: unbox closures used in function arguments
2015-01-01 Jorge Apariciorustc_trans: unbox closures used in function arguments
2015-01-01 Jorge Apariciorustc: unbox closures used in function arguments
2015-01-01 Jorge Apariciosyntax: unbox closures used in function arguments
2015-01-01 Jorge Apariciostd: unbox closures used in function arguments
2015-01-01 borsauto merge of #20374 : nikomatsakis/rust/assoc-types...
2015-01-01 Jorge Apariciocollections: fix fallout
2015-01-01 Jorge Apariciounicode: unbox closures used in function arguments
2014-12-31 Alexis Beingessnerstabilize more of collections
2014-12-31 Niko MatsakisConvert TODO to FIXME for now
2014-12-31 Niko MatsakisRemove a TODO now that we handle normalization-derived...
2014-12-31 borsauto merge of #20360 : alexcrichton/rust/rollup, r...
2014-12-31 Niko MatsakisFix whitespace.
2014-12-31 Niko MatsakisTeach trans to drain fulfillment context. japaric encou...
2014-12-31 Niko MatsakisInclude projection bounds in superpredicates.
2014-12-31 Alex Crichtonrollup merge of #20375: brson/windistfix
2014-12-31 Alex CrichtonRevert "std: Re-enable at_exit()"
2014-12-31 Brian Andersonmk: Fix the location of a temp dir when building instal...
2014-12-31 Niko MatsakisAdd tests for two random issues that seem to be fixed...
2014-12-31 Niko MatsakisRework normalization so that it works recursively,...
2014-12-31 Alex CrichtonTest fixes and rebase conflicts
2014-12-31 Niko MatsakisNormalize bounds also in the UFCS cases (and get more...
2014-12-31 Niko MatsakisAdd ignore pretty.
2014-12-31 Niko MatsakisIncorporate fix from japaric for cross-crate ICE
2014-12-31 Niko MatsakisPatch projection to not be so eager to unify type varia...
2014-12-31 Alex Crichtonrollup merge of #20061: aturon/stab-2-vec-slice
2014-12-31 Aaron TuronFallout from stabilization
2014-12-31 Alex Crichtonrollup merge of #20353: alexcrichton/snapshots
2014-12-31 Alex Crichtonrollup merge of #20350: fhahn/issue-20340-rustdoc-version
2014-12-31 Alex Crichtonrollup merge of #20348: frewsxcv/rm-reexports
2014-12-31 Alex Crichtonrollup merge of #20344: brson/srctarballs
2014-12-31 Alex Crichtonrollup merge of #20332: js-ojus/master
2014-12-31 Alex Crichtonrollup merge of #20330: fhahn/issue-15877-model-lexer...
2014-12-31 Alex Crichtonrollup merge of #20329: vhbit/ios-rand-fix
2014-12-31 Alex Crichtonrollup merge of #20328: huonw/attack-of-the-clones
2014-12-31 Alex Crichtonrollup merge of #20326: rohitjoshi/master
2014-12-31 Alex Crichtonrollup merge of #20325: nick29581/obj-safety-static
2014-12-31 Alex Crichtonrollup merge of #20323: brson/beta
2014-12-31 Alex Crichtonrollup merge of #20321: epall/patch-1
2014-12-31 Alex Crichtonrollup merge of #20316: seanmonstar/patch-1
2014-12-31 Alex Crichtonrollup merge of #20286: murarth/get-address-name
2014-12-31 Alex Crichtonrollup merge of #20247: steveklabnik/gh20088
2014-12-31 Alex Crichtonrollup merge of #20217: luqmana/pc
2014-12-31 Alex Crichtonrollup merge of #20115: gereeter/split-module-building
2014-12-31 Alex Crichtonrollup merge of #20065: aturon/stab-2-cmp
2014-12-31 Alex Crichtonrollup merge of #20045: alexcrichton/issue-20012
2014-12-31 Alex Crichtonrollup merge of #19954: michaelwoerister/rust-gdb
2014-12-30 Alex CrichtonRegister new snapshots
2014-12-30 Aaron TuronStabilize cmp
2014-12-30 Alex Crichtonstd: Re-enable at_exit()
2014-12-30 Florian HahnAdd verbose option to rustdoc in order to fix problem...
2014-12-30 Aaron TuronAdjustments from review
2014-12-30 Aaron TuronLibs: Unify concat and concat_vec
2014-12-30 Aaron TuronSecond pass stabilization: slice
2014-12-30 Aaron TuronSecond pass stabilization: vec
next