]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/ty.rs
Rollup merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix
[rust.git] / src / librustc / middle / ty.rs
2015-04-12 Manish GoregaokarRollup merge of #24072 - ebfull:explain_closure_type_er...
2015-04-12 borsAuto merge of #24248 - nrc:macro-span, r=sfackler
2015-04-12 borsAuto merge of #24003 - rprichard:span-fixes, r=huonw
2015-04-12 borsAuto merge of #24109 - sanxiyn:diverging-closure, r...
2015-04-12 borsAuto merge of #23011 - nagisa:the-war-of-symbol-and...
2015-04-11 Manish GoregaokarRollup merge of #24121 - steveklabnik:gh24107, r=stevek...
2015-04-09 borsAuto merge of #24158 - sanxiyn:cast, r=nrc
2015-04-08 borsAuto merge of #24029 - nagisa:print-locking, r=alexcrichton
2015-04-08 Steve KlabnikRollup merge of #24143 - michaelsproul:extended-errors...
2015-04-08 borsAuto merge of #24021 - pnkfelix:fn-params-outlive-body...
2015-04-08 borsAuto merge of #23998 - nrc:impl-self, r=nikomatsakis
2015-04-08 borsAuto merge of #24120 - aturon:range-perf, r=alexcrichton
2015-04-08 borsAuto merge of #23293 - tbu-:pr_additive_multiplicative...
2015-04-07 Manish GoregaokarRollup merge of #24113 - mbrubeck:doc-edit, r=steveklabnik
2015-04-07 Manish GoregaokarRollup merge of #24112 - joshtriplett:patch-1, r=stevek...
2015-04-07 Manish GoregaokarRollup merge of #24110 - tbu-:pr_doc_fix_add, r=alexcri...
2015-04-07 Manish GoregaokarRollup merge of #24088 - GuillaumeGomez:patch-1, r...
2015-04-07 Manish GoregaokarRollup merge of #24059 - nikomatsakis:issue-22914-phant...
2015-04-07 Manish GoregaokarRollup merge of #24057 - nikomatsakis:lifetime-shadowin...
2015-04-07 Manish GoregaokarRollup merge of #24042 - callahad:bug_24030, r=steveklabnik
2015-04-07 Manish GoregaokarRollup merge of #23277 - aochagavia:intro, r=steveklabnik
2015-04-07 borsAuto merge of #23277 - aochagavia:intro, r=steveklabnik
2015-04-07 borsAuto merge of #24116 - zaeleus:rustdoc-codespan, r...
2015-04-07 borsAuto merge of #24101 - remram44:fix-rustdoc-passes...
2015-04-07 borsAuto merge of #23952 - Kimundi:more_string_pattern...
2015-04-06 borsAuto merge of #23857 - phildawes:libsyntax_nopanic...
2015-04-06 borsAuto merge of #23655 - gereeter:rustc-remove-ident...
2015-04-06 Seo SanghyeonFix diverging closures
2015-04-04 Sean BoweAdded test for #24036, using spans to display note...
2015-04-04 Sean BoweTidier
2015-04-04 Sean BoweFixed bug calling .note() instead of .help(). Added...
2015-04-04 Manish GoregaokarRollup merge of #23997 - richo:typos, r=huonw
2015-04-04 Manish GoregaokarRollup merge of #23941 - carloslfu:patch-1, r=steveklabnik
2015-04-03 Jonathan SIn librustc*, convert many uses of ast::Ident to ast...
2015-04-03 borsAuto merge of #23934 - lfairy:write-no-deref, r=alexcri...
2015-04-03 borsAuto merge of #23832 - petrochenkov:usize, r=aturon
2015-04-02 borsAuto merge of #23931 - steveklabnik:doc_std_fs, r=alexc...
2015-04-02 borsAuto merge of #23877 - richo:gardening, r=Manishearth
2015-04-02 borsAuto merge of #23868 - mbrubeck:doc-edit, r=Manishearth
2015-04-02 borsAuto merge of #23822 - tanadeau:remove-box-syntax-in...
2015-04-02 borsAuto merge of #23963 - alexcrichton:rollup, r=alexcrichton
2015-04-02 Alex Crichtonrollup merge of #23959: aturon/beta-relnotes
2015-04-02 Alex Crichtonrollup merge of #23176: huonw/rm-bounds
2015-04-02 Alex Crichtonrollup merge of #23860: nikomatsakis/copy-requires...
2015-04-02 Alex Crichtonrollup merge of #23953: dhuseby/master
2015-04-02 Alex Crichtonrollup merge of #23945: pnkfelix/gate-u-negate
2015-04-01 borsAuto merge of #23955 - alexcrichton:rollup, r=alexcrichton
2015-04-01 Alex Crichtonrollup merge of #23949: aturon/stab-timeout
2015-04-01 Alex Crichtonrollup merge of #23948: nikomatsakis/feature-gate-rust-abi
2015-04-01 Alex Crichtonrollup merge of #23939: nikomatsakis/fn-box
2015-04-01 Alex Crichtonrollup merge of #23951: alexcrichton/splitn
2015-04-01 Alex Crichtonrollup merge of #23947: aturon/revise-num
2015-04-01 Alex Crichtonrollup merge of #23944: alexcrichton/rustup-beta
2015-04-01 Alex Crichtonrollup merge of #23942: vhbit/ios-rand
2015-04-01 Alex Crichtonrollup merge of #23933: kgv/kgv_fix
2015-04-01 Alex Crichtonrollup merge of #23568: steveklabnik/closure_docs
2015-04-01 Manish GoregaokarRollup merge of #23932 - steveklabnik:doc_std_path...
2015-04-01 Manish GoregaokarRollup merge of #23927 - frewsxcv:patch-7, r=Manishearth
2015-04-01 Manish GoregaokarRollup merge of #23925 - steveklabnik:gh22914, r=Gankro
2015-04-01 Manish GoregaokarRollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton
2015-04-01 Manish GoregaokarRollup merge of #23895 - nikomatsakis:fn-trait-inherita...
2015-04-01 Manish GoregaokarRollup merge of #23867 - nikomatsakis:issue-23086-take...
2015-04-01 Manish GoregaokarRollup merge of #23847 - bcoopers:read_clarification...
2015-04-01 Manish GoregaokarRollup merge of #23844 - kvark:try_unique, r=alexcrichton
2015-04-01 Manish GoregaokarRollup merge of #23066 - michaelwoerister:unreachable...
2015-04-01 Alex CrichtonMerge branch 'fix-rustup' of https://github.com/richo...
2015-04-01 Niko MatsakisFallout out rustc
2015-04-01 Niko MatsakisImplement the changes to coherence such that we conside...
2015-04-01 borsAuto merge of #23109 - nikomatsakis:closure-region...
2015-04-01 borsAuto merge of #23936 - pnkfelix:rollup, r=pnkfelix
2015-04-01 Alex CrichtonTest fixes and rebase conflicts
2015-04-01 Alex Crichtonrollup merge of #23923: steveklabnik/gh23688
2015-04-01 Alex Crichtonrollup merge of #23921: aturon/issue-17746
2015-04-01 Alex Crichtonrollup merge of #23863: pnkfelix/arith-oflo-const-eval
2015-04-01 Felix S. Klock IIty.rs improve error feedback when const-eval errs durin...
2015-04-01 Felix S. Klock IIRefactored ty::ctxt so node_types mutations must go...
2015-04-01 Felix S. Klock IIfix post rebase.
2015-04-01 Felix S. Klock IIAdded type-specific overflow checks when computing...
2015-04-01 Alex CrichtonTest fixes and rebase conflicts, round 3
2015-03-31 Alex Crichtonrollup merge of #23919: alexcrichton/stabilize-io-error
2015-03-31 Alex Crichtonrollup merge of #23899: steveklabnik/gh23851
2015-03-31 Alex Crichtonrollup merge of #23920: steveklabnik/gh23881
2015-03-31 Alex Crichtonrollup merge of #23901: steveklabnik/fix_links_str
2015-03-31 Alex Crichtonrollup merge of #23288: alexcrichton/issue-19470
2015-03-31 Alex Crichtonrollup merge of #23908: aturon/stab-more-stragglers
2015-03-31 Alex Crichtonrollup merge of #23907: alexcrichton/impl-exit
2015-03-31 Alex Crichtonrollup merge of #23906: steveklabnik/spellin
2015-03-31 Alex Crichtonrollup merge of #23902: freebroccolo/master
2015-03-31 Alex Crichtonrollup merge of #23873: alexcrichton/remove-deprecated
2015-03-31 Alex Crichtonrollup merge of #23879: seanmonstar/del-from-error
2015-03-31 Alex Crichtonrollup merge of #23875: aturon/revise-convert-2
2015-03-31 Alex CrichtonTest fixes and rebase conflicts, round 1
2015-03-31 Alex Crichtonrollup merge of #23872: huonw/eager-lexing
2015-03-31 Alex Crichtonrollup merge of #23893: frewsxcv/patch-6
2015-03-31 Alex Crichtonrollup merge of #23886: demelev/remove_as_slice_usage
2015-03-31 Alex Crichtonrollup merge of #23885: steveklabnik/doc_std_env
2015-03-31 Alex Crichtonrollup merge of #23882: wettowelreactor/patch-2
2015-03-31 Alex Crichtonrollup merge of #23878: Ryman/stable_extremes
2015-03-31 Alex Crichtonrollup merge of #23876: alexcrichton/stabilize-any
2015-03-31 Alex Crichtonrollup merge of #23766: alexcrichton/stabilize-raw-fd
next