]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/traits/select.rs
Auto merge of #22541 - Manishearth:rollup, r=Gankro
[rust.git] / src / librustc / middle / traits / select.rs
2015-02-19 borsAuto merge of #22541 - Manishearth:rollup, r=Gankro
2015-02-19 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-02-19 borsAuto merge of #22517 - brson:relnotes, r=Gankro
2015-02-19 borsAuto merge of #22497 - nikomatsakis:suffixes, r=alexcri...
2015-02-19 Alex Crichtonrollup merge of #22517: brson/relnotes
2015-02-18 borsAuto merge of #22436 - nikomatsakis:issue-22246-bound...
2015-02-18 Alex Crichtonrollup merge of #22286: nikomatsakis/variance-4b
2015-02-18 Alex Crichtonrollup merge of #22502: nikomatsakis/deprecate-bracket...
2015-02-18 Alex Crichtonrollup merge of #22210: aturon/stab-final-borrow
2015-02-18 Niko MatsakisReplace all uses of `&foo[]` with `&foo[..]` en masse.
2015-02-18 Alex Crichtonrollup merge of #22498: nagisa/style-fixes
2015-02-18 Alex Crichtonrollup merge of #22497: nikomatsakis/suffixes
2015-02-18 Alex Crichtonrollup merge of #22491: Gankro/into_iter
2015-02-18 Alex Crichtonrollup merge of #22485: pnkfelix/fsk-int-uint-audit
2015-02-18 Alex Crichtonrollup merge of #22484: riginding/master
2015-02-18 Alex Crichtonrollup merge of #22482: alexcrichton/cstr-changes
2015-02-18 Alex Crichtonrollup merge of #22480: alexcrichton/hashv3
2015-02-18 Alex Crichtonrollup merge of #22452: nikomatsakis/issue-22040-18956...
2015-02-18 Alex Crichtonrollup merge of #22438: dotdash/iter_vec_loop
2015-02-18 Alex Crichtonrollup merge of #22437: dotdash/fix_array_type
2015-02-18 Alex Crichtonrollup merge of #22436: nikomatsakis/issue-22246-bound...
2015-02-18 Alex Crichtonrollup merge of #22395: brson/readme-cleanup
2015-02-18 Alex Crichtonrollup merge of #22287: Ryman/purge_carthographers
2015-02-18 Alex Crichtonrollup merge of #22118: fhahn/separate-parse-fail-2
2015-02-18 Niko MatsakisTry to write some basic docs.
2015-02-18 Niko MatsakisAlways prefer where-clauses over impls in trait selecti...
2015-02-18 Niko MatsakisMove `tcx` from `Typer` into `ClosureTyper`
2015-02-18 Niko MatsakisIntroduce the new phantomdata/phantomfn markers and...
2015-02-18 Huon Wilson Manual merge of #22475 - alexcrichton:rollup, r=alexcr...
2015-02-18 Alex Crichtonrollup merge of #22319: huonw/send-is-not-static
2015-02-18 Alex Crichtonrollup merge of #22331: steveklabnik/guidelines
2015-02-18 Kevin ButlerRemove usage of .map(|&foo| foo)
2015-02-18 Kevin ButlerOpt for .cloned() over .map(|x| x.clone()) etc.
2015-02-17 Alex Crichtonrollup merge of #22208: aturon/expose-more-path
2015-02-17 Alex Crichtonrollup merge of #22191: nagisa/target-ptr-width-json
2015-02-17 Alex Crichtonrollup merge of #22123: steveklabnik/doc_where_clauses
2015-02-17 Huon WilsonRemove the implicit `'static` bound on `Send`.
2015-02-17 borsAuto merge of #21774 - ejjeong:enable-test-for-android...
2015-02-17 borsAuto merge of #22311 - lfairy:consistent-fmt, r=alexcri...
2015-02-17 Manish GoregaokarRollup merge of #22393 - kmcallister:macros-chapter...
2015-02-17 Manish GoregaokarRollup merge of #22383 - pnkfelix:pass-features-along...
2015-02-17 Manish GoregaokarRollup merge of #22311 - lfairy:consistent-fmt, r=alexc...
2015-02-17 Manish GoregaokarRollup merge of #22385 - dotdash:slice_by_val_copy...
2015-02-17 Manish GoregaokarRollup merge of #22333 - caipre:patch-1, r=steveklabnik
2015-02-17 Manish GoregaokarRollup merge of #22232 - alexcrichton:missing-fmt-stabi...
2015-02-17 Manish GoregaokarRollup merge of #22111 - robinst:option-docs-flatmap...
2015-02-17 Manish GoregaokarRollup merge of #22027 - iblech:patch-1, r=steveklabnik
2015-02-17 Manish GoregaokarRollup merge of #21990 - steveklabnik:doc_core_cmp...
2015-02-17 borsAuto merge of #21932 - Jormundir:std-os-errno-type...
2015-02-17 Manish GoregaokarRollup merge of #22411 - aturon:fix-os-deprecation...
2015-02-17 Manish GoregaokarRollup merge of #22241 - kmcallister:macro-plugin-clean...
2015-02-17 Manish GoregaokarRollup merge of #22225 - vhbit:darwin-types, r=alexcrichton
2015-02-17 Manish GoregaokarRollup merge of #22273 - nagisa:doc-deprecated, r=alexc...
2015-02-17 Manish GoregaokarRollup merge of #22313 - japaric:iter, r=aturon
2015-02-17 Manish GoregaokarRollup merge of #22326 - semarie:compat-cp, r=alexcrichton
2015-02-17 Manish GoregaokarRollup merge of #22344 - nagisa:exactsizediter, r=alexc...
2015-02-17 Manish GoregaokarRollup merge of #22392 - laijs:fix-reference-md-plugin...
2015-02-17 Manish GoregaokarRollup merge of #22378 - jxcl:master, r=steveklabnik
2015-02-17 Manish GoregaokarRollup merge of #22377 - thiagooak:book-glossary, r...
2015-02-17 Manish GoregaokarRollup merge of #22374 - richo:warn-fixup, r=huonw
2015-02-17 Manish GoregaokarRollup merge of #22373 - bombless:fix-rustbook, r=steve...
2015-02-17 Manish GoregaokarRollup merge of #22369 - nagisa:docblock-table, r=steve...
2015-02-17 Manish GoregaokarRollup merge of #22368 - thiagooak:book-arity, r=stevek...
2015-02-17 Manish GoregaokarRollup merge of #22366 - dotdash:ret_adjust, r=alexcrichton
2015-02-17 Manish GoregaokarRollup merge of #22365 - serejkus:configs-link, r=steve...
2015-02-17 Manish GoregaokarRollup merge of #22363 - semarie:openbsd-test_file_desc...
2015-02-17 Manish GoregaokarRollup merge of #22360 - wg:master, r=alexcrichton
2015-02-17 Manish GoregaokarRollup merge of #22353 - tshepang:improve-fs-create...
2015-02-17 Manish GoregaokarRollup merge of #22341 - fhahn:issue-22291-PLEASE-FAIL...
2015-02-17 Manish GoregaokarRollup merge of #22294 - nikomatsakis:integer-audit...
2015-02-17 Manish GoregaokarRollup merge of #22253 - huonw:unstable-words, r=aturon
2015-02-16 borsAuto merge of #22367 - Manishearth:rollup, r=steveklabnik
2015-02-15 Manish GoregaokarRollup merge of #22247 - Gankro:dlist_split, r=alexcrichton
2015-02-15 Manish GoregaokarRollup merge of #22256 - brson:installer-next, r=alexcr...
2015-02-15 Manish GoregaokarRollup merge of #22285 - kmcallister:pub-macro, r=nick29581
2015-02-15 Manish GoregaokarRollup merge of #22292 - brson:alpha2, r=alexcrichton
2015-02-15 Manish GoregaokarRollup merge of #22293 - steveklabnik:gh12891, r=brson
2015-02-15 Manish GoregaokarRollup merge of #22297 - nagisa:spring-cleanup, r=alexc...
2015-02-15 Manish GoregaokarRollup merge of #22300 - kmcallister:pub-method-macro...
2015-02-15 Manish GoregaokarRollup merge of #22339 - petrochenkov:int, r=huonw
2015-02-15 Manish GoregaokarRollup merge of #22351 - blaenk:path-hash, r=huonw
2015-02-15 Manish GoregaokarRollup merge of #22350 - brson:usize, r=Gankro
2015-02-15 Manish GoregaokarRollup merge of #22347 - iKevinY:std-lib-panicking...
2015-02-15 Manish GoregaokarRollup merge of #22329 - thiagooak:book, r=steveklabnik
2015-02-15 Manish GoregaokarRollup merge of #22328 - shepmaster:os_str_typo, r...
2015-02-15 Manish GoregaokarRollup merge of #22324 - Manishearth:patch-1, r=stevekl...
2015-02-15 Manish GoregaokarRollup merge of #22308 - steveklabnik:gh19278, r=brson
2015-02-15 Manish GoregaokarRollup merge of #22307 - steveklabnik:gh14849, r=huonw
2015-02-15 Manish GoregaokarRollup merge of #22305 - steveklabnik:gh20948, r=alexcr...
2015-02-15 Manish GoregaokarRollup merge of #22302 - japaric:gh21909, r=brson
2015-02-15 Manish GoregaokarRollup merge of #22299 - bluss:range-64-is-not-exact...
2015-02-15 Manish GoregaokarRollup merge of #22295 - steveklabnik:gh9980, r=alexcri...
2015-02-15 Manish GoregaokarRollup merge of #22288 - steveklabnik:add_option_link...
2015-02-15 Manish GoregaokarRollup merge of #22284 - steveklabnik:fix_another_lie...
2015-02-15 Manish GoregaokarRollup merge of #22280 - Unode:patch-1, r=steveklabnik
2015-02-15 Manish GoregaokarRollup merge of #22278 - nikomatsakis:rustc-error,...
2015-02-15 Manish GoregaokarRollup merge of #22277 - pnkfelix:reference-update...
2015-02-15 Manish GoregaokarRollup merge of #22275 - steveklabnik:gh7538, r=huonw
2015-02-15 Manish GoregaokarRollup merge of #22274 - pnkfelix:retag-slicing-syntax...
2015-02-15 Manish GoregaokarRollup merge of #22272 - steveklabnik:gh22064, r=alexcr...
next