about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-0/+18
2015-02-28Rollup merge of #22875 - kmcallister:maceager, r=sfacklerManish Goregaokar-11/+12
2015-02-28Auto merge of #22851 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-0/+49
2015-02-28Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichtonbors-0/+182
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+2
2015-02-27obsolete `|&:|` syntaxJorge Aparicio-0/+18
2015-02-27Test fixes and rebase conflictsAlex Crichton-10/+6
2015-02-27Replace MacExpr / MacPat / MacItems with MacEagerKeegan McAllister-11/+12
2015-02-28std: Fixed backtrace warnings and tests for non-Linux platforms.Kang Seonghoon-4/+26
2015-02-27Rollup merge of #22837 - eddyb:issue-21721, r=dotdashManish Goregaokar-9/+22
2015-02-27Rollup merge of #22809 - nikomatsakis:issue-22655-infinite-recursion, r=pnkfelixManish Goregaokar-0/+29
2015-02-27Rollup merge of #22823 - kmcallister:fix-21370, r=huonwManish Goregaokar-0/+32
2015-02-27Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakisManish Goregaokar-0/+34
2015-02-27Rollup merge of #22803 - huonw:field-stability, r=alexcrichtonManish Goregaokar-11/+431
2015-02-27Normalize types before collecting obligationsFlavio Percoco-0/+49
2015-02-27Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichtonbors-0/+41
2015-02-27Makes the picky tidy satisfied. Also refers to the correct issue.Kang Seonghoon-1/+1
2015-02-27Removed an excess feature flag from the backtrace test.Kang Seonghoon-2/+0
2015-02-27std: Include line numbers in backtraces.Kang Seonghoon-0/+162
2015-02-27Add a rustdoc test for default methods in external cratesSeo Sanghyeon-0/+41
2015-02-26Revert hacks and add test for LLVM aborts due to empty aggregates.Eduard Burtescu-9/+22
2015-02-26Regression test for #22536.Felix S. Klock II-0/+34
2015-02-26Send/Sync audit for libcollectionsEdward Wang-0/+98
2015-02-26Check stability of struct fields.Huon Wilson-11/+431
2015-02-25Always error on invalid macro fragment specifiersKeegan McAllister-0/+32
2015-02-25Auto merge of #22796 - Manishearth:rollup, r=Manishearthbors-47/+229
2015-02-25Change MarkerTrait to be invariant. This is a (small) loss of expressiveness,Niko Matsakis-0/+29
2015-02-25Path -> PathBuf for Windows test (fixup #22727)Manish Goregaokar-3/+3
2015-02-25Rollup merge of #22787 - pnkfelix:reenable-gate-for-unsafe_no_drop_flag, r=al...Manish Goregaokar-0/+23
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-27/+31
2015-02-25Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonwManish Goregaokar-0/+27
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-2/+2
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-134/+356
2015-02-25Auto merge of #22512 - nikomatsakis:issue-20300-where-clause-not-bounds, r=ni...bors-0/+273
2015-02-25Turn `unsafe_no_drop_flag` back into a gated-feature.Felix S. Klock II-0/+23
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-27/+31
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-2/+2
2015-02-25Rollup merge of #22736 - nikomatsakis:issue-22382, r=eddybManish Goregaokar-0/+79
2015-02-25Rollup merge of #22752 - ipetkov:unsafe-lint-fix, r=alexcrichtonManish Goregaokar-0/+49
2015-02-24Rework trait-bound-conversion so be based on the AST and rework collectNiko Matsakis-10/+202
2015-02-24Comprehence cycle detection in `collect`. In some cases, the cycles weNiko Matsakis-0/+81
2015-02-24Auto merge of #22530 - rprichard:master, r=dotdashbors-0/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-15/+15
2015-02-24Fix fallout from allowing impls outside of the type's definition module.Eduard Burtescu-8/+4
2015-02-24Fix fallout from correct stability handling in UFCS.Eduard Burtescu-7/+144
2015-02-24tests: add two new run-pass tests for method behavior after UFCS.Eduard Burtescu-0/+69
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-0/+11
2015-02-24tests: remove warnings from and rename const-polymorphic-paths to ufcs-polymo...Eduard Burtescu-32/+32
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-42/+41
2015-02-24Use partial path resolutions in expressions for UFCS desugaring.Eduard Burtescu-2/+14