]> git.lizzy.rs Git - rust.git/history - src
rustc: fix fallout
[rust.git] / src /
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 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...
2015-01-01 Niko MatsakisNormalize predicates found on the impl
2015-01-01 Corey RichardsonImplement numeric fallback
2015-01-01 Niko MatsakisImplement an iterator for walking types rather than...
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 Michael Woeristerdebuginfo: Fix an ICE related to local variables in...
2015-01-01 Jorge AparicioAdd tests for assoc type issues that have been fixed
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 dan@daramos.comReimplement a minor optimization in String::from_utf8_l...
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...
next