about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-17update ui/arbitrary-self-types-not-object-safe with shorter error messageMichael Hewson-2/+2
2017-12-17fix ui testMichael Hewson-2/+6
2017-12-17add a ui test for the inference variable warningMichael Hewson-0/+23
2017-12-17better variable names in testsMichael Hewson-16/+16
2017-12-17Add tests with *const Rc<Self> and similar self typesMichael Hewson-4/+28
2017-12-17Warn about inference variables behind raw pointers in method lookupMichael Hewson-3/+10
2017-12-17remove test for issue #26194 because it is now redundantMichael Hewson-18/+0
2017-12-17update error message in test/compile-fail/issue-26194.rsMichael Hewson-1/+1
2017-12-17Fix ICE in probe::confirm::extract_existential_trait_ref with raw pointer selfMichael Hewson-0/+1
2017-12-17Add a feature_gate test for raw pointer selfMichael Hewson-0/+57
2017-12-17shorten lines for tidyMichael Hewson-4/+11
2017-12-17don't emit a type error if autoderef ends in an inference variable, as long a...Michael Hewson-3/+7
2017-12-17changed some stuff in probe.rs and it broke libstdMichael Hewson-3/+22
2017-12-17implement raw-pointer `self`. Works for traits, including trait objects, but ...Michael Hewson-18/+130
2017-12-17Auto merge of #46778 - petrochenkov:nounwrap, r=arielb1bors-17/+17
2017-12-17Auto merge of #46761 - zackmdavis:concerning_incorrect_suggestions_for_refere...bors-2/+56
2017-12-16Auto merge of #46750 - varkor:imp-llmod, r=estebankbors-1/+4
2017-12-17syntax: Rename `P::unwrap` into `P::into_inner`Vadim Petrochenkov-17/+17
2017-12-16Auto merge of #46763 - zackmdavis:and_the_case_of_the_erroneous_field_pattern...bors-1/+48
2017-12-16Auto merge of #46743 - oli-obk:miri, r=eddybbors-75/+84
2017-12-16Auto merge of #46722 - arielb1:single-self, r=eddybbors-28/+71
2017-12-16in which `..` is suggested for erroneous `...` in struct field patternsZack M. Davis-1/+48
2017-12-15in which suggestions to borrow casts or binary expressions are rectifiedZack M. Davis-2/+56
2017-12-16Auto merge of #46719 - estebank:issue-39268, r=pnkfelixbors-538/+585
2017-12-16Auto merge of #46560 - Yoric:incr, r=michaelwoeristerbors-62/+136
2017-12-16Auto merge of #46757 - michaelwoerister:revert-46562, r=eddybbors-43/+24
2017-12-15incr.comp.: Revert hashing optimization that caused regression.Michael Woerister-43/+24
2017-12-15save-analysis: dump extern crate importsAndy Russell-1/+4
2017-12-15save-analysis: document `process_use_tree`Andy Russell-0/+10
2017-12-15save-analysis: add parents to importsAndy Russell-5/+21
2017-12-15Same change to point at borrow for mir errorsEsteban Küber-68/+71
2017-12-15Improve error messages on LLVM bitcode parsing failurevarkor-1/+4
2017-12-15Auto merge of #46623 - eddyb:issue-46449, r=nagisabors-13/+58
2017-12-15Resolves #46555 - Moving loading and decoding of dependency graph to backgrou...David Teller-62/+132
2017-12-15Auto merge of #46745 - steveklabnik:rollup, r=steveklabnikbors-25/+32
2017-12-15Allow easily creating cheap eval context instancesOliver Schneider-75/+84
2017-12-15Rollup merge of #46737 - tshepang:better, r=steveklabnikSteve Klabnik-10/+7
2017-12-15Rollup merge of #46728 - varkor:contrib-4, r=michaelwoeristerSteve Klabnik-3/+7
2017-12-15Rollup merge of #46710 - xfix:patch-5, r=alexcrichtonSteve Klabnik-3/+0
2017-12-15Rollup merge of #46705 - pornel:cargo-output, r=alexcrichtonSteve Klabnik-3/+2
2017-12-15Rollup merge of #46690 - mystor:pub_line_column, r=jseyfriedSteve Klabnik-2/+4
2017-12-15Rollup merge of #46652 - ishitatsuyuki:thinlto-backport, r=alexcrichtonSteve Klabnik-0/+8
2017-12-15Rollup merge of #46601 - matthewjasper:method-link-change, r=steveklabnikSteve Klabnik-4/+4
2017-12-15Auto merge of #46740 - oli-obk:rls, r=nrcbors-31/+44
2017-12-15Update the rls and rustfmt submodulesOliver Schneider-31/+44
2017-12-15Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakisbors-53/+155
2017-12-15rustc_trans: approximate ABI alignment for padding/union fillers.Eduard-Mihai Burtescu-13/+58
2017-12-15Auto merge of #46653 - estebank:str-as-ch, r=petrochenkovbors-4/+63
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-4/+63
2017-12-14Point at var in short lived borrowsEsteban Küber-470/+514