]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck
Merge pull request #20968 from estsauver/20762
[rust.git] / src / librustc_typeck /
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20966 from Valloric/ownership-fix
2015-01-12 borsMerge pull request #20956 from angst7/docfixes1
2015-01-12 borsMerge pull request #20934 from tomjakubowski/patch-1
2015-01-12 borsMerge pull request #20933 from gifnksm/patch-1
2015-01-12 borsMerge pull request #20930 from charmeleon/master
2015-01-12 borsMerge pull request #20926 from xnil/patch-1
2015-01-12 borsMerge pull request #20920 from piyo/issue-20853
2015-01-12 borsMerge pull request #20915 from csouth3/hash-iters
2015-01-12 borsMerge pull request #20905 from akiss77/pr-morestack-plt
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-12 borsMerge pull request #20902 from stevencrockett/master
2015-01-12 borsMerge pull request #20899 from TeXitoi/fix-shootout...
2015-01-12 borsMerge pull request #20898 from sebras/trpl
2015-01-12 borsMerge pull request #20895 from adregan/master
2015-01-12 borsMerge pull request #20883 from apreiml/master
2015-01-12 borsMerge pull request #20881 from brookst/master
2015-01-12 borsMerge pull request #20877 from killercup/patch-4
2015-01-12 borsMerge pull request #20820 from sellibitze/closure-doc
2015-01-12 borsMerge pull request #20415 from eddyb/unify-expected...
2015-01-11 Eduard Burtescurustc_typeck: unify expected return types with formal...
2015-01-11 Eduard Burtescurustc_typeck: don't use double indirection to Expr...
2015-01-11 Eduard Burtescurustc_typeck: make Expectation more composable by repla...
2015-01-11 borsauto merge of #20406 : TimDumol/rust/dlist-append-split...
2015-01-11 borsauto merge of #20865 : killercup/rust/patch-3, r=alexcr...
2015-01-11 borsauto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikoma...
2015-01-11 borsauto merge of #20755 : dotdash/rust/fca, r=Aatch
2015-01-10 borsMerge pull request #20887 from TeXitoi/improve-shootout...
2015-01-10 borsauto merge of #20869 : nikomatsakis/rust/issue-18875...
2015-01-10 borsMerge pull request #20771 from Kimundi/vec-macro-repeat
2015-01-10 Niko MatsakisFeature-gate `<>` syntax used with `Fn`. Fixes #18875.
2015-01-09 borsMerge pull request #20793 from ktossell/rustdoc-fixedve...
2015-01-09 borsMerge pull request #20699 from vhbit/ios-archs
2015-01-09 borsMerge pull request #20741 from mneumann/dragonfly-pthre...
2015-01-09 borsMerge pull request #20718 from tshepang/bench-fix-some...
2015-01-08 borsMerge pull request #20766 from tsurai/patch-1
2015-01-08 borsMerge pull request #20735 from squidpickles/master
2015-01-08 borsauto merge of #20760 : alexcrichton/rust/rollup, r...
2015-01-08 Alex Crichtonrollup merge of #20757: nikomatsakis/issue-20624-assoc...
2015-01-08 Alex Crichtonrollup merge of #20754: nikomatsakis/int-feature
2015-01-08 Alex Crichtonrollup merge of #20751: nikomatsakis/issue-20232
2015-01-08 Alex Crichtonrollup merge of #20746: dotdash/fix_indent
2015-01-08 Alex Crichtonrollup merge of #20740: FlaPer87/remove-opt-out-copy
2015-01-08 Alex Crichtonrollup merge of #20738: brson/feature-staging2
2015-01-08 Alex Crichtonrollup merge of #20736: akiss77/pr-u8-c_char
2015-01-08 Niko MatsakisNormalize types in supertraits when checking that impls...
2015-01-08 Niko MatsakisAllow shift operator to take any integral type (and...
2015-01-08 Huon WilsonRemove warning from the libraries.
2015-01-08 Huon WilsonStore deprecated status of i/u-suffixed literals.
2015-01-08 Niko MatsakisUpdate regionck to discharge the binder safely (using
2015-01-08 Niko MatsakisUpdate the "English-language" to-string function of...
2015-01-08 Niko MatsakisAdd comments to autoderef() helper and refactor it...
2015-01-08 Brian AndersonImprovements to feature staging
2015-01-08 borsauto merge of #20733 : alexcrichton/rust/rollup, r...
2015-01-08 Alex Crichtonrollup merge of #20731: nick29581/assoc-inherant
2015-01-08 Alex CrichtonTest fixes and rebase conflicts
2015-01-08 Nick CameronForbid associated items in inherent impls
2015-01-08 Alex Crichtonrollup merge of #20707: nikomatsakis/issue-20582
2015-01-08 Alex Crichtonrollup merge of #20723: pnkfelix/feature-gate-box-syntax
2015-01-08 Alex Crichtonrollup merge of #20720: nick29581/assoc-ice-missing
2015-01-08 Alex Crichtonrollup merge of #20657: alexcrichton/stabilize-macros
2015-01-08 Alex Crichtonrollup merge of #20706: nikomatsakis/assoc-types-projec...
2015-01-08 Alex Crichtonrollup merge of #20665: nikomatsakis/assoc-types-method...
2015-01-08 Alex Crichtonrollup merge of #20728: huonw/type-param-shadowing
2015-01-08 Alex Crichtonrollup merge of #20631: huon/no-drop-and-copy
2015-01-08 Huon WilsonProhibit type parameter shadowing with a clunky hammer.
2015-01-08 Alex Crichtonrollup merge of #20721: japaric/snap
2015-01-08 Niko MatsakisNormalize types of fields in struct literals during...
2015-01-08 Alex Crichtonrollup merge of #20726: dgrunwald/require-parens-for...
2015-01-08 Alex Crichtonrollup merge of #20725: tomjakubowski/rustdoc-misc
2015-01-08 Alex Crichtonrollup merge of #20722: alexcrichton/audit-show
2015-01-08 Alex Crichtonrollup merge of #20716: brson/RUST_DEBUG
2015-01-08 Alex Crichtonrollup merge of #20710: daboross/fix-stable-before...
2015-01-08 Alex Crichtonrollup merge of #20709: thiagopnts/ownership-guide...
2015-01-08 Alex Crichtonrollup merge of #20708: aturon/new-int-modules
2015-01-08 Alex Crichtonrollup merge of #20704: alexcrichton/hopefully-make...
2015-01-08 Alex Crichtonrollup merge of #20703: barosl/rustdoc-z-index-fallout
2015-01-08 Alex Crichtonrollup merge of #20696: reem/unsized-typeid
2015-01-08 Alex Crichtonrollup merge of #20695: frewsxcv/patch-2
2015-01-08 Alex Crichtonrollup merge of #20693: EchoAce/intro-oboe
2015-01-08 Alex Crichtonrollup merge of #20688: jroesch/reject-non-param-bounds...
2015-01-08 Alex Crichtonrollup merge of #20680: nick29581/target-word
2015-01-08 Alex Crichtonrollup merge of #20663: brson/feature-staging
2015-01-08 Alex Crichtonrollup merge of #20654: alexcrichton/stabilize-hash
2015-01-08 Alex Crichtonrollup merge of #20611: simnalamburt/master
2015-01-08 Jorge Apariciofix the `&mut _` patterns
2015-01-07 Felix S. Klock IIAllow unknown features to bootstrap rustc with box_synt...
2015-01-07 Felix S. Klock IIAdded `box_syntax` feature gate; added to std and rustc...
2015-01-07 Brian AndersonPreliminary feature staging
2015-01-07 Huon WilsonRequire that types cannot implement both Drop and Copy.
2015-01-07 Jorge Apariciouse slicing sugar
2015-01-07 Jorge Aparicioregister new snapshots
2015-01-07 Aaron TuronUpdate references to old snapshot
2015-01-07 Jared RoeschReject all uses of non-typaram bounds
2015-01-07 borsauto merge of #20655 : nikomatsakis/rust/carl-ice,...
2015-01-07 borsMerge pull request #20689 from huonw/editor-_size
2015-01-07 borsMerge pull request #20682 from sfackler/fix-impls
2015-01-07 borsMerge pull request #20679 from geekcraik/master
2015-01-07 borsMerge pull request #20675 from jbcrail/fix-test-comments
2015-01-07 borsMerge pull request #20674 from jbcrail/fix-misspelled...
next