| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -244/+0 | |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -6/+6 | |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -28/+4 | |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -1/+1 | |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -8/+8 | |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -1/+1 | |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -1/+1 | |
| 2020-10-17 | Fix grammar in note for orphan-rule error [E0210] | Will Crozier | -1/+1 | |
| 2020-10-07 | Support custom allocators in `Box` | Tim Diekmann | -2/+2 | |
| Remove `Box::leak_with_alloc` Add leak-test for box with allocator Rename `AllocErr` to `AllocError` in leak-test Add `Box::alloc` and adjust examples to use the new API | ||||
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -8/+8 | |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -20/+20 | |
| 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-01-25 | Don't use spaces before type ascription like colons | Oliver Scherer | -1/+1 | |
| 2019-11-10 | Improve coherence errors for wrong type order | Ohad Ravid | -0/+1 | |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -7/+10 | |
| 2019-10-28 | Use more targeted spans for orphan rule errors | Esteban Küber | -4/+4 | |
| 2019-07-28 | Remove anonymous_parameters from unrelated test | David Tolnay | -1/+1 | |
| 2019-05-24 | Move error code tests to error code folder | varkor | -0/+264 | |
