about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-06-15remove trailing whitespaceNiko Matsakis-1/+1
2017-06-15explain purpose of testNiko Matsakis-0/+6
2017-06-15Clearer Error Message for Duplicate DefinitionAlex Ozdemir-109/+136
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-32/+32
2017-06-15Add E0618Guillaume Gomez-2/+22
2017-06-15Add E0616Guillaume Gomez-0/+24
2017-06-15Add E0615Guillaume Gomez-0/+22
2017-06-15Add E0614Guillaume Gomez-0/+14
2017-06-15Add E0613Guillaume Gomez-2/+18
2017-06-15Add E0612Guillaume Gomez-1/+17
2017-06-15Add E0611Guillaume Gomez-0/+22
2017-06-14Report error for assignment in `if` conditionEsteban Küber-48/+0
2017-06-15Added more testsJohn Kåre Alsaker-0/+13
2017-06-14suppress trait errors that are implied by other errorsAriel Ben-Yehuda-37/+19
2017-06-15Remove struct_field_attributes feature gateWonwoo Choi-24/+0
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+13
2017-06-13Merge crate `collections` into `alloc`Murarth-32/+32
2017-06-13Add E0617Guillaume Gomez-6/+38
2017-06-12kill dep-graph-unrelated testNiko Matsakis-22/+0
2017-06-12kill various tasks we no longer need and remove outdated README textNiko Matsakis-8/+0
2017-06-12Add E0608Guillaume Gomez-9/+22
2017-06-11Auto merge of #42585 - GuillaumeGomez:E0609, r=Susurrusbors-4/+36
2017-06-12Add E0610Guillaume Gomez-4/+18
2017-06-11Add E0609Guillaume Gomez-0/+18
2017-06-10Only emit one error for `use foo::self;`Tommy Ip-4/+5
2017-06-09Rollup merge of #42531 - mmatyas:aarch64_compile-test_fix, r=nagisaCorey Farwell-0/+1
2017-06-08Ignore variadic FFI test on AArch64Mátyás Mustoha-0/+1
2017-06-07Rollup merge of #42490 - gaurikholkar:master, r=eddybCorey Farwell-3/+3
2017-06-06Rollup merge of #42415 - stephen-lazaro:Issue29094, r=arielb1Corey Farwell-5/+5
2017-06-06Auto merge of #42361 - GuillaumeGomez:error-codes, r=arielb1bors-0/+16
2017-06-07Changing error message for interior mutability, adding ui testgaurikholkar-3/+3
2017-06-05Auto merge of #42383 - estebank:candidate-newline, r=arielb1bors-239/+1
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-0/+1
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+13
2017-06-04Auto merge of #42265 - Zoxc:for-sugar, r=eddybbors-1/+18
2017-06-03Auto merge of #42391 - photoszzt:master, r=Manishearthbors-15/+18
2017-06-03Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrusbors-0/+17
2017-06-03Remove 'elided' from lifetime resolution errorStephen Lazaro-5/+5
2017-06-03Auto merge of #42334 - est31:master, r=jseyfriedbors-14/+52
2017-06-03Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1bors-3/+1
2017-06-02Implement Sync for SyncSenderSteven Fackler-3/+1
2017-06-02Better suggestion for unknown methodzzhu-15/+18
2017-06-02rustc: remove temporary lifetime extension by borrow hintVenkata Giri Reddy-3/+1
2017-06-02Add E0603 error codeGuillaume Gomez-0/+17
2017-06-02Add E0602Guillaume Gomez-0/+16
2017-06-02Use multiline note for trait suggestionEsteban Küber-239/+0
2017-06-01remove `layout_cache` and fix `-Z print-type-sizes`Niko Matsakis-20/+0
2017-06-01Change for-loop desugar to not borrow the iterator during the loopJohn Kåre Alsaker-1/+18
2017-06-01Rollup merge of #42324 - seanmonstar:41323-compare_const_impl, r=nikomatsakisCorey Farwell-0/+57
2017-05-31Fix a test and address review commentest31-0/+2