]> git.lizzy.rs Git - rust.git/history - src/test
Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton
[rust.git] / src / test /
2015-11-02 borsAuto merge of #29291 - petrochenkov:privacy, r=alexcrichton
2015-11-02 borsAuto merge of #29456 - alexcrichton:path-hash, r=aturon
2015-11-02 borsAuto merge of #29513 - apasel422:issue-23217, r=alexcri...
2015-11-02 borsAuto merge of #29510 - mneumann:dragonfly-guard-page...
2015-11-02 borsAuto merge of #28846 - Ms2ger:categorization, r=nikomat...
2015-11-02 borsAuto merge of #29505 - rjbs:docs-where-type, r=steveklabnik
2015-11-01 borsAuto merge of #29507 - fhartwig:result-expect, r=Manish...
2015-11-01 Andrew PaseltinerAdd test for #23217
2015-11-01 borsAuto merge of #29501 - Manishearth:pat-docs, r=alexcrichton
2015-11-01 borsAuto merge of #29471 - pierzchalski:custom-target-custo...
2015-11-01 borsAuto merge of #29177 - vadimcn:rtstuff, r=alexcrichton
2015-11-01 borsAuto merge of #29486 - petrochenkov:multiwild, r=Manish...
2015-11-01 borsAuto merge of #29316 - GBGamer:change-unchecked-div...
2015-10-31 Nicholas MazzucaCheck unchecked_div|rem's specialisation
2015-10-31 borsAuto merge of #29484 - steveklabnik:gh29330, r=brson
2015-10-31 borsAuto merge of #29480 - apasel422:coerce-unique, r=alexc...
2015-10-31 Vadim PetrochenkovRemove PatWildMulti
2015-10-31 borsAuto merge of #29477 - alexcrichton:revert-compiler...
2015-10-30 borsAuto merge of #29454 - stepancheg:vec-reserve, r=bluss
2015-10-30 borsAuto merge of #29475 - apasel422:drop-in, r=alexcrichton
2015-10-30 Alexis Beingessnerdon't use drop_in_place as an intrinsic
2015-10-29 borsAuto merge of #29129 - cuviper:impl-from-for-floats...
2015-10-29 borsAuto merge of #29445 - igpay:patch-1, r=alexcrichton
2015-10-29 borsAuto merge of #29450 - defuz:patch-1, r=steveklabnik
2015-10-29 borsAuto merge of #29188 - nikomatsakis:remove-contraction...
2015-10-29 borsAuto merge of #29442 - rjbs:docs-comma-splice, r=stevek...
2015-10-29 borsAuto merge of #29441 - Ryman:match_refactor_msg, r...
2015-10-29 borsAuto merge of #29432 - taralx:patch-2, r=alexcrichton
2015-10-29 borsAuto merge of #29289 - DiamondLovesYou:pnacl-std-crates...
2015-10-29 borsAuto merge of #29444 - steveklabnik:rollup, r=steveklabnik
2015-10-29 Steve KlabnikRollup merge of #29438 - jethrogb:topic/book-rbstrlit...
2015-10-29 Steve KlabnikRollup merge of #29437 - brson:authors, r=alexcrichton
2015-10-29 Steve KlabnikRollup merge of #29435 - djrollins:diverging-function...
2015-10-29 Steve KlabnikRollup merge of #29417 - pmarcelll:assert-doc, r=stevek...
2015-10-29 Steve KlabnikRollup merge of #29405 - pmarcelll:docs-fix, r=steveklabnik
2015-10-29 Steve KlabnikRollup merge of #29264 - mdinger:colorify, r=steveklabnik
2015-10-28 borsAuto merge of #29425 - apasel422:issue-29030, r=alexcri...
2015-10-28 Niko MatsakisMove test file to run-fail, since it does an unwrap
2015-10-28 Niko MatsakisDon't "double check" var-sub-var constraints, which...
2015-10-28 Niko MatsakisRegression test for #29048. Fixes #29048.
2015-10-28 Kevin Butlerlibsyntax: improve error message when a statement is...
2015-10-28 borsAuto merge of #29415 - nikomatsakis:issue-29161, r...
2015-10-28 Niko MatsakisThe `source_did` may not be local, so don't unwrap the
2015-10-28 borsAuto merge of #29403 - alexcrichton:fix-windows-again...
2015-10-28 borsAuto merge of #29233 - angelsl:msvc1, r=alexcrichton
2015-10-28 borsAuto merge of #29419 - brson:bump, r=alexcrichton
2015-10-28 borsAuto merge of #29409 - arielb1:recursive-arrays, r...
2015-10-28 Andrew PaseltinerAdd test for #29030
2015-10-28 borsAuto merge of #29404 - jonas-schievink:external-overlap...
2015-10-28 borsAuto merge of #29402 - sanxiyn:if-let, r=steveklabnik
2015-10-28 borsAuto merge of #29400 - gkoz:phantom_data, r=alexcrichton
2015-10-28 borsAuto merge of #29398 - jonas-schievink:if-let-arms...
2015-10-28 borsAuto merge of #29313 - arielb1:projection-overflow...
2015-10-28 borsAuto merge of #29311 - steveklabnik:doc_iterator_trait...
2015-10-28 Vadim PetrochenkovFix for middle::reachable + better comments and tests
2015-10-27 borsAuto merge of #29072 - nagisa:place-arrow, r=pnkfelix
2015-10-27 borsAuto merge of #28833 - jryans:borrowck-linear-errors...
2015-10-27 Ariel Ben-Yehudatype_of: use `sizing_type_of` to check the size of...
2015-10-27 Simonas KazlauskasAdd tests for newly introduced syntax
2015-10-27 Simonas KazlauskasFix restrictions when parsing rhs of equalities
2015-10-27 Simonas KazlauskasAdd a test for #29071
2015-10-27 Simonas KazlauskasGeneralise associative operator parsing
2015-10-27 borsAuto merge of #26421 - nham:fix_21546, r=pnkfelix
2015-10-27 borsAuto merge of #26848 - oli-obk:const_fn_const_eval...
2015-10-27 borsAuto merge of #29327 - sanxiyn:argument, r=nrc
2015-10-27 Ariel Ben-Yehudaadd a recursion limit for type representation
2015-10-27 Ariel Ben-Yehudaproject: add a recursion limit to "tail-recursive"...
2015-10-27 Jonas SchievinkDiagnostic: "`if let` arm with incompatible type"
2015-10-27 borsAuto merge of #29326 - Charlotteis:patch-1, r=steveklabnik
2015-10-27 borsAuto merge of #29317 - matklad:clarify-reference, r...
2015-10-27 borsAuto merge of #29309 - rjbs:doc-comment-sections, r...
2015-10-27 borsAuto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcri...
2015-10-27 borsAuto merge of #29386 - jonas-schievink:codegen-worker...
2015-10-27 borsAuto merge of #29325 - alexcrichton:revert-trait-access...
2015-10-26 borsAuto merge of #29295 - little-dude:rustfmt_librustc_uni...
2015-10-26 borsAuto merge of #29274 - thepowersgang:issues-29107-const...
2015-10-26 borsAuto merge of #29384 - nikomatsakis:mir-not-stable...
2015-10-26 borsAuto merge of #29287 - Ryman:fn_nopat, r=alexcrichton
2015-10-26 Alex Crichtontest: Add regression test for "source trait is private"
2015-10-26 Alex CrichtonRevert "Remove unnecessary trait accessibility check."
2015-10-26 Alex CrichtonRevert "Add UFCS privacy test."
2015-10-26 borsAuto merge of #29310 - mdinger:book_playpen, r=steveklabnik
2015-10-26 Seo SanghyeonDistinguish argument from local variable
2015-10-26 borsAuto merge of #29280 - Ryman:bad_docattr, r=Manishearth
2015-10-26 borsAuto merge of #29247 - dcarral:missing_word_trpl, r...
2015-10-26 borsAuto merge of #29312 - apasel422:issue-21410, r=alexcri...
2015-10-26 borsAuto merge of #29303 - petrochenkov:unistrimp, r=eddyb
2015-10-26 borsAuto merge of #29301 - reddraggone9:patch-1, r=alexcrichton
2015-10-26 borsAuto merge of #29306 - alexcrichton:yet-another-windows...
2015-10-26 borsAuto merge of #29299 - tbu-:pr_btreemap_example_dup...
2015-10-26 Andrew PaseltinerAdd tests for #21410 and #24972
2015-10-26 borsAuto merge of #29296 - zazdxscf:compiletest_noargs_show...
2015-10-25 borsAuto merge of #29284 - apasel422:tests, r=alexcrichton
2015-10-25 borsAuto merge of #29266 - apasel422:wf, r=alexcrichton
2015-10-25 borsAuto merge of #29254 - alexcrichton:stabilize-1.5,...
2015-10-25 Alex Crichtonstd: Stabilize library APIs for 1.5
2015-10-25 borsAuto merge of #29281 - skeleten:issue-28189, r=steveklabnik
2015-10-25 borsAuto merge of #29279 - Ryman:strtests, r=alexcrichton
2015-10-25 Andrew PaseltinerAdd tests
2015-10-25 borsAuto merge of #29273 - Manishearth:regression, r=alexcr...
next