Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -2/+2 |
| | |||||
* | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 1 | -1/+1 |
| | | | | | | We used to have `Def` suffix for all symbols, but we moved off from that. `FunctionDef` isn't better than `Function`. Looks like we've forgot to change `Impl` though! | ||||
* | Lifetime reference search | Lukas Wirth | 2020-12-16 | 1 | -1/+4 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -5/+4 |
| | |||||
* | Fix opening module documentation opening parent documentation instead | Zac Pullar-Strecker | 2020-10-22 | 1 | -4/+24 |
| | | | | | | The whole path/URL joining code is kind of ugly which is what led to this, but at the same time I don't really want to rewrite it right now... | ||||
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -4/+4 |
| | | | | | | | | Declaration names sounds like a name of declaration -- something you can use for analysis. It empathically isn't, and is just a label displayed in various UI. It's important not to confuse the two, least we accidentally mix semantics with UI (I believe, there's already a case of this in the FamousDefs at least). | ||||
* | Clarify the names one more time | Aleksey Kladov | 2020-10-15 | 1 | -2/+2 |
| | |||||
* | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 1 | -3/+3 |
| | |||||
* | More clarifications | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 |
| | |||||
* | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 |
| | |||||
* | Bump pulldown-cmark | Laurențiu Nicola | 2020-10-13 | 1 | -11/+14 |
| | |||||
* | Remove methodowner & fix formatting | Zac Pullar-Strecker | 2020-10-08 | 1 | -12/+23 |
| | |||||
* | Rebase fixes | Zac Pullar-Strecker | 2020-10-08 | 1 | -13/+5 |
| | |||||
* | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
| | |||||
* | Remove outdated part of doc_links module docs | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+0 |
| | |||||
* | Add ignored test to demonstrate ImportMap bug | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+26 |
| | |||||
* | Fix namespace detection & function test | Zac Pullar-Strecker | 2020-10-08 | 1 | -6/+2 |
| | |||||
* | Add tests | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+94 |
| | |||||
* | Change Option::Some bug to a fixme note | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
| | | | | IMO this is too much work to be worth fixing at the moment. | ||||
* | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 1 | -5/+14 |
| | | | | | | | | | Currently a method only has defaultness if it is a provided trait method, but this will change when specialisation is available and may need to become a concept known to hir. I opted to go for a 'fewest changes' approach given specialisation is still under development. | ||||
* | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 1 | -53/+46 |
| | |||||
* | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+0 |
| | |||||
* | Rename ide::link_rewrite -> ide::doc_links & tidy imports | Zac Pullar-Strecker | 2020-10-08 | 1 | -0/+433 |