summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-07-07mark user-defined derefs as non-constantAriel Ben-Yehuda-0/+23
2015-07-07Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonwbors-1/+15
2015-07-06Rollup merge of #26807 - eddyb:trans-normalize, r=cmrSteve Klabnik-0/+15
2015-07-06Auto merge of #26741 - alexcrichton:noinline-destructors, r=brsonbors-1/+2
2015-07-06rustc: implement `unstable(issue = "nnn")`.Huon Wilson-0/+41
2015-07-06don't use type_parameter_def during astconvAriel Ben-Yehuda-0/+12
2015-07-05Auto merge of #26464 - Gankro:send, r=alexcrichtonbors-1/+0
2015-07-05Auto merge of #26473 - Eljay:missing_docs, r=alexcrichtonbors-0/+21
2015-07-05rustc_trans: always use normalizing_infer_ctxt.Eduard Burtescu-0/+15
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-1/+15
2015-07-04Auto merge of #26694 - eddyb:method-nan, r=arielb1bors-0/+40
2015-07-04rustc: compute the vtable base of a supertrait during selection. Fixes #26339.Eduard Burtescu-0/+40
2015-07-04Auto merge of #26770 - arielb1:str-mut-idx, r=eddybbors-0/+38
2015-07-04Remove outdated errors for mutating stringsAriel Ben-Yehuda-0/+38
2015-07-04require reimplementations of all items when a defaulted associated type is ov...Ariel Ben-Yehuda-0/+25
2015-07-03Fix some merge conflictsNiko Matsakis-1/+1
2015-07-03Now that I made the warning smarter, these tests no longer require modificationNiko Matsakis-2/+4
2015-07-03Adjust tests to silence warnings (or record them, as appropriate).Niko Matsakis-6/+8
2015-07-03After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+85
2015-07-03Auto merge of #26378 - arielb1:unused-mut, r=pnkfelixbors-0/+9
2015-07-03Fix ICE caused by Drop implementations for unsized typesBjörn Steinbrink-0/+26
2015-07-02Auto merge of #26682 - posix4e:netbsd, r=alexcrichtonbors-1/+6
2015-07-02Auto merge of #26727 - remram44:coerceunsized-weak, r=eddybbors-2/+6
2015-07-01Add netbsd amd64 supportAlex Newman-1/+6
2015-07-01Add test to dst-coerce-rc.rsRemi Rampin-2/+6
2015-07-01Add a regression test for #8640.Nick Hamann-0/+20
2015-07-01msvc: Fix the link name for the lgammaAlex Crichton-1/+1
2015-07-01msvc: Ignore extern-pass-empty on MSVCAlex Crichton-0/+1
2015-06-30Auto merge of #26696 - steveklabnik:rollup, r=steveklabnikbors-3/+3
2015-06-30Auto merge of #26686 - arielb1:associated-type-defaults-actually-work, r=eddybbors-0/+34
2015-07-01Make the unused_mut lint smarter with respect to locals.Ariel Ben-Yehuda-0/+9
2015-06-30Auto merge of #26663 - Eljay:fix-repr-attribute, r=sanxiynbors-0/+21
2015-06-30Rollup merge of #26622 - tshepang:indents, r=sanxiynSteve Klabnik-3/+3
2015-06-30Actually encode default associated typesAriel Ben-Yehuda-0/+34
2015-06-30Auto merge of #26670 - frewsxcv:regression-test-13902, r=alexcrichtonbors-0/+22
2015-06-30Auto merge of #26668 - frewsxcv:regression-test-17756, r=alexcrichtonbors-0/+14
2015-06-30Auto merge of #26667 - arielb1:audit-walk, r=eddybbors-0/+66
2015-06-29Add regression test for #13902Corey Farwell-0/+22
2015-06-29Add regression test for #17756Corey Farwell-0/+14
2015-06-29lint: default methods must be called on Self to unconditionally recur.Huon Wilson-0/+7
2015-06-29lint: only consider actual calls as unconditional recursion.Huon Wilson-0/+4
2015-06-30Remove type_needs_unwind_cleanupAriel Ben-Yehuda-0/+34
2015-06-30Fix lifetime elision region accountingAriel Ben-Yehuda-0/+19
2015-06-29Add missing trailing newline.Eljay-1/+1
2015-06-29Add test for #26646.Eljay-0/+21
2015-06-29Fix off-by-one error in default-type-parameter checkingAriel Ben-Yehuda-0/+13
2015-06-27test: fix some indentsTshepang Lekhonkhobe-3/+3
2015-06-25test: Use liblibc in lang-item-publicAlex Crichton-57/+8
2015-06-25Auto merge of #26558 - nham:fix_24357, r=alexcrichtonbors-0/+40
2015-06-24Add a regression test for #18119.Nick Hamann-0/+22