about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-11-28rustc_privacy: switch private-in-public checking to Ty.Eduard Burtescu-85/+106
2016-11-28rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.Eduard-Mihai Burtescu-0/+32
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-393/+1496
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-1/+1
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-4/+10
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-8/+10
2016-11-26Auto merge of #38023 - arielb1:constant-evil-x2, r=eddybbors-0/+45
2016-11-27don't double-apply variant padding to const enumsAriel Ben-Yehuda-0/+45
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-13/+14
2016-11-24Tests of `-Z print-type-sizes` functionality.Felix S. Klock II-0/+442
2016-11-23Auto merge of #37908 - nrc:save-def, r=eddybbors-0/+539
2016-11-23Rollup merge of #37940 - michaelwoerister:ich-struct-constructors, r=nikomats...Guillaume Gomez-0/+254
2016-11-23Rollup merge of #37938 - michaelwoerister:move-myriad-closures, r=eddybGuillaume Gomez-4/+4
2016-11-23Rollup merge of #37851 - jneem:master, r=sanxiynGuillaume Gomez-0/+23
2016-11-23Rollup merge of #37442 - estebank:cast-deref-hint, r=jonathandturnerGuillaume Gomez-0/+5
2016-11-23Fix a bunch of bugs shown by the testNick Cameron-3/+1
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-0/+207
2016-11-23Add a testNick Cameron-0/+541
2016-11-22Auto merge of #37487 - goffrie:break, r=nikomatsakisbors-0/+249
2016-11-23Rebasing and review changesNick Cameron-0/+58
2016-11-22ICH: Add test case for struct constructor expressions.Michael Woerister-0/+254
2016-11-22Move the myriad-closures.rs test case to run-pass-full test suite.Michael Woerister-4/+4
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-0/+249
2016-11-22Start warning cycle.Jeffrey Seyfried-0/+34
2016-11-22Fix fallout in tests.Jeffrey Seyfried-0/+1
2016-11-22Add a regression test and organize tests.Jeffrey Seyfried-3/+19
2016-11-21Add regression test for issue 23699.Joe Neeman-0/+23
2016-11-21Auto merge of #37824 - jseyfried:symbols, r=eddybbors-51/+51
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-51/+51
2016-11-21Auto merge of #37127 - jseyfried:stabilize_RFC_1560, r=nrcbors-528/+23
2016-11-21Fix fallout in tests.Jeffrey Seyfried-528/+23
2016-11-21Auto merge of #37895 - jseyfried:fix_proc_macro_deps, r=nrcbors-0/+42
2016-11-21TestsNick Cameron-0/+149
2016-11-20Rollup merge of #37841 - michaelwoerister:ich-loop-tests, r=nikomatsakisGuillaume Gomez-0/+1049
2016-11-20Rollup merge of #37835 - ojsheikh:E0088, r=jonathandturnerGuillaume Gomez-0/+5
2016-11-20Add regression test.Jeffrey Seyfried-0/+42
2016-11-19Auto merge of #37842 - nikomatsakis:incremental-test, r=mwbors-0/+382
2016-11-19Provide hint when cast needs a dereferenceEsteban Küber-0/+5
2016-11-19Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichtonbors-0/+22
2016-11-18Auto merge of #37787 - michaelwoerister:macro-def-ich, r=nikomatsakisbors-0/+23
2016-11-18Add test case for exported macros vs incremental compilation.Michael Woerister-0/+23
2016-11-18Auto merge of #37776 - nrc:save-double-angle, r=@brsonbors-0/+6
2016-11-18remove FIXMEs; issue fixedNiko Matsakis-9/+5
2016-11-18Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichtonbors-0/+84
2016-11-18improve commentsNiko Matsakis-11/+31
2016-11-18add test for adding a fieldNiko Matsakis-0/+142
2016-11-18add test for changing pub inherent method signatureNiko Matsakis-0/+117
2016-11-18add test for changing pub inherent method bodyNiko Matsakis-0/+107
2016-11-18Warn when a #[should_panic] test has an unexpected messageJosh Driver-0/+38
2016-11-17Auto merge of #37846 - jseyfried:fix_proc_macro_dep, r=alexcrichtonbors-0/+43