aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove unintentional changesZac Pullar-Strecker2020-06-306-16/+13
| * | | | FormatZac Pullar-Strecker2020-06-302-8/+10
| * | | | Switch to Path::parse and add testsZac Pullar-Strecker2020-06-301-671/+667
| * | | | Don't strip affixes from path linksZac Pullar-Strecker2020-06-301-35/+53
| * | | | Fix doc attr parsing, fixes links from std/core/allocZac Pullar-Strecker2020-06-301-13/+19
| * | | | Return a resolver for Definition::LocalZac Pullar-Strecker2020-06-301-2/+1
| * | | | Format & replace todos with 'fixme'Zac Pullar-Strecker2020-06-305-21/+27
| * | | | Remove old comment, remove unecessary localZac Pullar-Strecker2020-06-301-4/+1
| * | | | Update missed heavy testZac Pullar-Strecker2020-06-301-1/+1
| * | | | Switch to pulldown-cmark, tidy importsZac Pullar-Strecker2020-06-305-307/+285
| * | | | Move resolver into impls, work on testsZac Pullar-Strecker2020-06-307-71/+138
| * | | | Remove local documentation link rewritingZac Pullar-Strecker2020-06-305-105/+22
| * | | | Working intra-doc-linksZac Pullar-Strecker2020-06-305-8/+119
| * | | | Generate correct symbol filename for relative linksZac Pullar-Strecker2020-06-303-10/+42
| * | | | Tidy upZac Pullar-Strecker2020-06-301-67/+53
| * | | | URL doc outputs in hoverZac Pullar-Strecker2020-06-302-16/+68
| * | | | Hover doc link rewritingZac Pullar-Strecker2020-06-307-17/+382
* | | | | Merge #5863bors[bot]2020-08-252-25/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Cleanup invert-ifAleksey Kladov2020-08-252-25/+17
|/ / / /
* | | | Merge #5861bors[bot]2020-08-246-591/+16
|\ \ \ \
| * | | | Support extern typesJonas Schievink2020-08-246-591/+16
|/ / / /
* | | | Merge #5859bors[bot]2020-08-241-19/+19
|\ \ \ \
| * | | | Allow rust-analyzer auto publishingPavan Kumar Sunkara2020-08-241-19/+19
* | | | | Merge #5841bors[bot]2020-08-241-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Gate stream.pipeline workaround on fixed versions of nodeVeetaha2020-08-211-0/+8
* | | | | Merge #5733bors[bot]2020-08-242-119/+617
|\ \ \ \ \
| * | | | | Use new `Definition::usages` API in expand glob importunexge2020-08-201-1/+1
| * | | | | Fix importing private modules in expand glob importunexge2020-08-201-0/+52
| * | | | | Fix importing unused traits in expand glob importunexge2020-08-201-28/+73
| * | | | | Use fixme instead of todounexge2020-08-202-2/+2
| * | | | | Use `Definition::find_usages` for finding used items in expand glob importunexge2020-08-202-114/+137
| * | | | | Run rustfmtunexge2020-08-201-3/+5
| * | | | | Handle more cases in AST replacing in expand glob importunexge2020-08-202-35/+220
| * | | | | Improve AST replacing in expand glob importunexge2020-08-201-38/+229
* | | | | | Merge #5855bors[bot]2020-08-241-0/+1
|\ \ \ \ \ \
| * | | | | | Add TBD description to arenaPavan Kumar Sunkara2020-08-241-0/+1
|/ / / / / /
* | | | | | Merge #4776bors[bot]2020-08-2429-98/+168
|\ \ \ \ \ \
| * | | | | | Add description for crates that will be publishedPavan Kumar Sunkara2020-08-2425-0/+25
| * | | | | | Added weekly publish workflowPavan Kumar Sunkara2020-08-241-0/+44
| * | | | | | Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-2422-98/+99
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #5845bors[bot]2020-08-243-5/+25
|\ \ \ \ \ \
| * | | | | | Omit lenses for not runnable doctestsKirill Bulatov2020-08-223-5/+25
| |/ / / / /
* | | | | | Merge #5851bors[bot]2020-08-243-2/+45
|\ \ \ \ \ \
| * | | | | | Invert if should be smart about is_some, is_none, is_ok, is_errdragfire2020-08-243-2/+45
| |/ / / / /
* | | | | | Merge #5852bors[bot]2020-08-241-1/+25
|\ \ \ \ \ \
| * | | | | | Add Early Return rule to styleAleksey Kladov2020-08-241-1/+25
| |/ / / / /
* | | | | | Merge #5853bors[bot]2020-08-241-0/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Avoid monomorphizationAleksey Kladov2020-08-241-0/+35
|/ / / / /
* | | | | Merge #5823bors[bot]2020-08-222-8/+2
|\ \ \ \ \
| * | | | | Don't underline function definition if self is &mutAleksey Kladov2020-08-192-8/+2