summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-06-01Fix regression in `macro_rules!` name matching.Jeffrey Seyfried-0/+30
2017-05-24Auto merge of #42182 - nikomatsakis:beta, r=brsonbors-10/+127
2017-05-23do not fetch variance for items when equatingNiko Matsakis-0/+43
2017-05-23use equality in the coerce-unsized checkNiko Matsakis-0/+38
2017-05-23correct various error messages that changedNiko Matsakis-10/+9
2017-05-23add a WF obligation if a type variable appears in bivariant positionNiko Matsakis-0/+37
2017-05-23Fix regression on `include!(line!())`.Jeffrey Seyfried-0/+13
2017-05-22try to fix lvalue ops for realAriel Ben-Yehuda-0/+78
2017-05-22refactor the handling of lvalue opsAriel Ben-Yehuda-0/+20
2017-05-10Added test for #41479 from @eddyb.Cameron Hart-0/+18
2017-05-10typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-0/+26
2017-04-24Feature gate in test.Without Boats-0/+2
2017-04-24Style.Without Boats-3/+3
2017-04-24Add compile-fail test.Without Boats-0/+26
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-9/+108
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-6/+0
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-37/+27
2017-04-22Auto merge of #41469 - arielb1:rustc-spring-cleaning, r=eddybbors-1/+2
2017-04-22remove cleanup branches to the resume blockAriel Ben-Yehuda-1/+2
2017-04-22Auto merge of #41431 - GuillaumeGomez:hoedown-default, r=aturonbors-64/+0
2017-04-22Auto merge of #41464 - frewsxcv:rollup, r=frewsxcvbors-0/+72
2017-04-22Rollup merge of #41077 - petrochenkov:boundparen, r=nikomatsakisCorey Farwell-0/+72
2017-04-22Auto merge of #39999 - bitshifter:struct_align, r=eddybbors-3/+328
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-64/+0
2017-04-21Rollup merge of #41435 - estebank:issue-33884, r=nikomatsakisCorey Farwell-0/+39
2017-04-21Rollup merge of #41432 - abonander:issue_41211, r=jseyfriedCorey Farwell-0/+45
2017-04-21Rollup merge of #37658 - GuillaumeGomez:ref_suggestion, r=nikomatsakis,eddybCorey Farwell-13/+8
2017-04-21Update ui testGuillaume Gomez-10/+5
2017-04-21Fix issue with single question mark or parenVadim Petrochenkov-0/+13
2017-04-21syntax: Support parentheses around trait boundsVadim Petrochenkov-0/+59
2017-04-21Create a new method to run coercion inside probeGuillaume Gomez-6/+2
2017-04-21Auto merge of #41349 - eddyb:ty-contents, r=nikomatsakisbors-2/+10
2017-04-21Update #[no_core] users with the "freeze" lang item.Eduard-Mihai Burtescu-2/+10
2017-04-21Update testsGuillaume Gomez-1/+5
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-20Reduce visual clutter of multiline start when possibleEsteban Küber-111/+86
2017-04-20Add test for issue 33884Esteban Küber-0/+39
2017-04-20Don't panic if an attribute macro fails to resolve at crate rootAustin Bonander-0/+45
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-3/+23
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-3/+308
2017-04-20Rollup merge of #41378 - eddyb:byval-is-not-like-sret, r=arielb1Corey Farwell-0/+23
2017-04-20Rollup merge of #41377 - nikomatsakis:issue-41298-ICE-inference, r=eddybCorey Farwell-0/+16
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-3/+48
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-19Auto merge of #41236 - cengizIO:master, r=nikomatsakisbors-30/+47
2017-04-19rustc_trans: do not treat byval as using up registers.Eduard-Mihai Burtescu-0/+23