about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-11-28Auto merge of #37791 - petrochenkov:where, r=nikomatsakisbors-0/+73
2016-11-28Remove BuiltinBound and BuiltinBounds.Mark-Simulacrum-12/+12
2016-11-28rustc_privacy: switch private-in-public checking to Ty.Eduard Burtescu-85/+106
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-384/+1485
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-1/+1
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-7/+9
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-13/+14
2016-11-25Support `?Sized` in where clausesVadim Petrochenkov-0/+73
2016-11-23Rollup merge of #37442 - estebank:cast-deref-hint, r=jonathandturnerGuillaume Gomez-0/+5
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-0/+149
2016-11-22Auto merge of #37487 - goffrie:break, r=nikomatsakisbors-0/+116
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-0/+116
2016-11-22Start warning cycle.Jeffrey Seyfried-0/+34
2016-11-22Add a regression test and organize tests.Jeffrey Seyfried-3/+19
2016-11-21Auto merge of #37127 - jseyfried:stabilize_RFC_1560, r=nrcbors-526/+22
2016-11-21Fix fallout in tests.Jeffrey Seyfried-526/+22
2016-11-21TestsNick Cameron-0/+149
2016-11-20Rollup merge of #37835 - ojsheikh:E0088, r=jonathandturnerGuillaume Gomez-0/+5
2016-11-19Provide hint when cast needs a dereferenceEsteban Küber-0/+5
2016-11-18Add test case for exported macros vs incremental compilation.Michael Woerister-0/+23
2016-11-17Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddybbors-2/+2
2016-11-17Auto merge of #37424 - shiver:issue-37131, r=alexcrichtonbors-0/+18
2016-11-17Auto merge of #37837 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-8/+33
2016-11-17move impl wf check so they occur earlierNiko Matsakis-1/+0
2016-11-17Rollup merge of #37759 - robinst:trait-use-message-add-semicolon, r=eddybGuillaume Gomez-8/+8
2016-11-17Rollup merge of #37752 - arielb1:incoherent-error, r=nikomatsakisGuillaume Gomez-0/+25
2016-11-17Auto merge of #37732 - jseyfried:use_extern_macros, r=nrcbors-4/+74
2016-11-17Add tests.Jeffrey Seyfried-0/+70
2016-11-17Add feature `use_extern_macros`.Jeffrey Seyfried-2/+2
2016-11-17Refactor out `PerNS`.Jeffrey Seyfried-2/+2
2016-11-17Improved error reporting when target sysroot is missing.Robert Vally-0/+18
2016-11-16Use span of first unexpected lifetime in E0088.Omer Sheikh-1/+1
2016-11-16Auto merge of #37375 - GuillaumeGomez:cast_message, r=arielb1bors-9/+3
2016-11-16Improve reference cast help messageGuillaume Gomez-9/+3
2016-11-16fix dep-graph checking to account for implitemsNiko Matsakis-1/+2
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+29
2016-11-14Update E0088 to new format, remove E0090Yossi Konstantinovsky-0/+5
2016-11-14Add semicolon to "perhaps add a `use` for one of them" helpRobin Stocker-8/+8
2016-11-13coherence: skip impls with an erroneous trait refAriel Ben-Yehuda-0/+25
2016-11-12Auto merge of #37531 - estebank:fix-ref-mut-mut, r=jonathandturnerbors-30/+0
2016-11-12Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturnerbors-62/+0
2016-11-12Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alex...Eduard-Mihai Burtescu-0/+3
2016-11-12Rollup merge of #37481 - estebank:lifetime-help-removal-for-impl, r=eddybEduard-Mihai Burtescu-2/+0
2016-11-11Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturnerbors-2/+3
2016-11-11Auto merge of #37447 - estebank:non-duplicate-definition-error, r=nrcbors-12/+1
2016-11-10Auto merge of #36615 - sinkuu:e0243_0244, r=nrcbors-25/+25
2016-11-11Add foreign formatting directive detection.Daniel Keep-0/+3
2016-11-10Don't hint to add lifetime on trait implEsteban Küber-2/+0
2016-11-10Support `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-0/+1
2016-11-10Register and stability check `#[no_link]` crates.Jeffrey Seyfried-4/+4