]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/typeck/check/mod.rs
auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelix
[rust.git] / src / librustc / middle / typeck / check / mod.rs
2014-07-03 borsauto merge of #15325 : pcwalton/rust/trait-impl-bound...
2014-07-02 borsauto merge of #15323 : alexcrichton/rust/no-travis...
2014-07-02 borsauto merge of #15313 : pcwalton/rust/overloaded-call...
2014-07-02 borsauto merge of #15222 : alexcrichton/rust/relnotes,...
2014-07-02 borsauto merge of #15286 : alexcrichton/rust/channel-stabil...
2014-07-02 borsauto merge of #15310 : pcwalton/rust/tests-for-12223...
2014-07-02 borsauto merge of #15265 : omasanori/rust/udp, r=alexcrichton
2014-07-02 borsauto merge of #15257 : erickt/rust/hashmap, r=alexcrichton
2014-07-02 borsauto merge of #15085 : brson/rust/stridx, r=alexcrichton
2014-07-02 Patrick Waltonlibrustc: Properly compare implementation method type...
2014-07-02 borsauto merge of #15069 : luqmana/rust/cia, r=pcwalton
2014-06-30 borsauto merge of #15247 : smenardpw/rust/patch-1, r=alexcr...
2014-06-30 borsauto merge of #14613 : schmee/rust/utf16-iterator,...
2014-06-30 borsauto merge of #15237 : zzmp/rust/feat/markdown-in-crate...
2014-06-30 borsauto merge of #15256 : erickt/rust/optimizations, r...
2014-06-30 borsauto merge of #15254 : alex/rust/patch-1, r=alexcrichton
2014-06-29 borsauto merge of #15252 : alexcrichton/rust/issue-15231...
2014-06-29 borsauto merge of #15234 : pcwalton/rust/integer-fallback...
2014-06-29 Patrick Waltonlibrustc: Remove the fallback to `int` for integers...
2014-06-29 borsauto merge of #15249 : aochagavia/rust/rand, r=huonw
2014-06-29 Luqman Adenlibrustc: Allow coercions through arrays.
2014-06-29 borsauto merge of #15241 : arjantop/rust/maybeownedvector...
2014-06-28 borsauto merge of #15210 : luqmana/rust/windoc, r=alexcrichton
2014-06-28 borsauto merge of #15208 : alexcrichton/rust/snapshots...
2014-06-28 Alex CrichtonRename all raw pointers as necessary
2014-06-28 borsauto merge of #15233 : jbclements/rust/match-var-hygien...
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-26 borsauto merge of #15197 : omasanori/rust/doc-fix, r=alexcr...
2014-06-26 borsauto merge of #15184 : jbclements/rust/for-loop-hygiene...
2014-06-25 borsauto merge of #15171 : pcwalton/rust/remove-cross-borro...
2014-06-25 borsauto merge of #15173 : Sawyer47/rust/de-to-string,...
2014-06-25 borsauto merge of #15121 : steveklabnik/rust/matching_docs...
2014-06-25 borsauto merge of #15174 : alco/rust/patch-1, r=alexcrichton
2014-06-25 borsauto merge of #15164 : pcwalton/rust/vector-cast-weirdn...
2014-06-25 Patrick Waltonlibrustc: Don't try to perform the magical
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15160 : alexcrichton/rust/remove-f128...
2014-06-25 borsauto merge of #15163 : alexcrichton/rust/rollup, r...
2014-06-25 Niko Matsakislibrustc: Remove the fallback to `int` from typechecking.
2014-06-24 borsauto merge of #15024 : kmcallister/rust/lint, r=alexcri...
2014-06-24 borsauto merge of #15118 : stepancheg/rust/concat, r=alexcr...
2014-06-24 Keegan McAllisterConvert builtin lints to uppercase names for style...
2014-06-24 Keegan McAllisterReplace enum LintId with an extensible alternative
2014-06-24 Keegan McAllisterMove lint.rs out of middle
2014-06-24 borsauto merge of #15114 : ben0x539/rust/run-make-libpath...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 borsauto merge of #15113 : pnkfelix/rust/fsk-add-regression...
2014-06-24 borsauto merge of #15107 : ipetkov/rust/tutorial-update...
2014-06-24 borsauto merge of #15079 : nikomatsakis/rust/issue-5527...
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-24 borsauto merge of #15105 : alexcrichton/rust/snapshots...
2014-06-24 borsauto merge of #14885 : pcwalton/rust/struct-literal...
2014-06-23 borsauto merge of #14974 : Ryman/rust/non_trait_method...
2014-06-23 Kevin Butlerrustc: catch non-trait methods before typeck.
2014-06-23 borsauto merge of #15106 : Sawyer47/rust/rm-duplicated...
2014-06-23 borsauto merge of #15100 : rapha/rust/master, r=alexcrichton
2014-06-23 borsauto merge of #15098 : ben0x539/rust/nullary-tuple...
2014-06-23 borsauto merge of #15089 : tomjakubowski/rust/rustdoc-defau...
2014-06-23 borsauto merge of #15086 : jakub-/rust/xc-struct-variants...
2014-06-23 borsauto merge of #15083 : edwardw/rust/destructure-trait...
2014-06-23 borsauto merge of #15061 : pnkfelix/rust/fsk-fix-issue...
2014-06-23 borsauto merge of #15097 : tomjakubowski/rust/fix-feature...
2014-06-23 borsauto merge of #15068 : erickt/rust/mem-inline, r=pcwalton
2014-06-22 borsauto merge of #15081 : jakub-/rust/issue-15080, r=alexc...
2014-06-22 borsauto merge of #15091 : nikomatsakis/rust/issue-5527...
2014-06-22 Niko MatsakisRename ty_param_bounds_and_ty to Polytype
2014-06-22 Niko MatsakisRename and move ty_param_substs_and_ty
2014-06-22 borsauto merge of #15005 : dotdash/rust/i1_bool, r=alexcrichton
2014-06-21 borsauto merge of #15074 : conradkleinespel/rust/master...
2014-06-21 Conrad Kleinespelreplace reference to ~"string" with box "string"
2014-06-21 borsauto merge of #15029 : aturon/rust/stability-index...
2014-06-20 borsauto merge of #15041 : brson/rust/docindex, r=alexcrichton
2014-06-20 borsauto merge of #15039 : huonw/rust/rustdoc-testharnesss...
2014-06-19 borsauto merge of #15033 : Sawyer47/rust/old-test, r=alexcr...
2014-06-19 borsauto merge of #14830 : luqmana/rust/cmtrttcbctto, r...
2014-06-19 borsauto merge of #14400 : kballard/rust/lexer_crlf_handlin...
2014-06-19 borsauto merge of #15014 : brson/rust/all-crates-experiment...
2014-06-18 borsauto merge of #15006 : alexcrichton/rust/fix-nightly...
2014-06-18 borsauto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton
2014-06-18 borsauto merge of #14879 : Ryman/rust/resolve_super_hint_cu...
2014-06-18 borsauto merge of #14984 : thestinger/rust/libc, r=alexcrichton
2014-06-18 borsauto merge of #14990 : tomjakubowski/rust/emacs-fix...
2014-06-18 borsauto merge of #14994 : nick29581/rust/comments, r=bstrie
2014-06-18 borsauto merge of #14992 : nathantypanski/rust/collect...
2014-06-18 Luqman Adenlibrustc: Don't overwrite vtables when coercing to...
2014-06-18 borsauto merge of #14880 : SimonSapin/rust/byte-literals...
2014-06-18 borsauto merge of #14869 : nick29581/rust/tstore, r=nmatsakis
2014-06-17 borsauto merge of #14956 : nathantypanski/rust/master,...
2014-06-17 Nick CameronRemove TraitStore from ty_trait
2014-06-17 Simon SapinAdd a b'x' byte literal of type u8.
2014-06-17 borsauto merge of #14976 : luqmana/rust/focwtc, r=pcwalton
2014-06-17 borsauto merge of #14818 : tomjakubowski/rust/emacs-attribu...
2014-06-17 borsauto merge of #14947 : zwarich/rust/check-loans-not...
2014-06-17 borsauto merge of #14955 : alexcrichton/rust/rollup, r...
2014-06-17 Alex CrichtonTest fixes from rollup
2014-06-17 Kevin Butlerrustc: Improve span for error about using a method...
2014-06-17 borsauto merge of #14855 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14852 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14877 : Seldaek/rust/commdocs, r=alexcri...
2014-06-16 borsauto merge of #14882 : pcwalton/rust/drop-underscore...
next