| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-31 | Move array-slice-vec-related tests | Yuki Okushi | -74/+0 | |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -4/+4 | |
| If a symbol name can only be imported from one place for a type, and as long as it was not glob-imported anywhere in the current crate, we can trim its printed path and print only the name. This has wide implications on error messages with types, for example, shortening `std::vec::Vec` to just `Vec`, as long as there is no other `Vec` importable anywhere. This adds a new '-Z trim-diagnostic-paths=false' option to control this feature. On the good path, with no diagnosis printed, we should try to avoid issuing this query, so we need to prevent trimmed_def_paths query on several cases. This change also relies on a previous commit that differentiates between `Debug` and `Display` on various rustc types, where the latter is trimmed and presented to the user and the former is not. | ||||
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+1 | |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+11 | |
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -2/+0 | |
| Update tests Extend to other operations Refractor check in a separate function Fix more tests | ||||
| 2019-12-12 | Update tests | LeSeulArtichaut | -1/+1 | |
| 2019-12-12 | Update UI test expectations | LeSeulArtichaut | -1/+1 | |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -18/+4 | |
| 2019-03-27 | Better diagnostic for binary operation on BoxedValues | hgallagher1993 | -2/+4 | |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -1/+1 | |
| This commit fixes the logic of detecting when a use happen in a later iteration of where a borrow was defined Fixes #53773 | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -34/+4 | |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -5/+5 | |
| 2018-11-23 | Reword incorrect macro invocation primary label | Esteban Küber | -1/+1 | |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -1/+1 | |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -1/+1 | |
| Give a special message when the later use is from a call. Use the span of the callee instead of the whole expression. For conflicting borrow messages say that the later use is of the first borrow. | ||||
| 2018-09-28 | Test fixes for the change of error message for issue #54015 | Rusty Blitzerr | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+106 | |
