]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-03 Jorge Apariciostd: fix fallout
2015-01-03 Jorge Apariciocollections: fix fallout
2015-01-03 Jorge Apariciocore: use assoc types in `Index[Mut]`
2015-01-03 Jorge Apariciotypeck: Index[Mut] traits now have *one* input paramete...
2015-01-03 Jorge Apariciouse assoc types in unop traits
2015-01-03 Jorge Apariciouse assoc types in binop traits
2015-01-03 Jorge Apariciocore: merge IteratorPairExt into IteratorExt
2015-01-03 Jorge AparicioRegister new snapshots
2015-01-03 Jorge Apariciocore: merge DoubleEndedIteratorExt into IteratorExt
2015-01-03 Jorge Apariciobench: fix fallout
2015-01-03 Jorge Apariciocoretest: fix fallout
2015-01-03 Jorge Apariciofix rpass/cfail tests
2015-01-03 Jorge Apariciotest: fix fallout
2015-01-03 Jorge Aparicioregex_macros: fix fallout
2015-01-03 Jorge Apariciorustc_driver: fix fallout
2015-01-03 Jorge Apariciorustc_trans: fix fallout
2015-01-03 Jorge Apariciorustc_typeck: fix fallout
2015-01-03 Jorge Apariciorustc: fix fallout
2015-01-03 Jorge Apariciosyntax: fix fallout
2015-01-03 Jorge Aparicioserialize: fix fallout
2015-01-03 Jorge Aparicioregex: fix fallout
2015-01-03 Jorge Apariciofmt_macros: fix fallout
2015-01-03 Jorge Apariciographviz: fix fallout
2015-01-03 Jorge Apariciostd: fix fallout
2015-01-03 Jorge Apariciocollections: fix fallout
2015-01-03 Jorge Apariciounicode: fix fallout
2015-01-03 Jorge Apariciorand: fix fallout
2015-01-03 Jorge Apariciocore: use assoc types in Iterator et al
2015-01-03 borsauto merge of #20456 : brson/rust/packaging2, r=alexcri...
2015-01-03 Brian AndersonRemove .pkg and .exe installers
2015-01-03 borsauto merge of #20154 : P1start/rust/qualified-assoc...
2015-01-03 borsauto merge of #19835 : pythonesque/rust/add-unordered...
2015-01-02 borsauto merge of #20436 : alexcrichton/rust/rollup, r...
2015-01-02 Alex Crichtonrollup merge of #20410: japaric/assoc-types
2015-01-02 Brian Andersonmk: Change package name from 'rust' to 'rustc'
2015-01-02 Alex CrichtonRebase test fixes v2
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 Alex Crichtonrollup merge of #20341: nikomatsakis/impl-trait-for...
2015-01-02 Alex CrichtonRollup test fixes and rebase conflicts
2015-01-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-02 Alex Crichtonrollup merge of #20425: sanxiyn/opt-local-ty
2015-01-02 Alex Crichtonrollup merge of #20416: nikomatsakis/coherence
2015-01-02 Alex Crichtonrollup merge of #20407: michaelwoerister/unreachable...
2015-01-02 Alex Crichtonrollup merge of #20404: japaric/at-tests
2015-01-02 Alex Crichtonrollup merge of #20392: daramos/travis
2015-01-02 Alex Crichtonrollup merge of #20391: daramos/utf8_lossy
2015-01-02 Alex Crichtonrollup merge of #20388: brson/install-tweaks
2015-01-02 Alex Crichtonrollup merge of #20386: frewsxcv/rm-reexports
2015-01-02 Alex Crichtonrollup merge of #20385: nick29581/x-object
2015-01-02 Alex Crichtonrollup merge of #20380: dcrewi/fix-make-install
2015-01-02 Alex Crichtonrollup merge of #20334: nagisa/ffi-llvm
2015-01-02 Alex Crichtonrollup merge of #20227: FlashYoshi/patch-1
2015-01-02 Alex Crichtonrollup merge of #19625: mrhota/guide_traits
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 Alex Crichtonrollup merge of #20354: alexcrichton/second-pass-thread...
2015-01-02 Alex Crichtonrollup merge of #20315: alexcrichton/std-sync
2015-01-02 Alex Crichtonrollup merge of #20420: alexcrichton/second-pass-boxed
2015-01-02 Alex Crichtonrollup merge of #20382: alexcrichton/isuse-20376
2015-01-02 Alex Crichtonrollup merge of #20377: alexcrichton/issue-20352
2015-01-02 Alex Crichtonrollup merge of #20273: alexcrichton/second-pass-comm
2015-01-02 Niko MatsakisAddress nits.
2015-01-02 Niko MatsakisTest that we can call unboxed closures with the sugar...
2015-01-02 Niko MatsakisEnsure that, for every trait `Foo`, the predicate ...
2015-01-02 Niko MatsakisRefactor object-safety into its own (cached) module...
2015-01-02 Niko MatsakisMove the `upcast` routine into traits and use it for...
2015-01-02 Niko MatsakisDo not automatically make `Self` `Sized` in traits.
2015-01-02 Niko MatsakisFix fallout in tests.
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 Niko MatsakisFix fallout from change, adding explicit `Sized` annota...
2015-01-02 Alex CrichtonRegister new snapshots
2015-01-02 Alex Crichtonrollup merge of #20157: alexcrichton/issue-20068
2015-01-02 Steve KlabnikProperly deal with Ordering in the guide
2015-01-02 Alex Crichtonstd: Stabilize the prelude module
2015-01-02 borsauto merge of #20365 : nick29581/rust/mod, r=huonw
2015-01-02 borsauto merge of #20356 : Gankro/rust/stab, r=aturon
2015-01-02 Seo SanghyeonAdd a pretty-print test
2015-01-02 Seo SanghyeonMake type in ast::Local optional
2015-01-02 Nick CameronRebasing
2015-01-02 Nick CameronUse `derive` rather than `deriving` in tests
2015-01-02 Nick CameronAccept `derive` instead of `deriving`
2015-01-02 Nick CameronChange tests to use `self` instead of `mod` in use...
2015-01-02 Nick CameronAccept `self` in place of `mod` in use items
2015-01-02 Niko MatsakisFix an infinite loop in the stability check that was...
2015-01-02 Niko MatsakisNew coherence tests covering patterns we want to work...
2015-01-02 Niko MatsakisDisable the JSON doctests because they don't pass the...
2015-01-02 Niko MatsakisFix orphan checking (cc #19470). (This is not a complet...
2015-01-02 borsauto merge of #20412 : nikomatsakis/rust/assoc-types...
2015-01-02 Alex Crichtonstd: Second pass stabilization for `boxed`
2015-01-02 Alex Crichtonstd: Enforce Unicode in fmt::Writer
2015-01-02 Alex Crichtonstd: Second pass stabilization of sync
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...
next