]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/check/mod.rs
Rollup merge of #27374 - dhuseby:fixing_configure_bsd, r=alexcrichton
[rust.git] / src / librustc_typeck / check / mod.rs
2015-07-29 Steve KlabnikRollup merge of #27374 - dhuseby:fixing_configure_bsd...
2015-07-29 Steve KlabnikRollup merge of #27355 - krumelmonster:patch-1, r=alexc...
2015-07-29 Steve KlabnikRollup merge of #27350 - GuillaumeGomez:patch-1, r...
2015-07-29 Steve KlabnikRollup merge of #27345 - killercup:patch-15, r=alexcrichton
2015-07-29 Steve KlabnikRollup merge of #27343 - steveklabnik:fix_module, r...
2015-07-29 Steve KlabnikRollup merge of #27342 - steveklabnik:fix_links, r...
2015-07-29 Steve KlabnikRollup merge of #27341 - steveklabnik:remove_warning...
2015-07-29 Steve KlabnikRollup merge of #27327 - steveklabnik:fix_take, r=alexc...
2015-07-29 Steve KlabnikRollup merge of #27326 - steveklabnik:doc_show_use...
2015-07-29 Steve KlabnikRollup merge of #27325 - midinastasurazz:patch-2, r...
2015-07-29 Steve KlabnikRollup merge of #27313 - nagisa:illegal-to-invalid...
2015-07-29 Steve KlabnikRollup merge of #27286 - lastorset:pub, r=steveklabnik
2015-07-29 Steve KlabnikRollup merge of #27102 - tshepang:better-examples,...
2015-07-29 borsAuto merge of #27360 - dhuseby:fixing_freebsd_stat_stru...
2015-07-29 borsAuto merge of #27358 - bluss:split-at-mut, r=aturon
2015-07-29 borsAuto merge of #27349 - arielb1:constant-at, r=alexcrichton
2015-07-29 borsAuto merge of #27261 - arielb1:drop-sanity-check, r...
2015-07-29 borsAuto merge of #27339 - alexcrichton:remove-old-rt,...
2015-07-29 borsAuto merge of #27260 - alexcrichton:cap-lints, r=nrc
2015-07-29 borsAuto merge of #26846 - P1start:print-maybe-styled-macro...
2015-07-28 Simonas KazlauskasReplace illegal with invalid in most diagnostics
2015-07-28 Simonas KazlauskasImprove invalid recursive types diagnostic
2015-07-28 borsAuto merge of #27318 - soon:E0391_explanation, r=nrc
2015-07-28 borsAuto merge of #27234 - oli-obk:move_get_name_get_ident_...
2015-07-28 borsAuto merge of #27173 - mark-buer:split-android-ndks...
2015-07-28 Oliver Schneiderremove `get_ident` and `get_name`, make `as_str` sound
2015-07-28 borsAuto merge of #27330 - alexcrichton:reenable-lto-syntax...
2015-07-28 borsAuto merge of #27309 - eddyb:snapshot-infdef, r=alexcri...
2015-07-28 borsAuto merge of #27275 - nrc:save-use, r=brson
2015-07-28 borsAuto merge of #27280 - bluss:siphash-perf, r=alexcrichton
2015-07-28 borsAuto merge of #26914 - alexcrichton:deprecate-easy...
2015-07-27 borsAuto merge of #27250 - alexcrichton:ucrt, r=brson
2015-07-27 borsAuto merge of #27230 - GuillaumeGomez:patch-1, r=brson
2015-07-27 Mathieu DavidFix the relative path issue by including the files...
2015-07-27 borsAuto merge of #27304 - alexcrichton:revert-picky-dllimp...
2015-07-27 borsAuto merge of #27284 - lastorset:default-methods, r...
2015-07-27 borsAuto merge of #27278 - thepowersgang:result-expect...
2015-07-27 borsAuto merge of #27315 - eefriedman:improper-ctypes-void...
2015-07-27 borsAuto merge of #27310 - akiss77:fix-aarch64-getrandom...
2015-07-27 borsAuto merge of #27308 - sstewartgallus:standardize-nonze...
2015-07-27 borsAuto merge of #26876 - liigo:patch-3, r=Gankro
2015-07-27 borsAuto merge of #27274 - tshepang:not-needed-word, r...
2015-07-27 borsAuto merge of #27311 - kballard:thread-mod-desc-remove...
2015-07-26 borsAuto merge of #27294 - eddyb:deep-unsize-hinting, r=nrc
2015-07-26 borsAuto merge of #27267 - tamird:fix-ios-improper-ctypes...
2015-07-26 Eduard Burtescutypeck: handle unsized structs in type hints by recursi...
2015-07-26 borsAuto merge of #27012 - pornel:master, r=Gankro
2015-07-26 borsAuto merge of #27272 - eefriedman:closure-const-crash...
2015-07-26 borsAuto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichton
2015-07-26 borsAuto merge of #26870 - jroesch:default-typaram-fallback...
2015-07-26 borsAuto merge of #27283 - arielb1:free-self-2, r=eddyb
2015-07-26 Jared RoeschAddress nit
2015-07-26 Jared RoeschAdd feature gate
2015-07-26 Jared RoeschMake default error reporting deterministic
2015-07-26 Jared RoeschRework cross crate error messages
2015-07-26 Jared RoeschFix error message spans
2015-07-26 Jared RoeschCorrectly subst defaults with the in-scope substs
2015-07-26 Jared RoeschRemove second transaction
2015-07-26 Jared RoeschRebase fixes
2015-07-26 Jared RoeschClean up test cases
2015-07-26 Jared RoeschRefactor the default type parameter algorithm
2015-07-26 Jared RoeschRemove defaults table and attach defaults directly...
2015-07-26 Jared RoeschCorrectly collect defaults from type alises in astconv
2015-07-26 Jared RoeschImplement Default TyParam fallback
2015-07-25 borsAuto merge of #27258 - nikomatsakis:issue-26952, r...
2015-07-25 borsAuto merge of #26630 - eefriedman:recursive-static...
2015-07-25 borsAuto merge of #27253 - bossmc:unbalanced-delimiters...
2015-07-25 borsAuto merge of #26960 - Manishearth:wrapper-types, r...
2015-07-25 borsAuto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton
2015-07-25 Eli FriedmanAllow writing types which "can't" be instantiated.
2015-07-25 borsAuto merge of #26963 - Manishearth:improve-diag, r...
2015-07-24 Steve KlabnikRollup merge of #27251 - dhuseby:adding_snapshots,...
2015-07-24 Steve KlabnikRollup merge of #27244 - Detegr:master, r=eddyb
2015-07-24 Steve KlabnikRollup merge of #27238 - steveklabnik:gh26927, r=huonw
2015-07-24 Steve KlabnikRollup merge of #27235 - tbu-:pr_catch_panic_doc, r...
2015-07-24 Steve KlabnikRollup merge of #27229 - AlisdairO:diagnostics371,...
2015-07-24 Steve KlabnikRollup merge of #27220 - AlisdairO:diagnostics120,...
2015-07-24 Steve KlabnikRollup merge of #27212 - AlisdairO:diagnostics225,...
2015-07-24 Steve KlabnikRollup merge of #27193 - aidanhs:aphs-advanced-linking...
2015-07-24 Steve KlabnikRollup merge of #27177 - echochamber:master, r=steveklabnik
2015-07-24 Steve KlabnikRollup merge of #27145 - apasel422:diagnostic-407-437...
2015-07-24 Steve KlabnikRollup merge of #27137 - dhuseby:fixing_bitrig_linking...
2015-07-24 borsAuto merge of #27087 - nikomatsakis:closure-exploration...
2015-07-24 borsAuto merge of #27136 - dhuseby:fixing_freebsd_linking...
2015-07-24 borsAuto merge of #27215 - pnkfelix:fsk-placer-take-5-just...
2015-07-24 borsAuto merge of #27208 - alexcrichton:msvc-less-dllimport...
2015-07-24 borsAuto merge of #26583 - eefriedman:lint-ffi, r=nrc
2015-07-23 borsAuto merge of #27224 - alexcrichton:configure-lto-right...
2015-07-23 Felix S. Klock IIreview feedback: Use checked-arith instead of saturated...
2015-07-23 borsAuto merge of #27226 - eefriedman:leftover-negation...
2015-07-23 borsAuto merge of #27221 - dotdash:no_empty_clean, r=luqmana
2015-07-23 borsAuto merge of #27203 - marcusklaas:fix-range-span,...
2015-07-23 borsAuto merge of #26588 - eefriedman:foreign-lifetime...
2015-07-23 borsAuto merge of #27192 - dotdash:inline_eq_slice, r=luqmana
2015-07-22 borsAuto merge of #27191 - pnkfelix:sidestep-unary-negate...
2015-07-22 borsAuto merge of #27188 - pnkfelix:sidestep-warning-for...
2015-07-22 Steve KlabnikRollup merge of #27202 - apasel422:issue-21174, r=alexc...
2015-07-22 Steve KlabnikRollup merge of #27201 - Ticki:master, r=steveklabnik
2015-07-22 Steve KlabnikRollup merge of #27183 - Dangthrimble:master, r=stevekl...
2015-07-22 Steve KlabnikRollup merge of #27175 - steveklabnik:channels_plus_tra...
next