Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5881 | bors[bot] | 2020-08-25 | 1 | -2/+1 |
|\ | |||||
| * | Minor | Aleksey Kladov | 2020-08-25 | 1 | -2/+1 |
* | | Merge #5880 | bors[bot] | 2020-08-25 | 1 | -3/+9 |
|\| | |||||
| * | Provide better stack trace for overlapping edits | Aleksey Kladov | 2020-08-25 | 1 | -3/+9 |
* | | Merge #5878 | bors[bot] | 2020-08-25 | 2 | -105/+73 |
|\| | |||||
| * | Prepare to share sysroot lowering code between Cargo & ProjectJSON | Aleksey Kladov | 2020-08-25 | 2 | -105/+73 |
|/ | |||||
* | Merge #5877 | bors[bot] | 2020-08-25 | 7 | -8/+76 |
|\ | |||||
| * | Complete `pub` in fields | Aleksey Kladov | 2020-08-25 | 7 | -8/+76 |
* | | Merge #5876 | bors[bot] | 2020-08-25 | 2 | -54/+61 |
|\| | |||||
| * | Prep work for overriding sysroot | Aleksey Kladov | 2020-08-25 | 2 | -54/+61 |
|/ | |||||
* | Merge #5875 | bors[bot] | 2020-08-25 | 2 | -34/+43 |
|\ | |||||
| * | Remove monomorphisation from doclinks resolving code | Aleksey Kladov | 2020-08-25 | 2 | -34/+43 |
|/ | |||||
* | Merge #5873 | bors[bot] | 2020-08-25 | 1 | -2/+2 |
|\ | |||||
| * | Correct sed replacement when called in a bash file | Pavan Kumar Sunkara | 2020-08-25 | 1 | -2/+2 |
* | | Merge #5874 | bors[bot] | 2020-08-25 | 4 | -66/+52 |
|\ \ | |/ |/| | |||||
| * | Remove AttrDef | Aleksey Kladov | 2020-08-25 | 4 | -66/+52 |
|/ | |||||
* | Merge #5870 | bors[bot] | 2020-08-25 | 3 | -126/+140 |
|\ | |||||
| * | Simplify | Aleksey Kladov | 2020-08-25 | 1 | -6/+6 |
| * | Move attrs from code_module to a separate module | Aleksey Kladov | 2020-08-25 | 3 | -126/+140 |
* | | Merge #5869 | bors[bot] | 2020-08-25 | 1 | -9/+6 |
|\| | |||||
| * | Minor | Aleksey Kladov | 2020-08-25 | 1 | -9/+6 |
|/ | |||||
* | Merge #5867 | bors[bot] | 2020-08-25 | 5 | -12/+7 |
|\ | |||||
| * | Use the same abstraction for attrs and docs | Aleksey Kladov | 2020-08-25 | 5 | -12/+7 |
|/ | |||||
* | Merge #5866 | bors[bot] | 2020-08-25 | 5 | -14/+32 |
|\ | |||||
| * | Improve logging | Aleksey Kladov | 2020-08-25 | 5 | -14/+32 |
* | | Merge #5865 | bors[bot] | 2020-08-25 | 1 | -0/+1 |
|\ \ | |||||
| * | | Rename rust_analyzer lib in the binaries before publishing | Pavan Kumar Sunkara | 2020-08-25 | 1 | -0/+1 |
| |/ | |||||
* | | Merge #4873 | bors[bot] | 2020-08-25 | 12 | -61/+1015 |
|\ \ | |/ |/| | |||||
| * | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-25 | 46 | -835/+959 |
| |\ | |||||
| * | | Changes from review | Zac Pullar-Strecker | 2020-08-25 | 2 | -18/+23 |
| * | | Renames, comments, and dead code removal | Zac Pullar-Strecker | 2020-08-24 | 4 | -23/+8 |
| * | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 1623 | -128337/+130529 |
| |\ \ | |||||
| * | | | Add a test to document unimplemented case | Zac Pullar-Strecker | 2020-08-24 | 1 | -0/+62 |
| * | | | Reorganise code | Zac Pullar-Strecker | 2020-08-24 | 9 | -260/+347 |
| * | | | update & configure cmark to render three backticks | Zac Pullar-Strecker | 2020-08-02 | 5 | -173/+175 |
| * | | | remove debug eprintln! | Zac Pullar-Strecker | 2020-08-01 | 1 | -5/+1 |
| * | | | pulldown_cmark no-default-features | Zac Pullar-Strecker | 2020-08-01 | 2 | -17/+1 |
| * | | | move into separate module | Zac Pullar-Strecker | 2020-08-01 | 4 | -298/+308 |
| * | | | Improve namespace parsing comment | Zac Pullar-Strecker | 2020-08-01 | 1 | -1/+7 |
| * | | | use static data for namespace recognition | Zac Pullar-Strecker | 2020-08-01 | 3 | -56/+49 |
| * | | | revert change to license check | Zac Pullar-Strecker | 2020-08-01 | 1 | -6/+1 |
| * | | | remove some crates.io deps | Zac Pullar-Strecker | 2020-08-01 | 3 | -102/+31 |
| * | | | Update expect tests | Zac Pullar-Strecker | 2020-07-31 | 3 | -168/+423 |
| * | | | Update test calls to 'expect' | Zac Pullar-Strecker | 2020-07-31 | 1 | -22/+36 |
| * | | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-07-31 | 655 | -35962/+33791 |
| |\ \ \ | |||||
| * | | | | Use From instead of Into in resolver method | Zac Pullar-Strecker | 2020-07-11 | 1 | -8/+8 |
| * | | | | Remove unintentional changes | Zac Pullar-Strecker | 2020-06-30 | 6 | -16/+13 |
| * | | | | Format | Zac Pullar-Strecker | 2020-06-30 | 2 | -8/+10 |
| * | | | | Switch to Path::parse and add tests | Zac Pullar-Strecker | 2020-06-30 | 1 | -671/+667 |
| * | | | | Don't strip affixes from path links | Zac Pullar-Strecker | 2020-06-30 | 1 | -35/+53 |