about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-05-11do not fetch variance for items when equatingNiko Matsakis-0/+43
2017-05-10Skip print-stdout-eprint-stderr test on emscriptenZack Weinberg-0/+2
2017-05-10Fix up stability annotations per feedback.Zack Weinberg-2/+0
2017-05-10Add `eprint!` and `eprintln!` macros to the prelude.Zack Weinberg-0/+40
2017-05-09Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1bors-0/+50
2017-05-08Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakisCorey Farwell-0/+17
2017-05-08Rollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc-comment, r=estebankCorey Farwell-0/+18
2017-05-08massive refactorChristian Poveda-1/+0
2017-05-08added testChristian Poveda-0/+18
2017-05-08dump-mir was causing cycles by invoking item-path-str at bad timesNiko Matsakis-0/+50
2017-05-08Allow bare CR in ////-style comment.Masaki Hara-0/+18
2017-05-06rustc: treat const bodies like fn bodies in middle::region.Eduard-Mihai Burtescu-0/+9
2017-05-03Add test for an inference failure.Charlie Sheridan-0/+21
2017-04-30refactor the handling of lvalue opsAriel Ben-Yehuda-0/+20
2017-04-29Don't ever warn about #[used] items being dead code.Eduard-Mihai Burtescu-0/+17
2017-04-28Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakisbors-0/+22
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-1/+12
2017-04-28Auto merge of #41591 - frewsxcv:rollup, r=frewsxcvbors-0/+26
2017-04-27Auto merge of #41529 - bitshifter:issue-41479, r=eddybbors-0/+18
2017-04-27typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-0/+26
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-0/+835
2017-04-26 support `default impl` for specializationGianni Ciccarelli-11/+11
2017-04-25Add a regression test for ICE #33287Wesley Wiser-0/+18
2017-04-25Parse trait object types starting with a lifetime boundVadim Petrochenkov-0/+22
2017-04-25Added test for #41479 from @eddyb.Cameron Hart-0/+18
2017-04-25 support `default impl` for specializationGianni Ciccarelli-0/+106
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-2/+23
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+729
2017-04-24Fix more merge conflictsMatthew-37/+125
2017-04-23FIN: ignore failing test on emscripten, see #41299Tim Neumann-0/+2
2017-04-23FIN: disable backtrace printing for panic-runtime/abort* on ARMTim Neumann-2/+21
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-0/+98
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-37/+27
2017-04-22Resolve merge conflictmatthewjasper-0/+196
2017-04-20Remove float_extrasJosh Stone-5/+3
2017-04-20Remove num::{Zero,One}Josh Stone-12/+23
2017-04-20Remove BinaryHeap::{push_pop,replace}Josh Stone-2/+0
2017-04-20Remove EnumSetJosh Stone-18/+1
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-0/+1
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-0/+195
2017-04-20Stabilize RFC 1506 - clarified ADT kindsMatthew-2/+0
2017-04-19propagate obligations during overlap checkNiko Matsakis-0/+16
2017-04-19Auto merge of #41325 - eddyb:isolate-snapshots-for-good, r=arielb1bors-0/+4
2017-04-17Rollup merge of #41012 - durka:vis-matcher, r=petrochenkovCorey Farwell-0/+115
2017-04-16Auto merge of #40409 - mbrubeck:calloc, r=sfacklerbors-0/+5
2017-04-16rustc_typeck: fix binops needing more type informations to coerce.Eduard-Mihai Burtescu-0/+4
2017-04-15reduce macro rule duplication in testAlex Burka-20/+4
2017-04-15feature gate :vis matcherAlex Burka-0/+1
2017-04-15parse interpolated visibility tokensAlex Burka-2/+14
2017-04-15update :vis implementation to current rustAlex Burka-10/+9