| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -33/+24 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -6/+10 |
| 2023-02-27 | Rollup merge of #108533 - notriddle:notriddle/resolver-def-descr, r=compiler-... | Matthias Krüger | -2/+6 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -23/+121 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -2/+6 |
| 2023-02-25 | Address review. | Camille GILLOT | -10/+6 |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -6/+10 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -2/+2 |
| 2023-02-22 | Remove some resolver outputs. | Camille GILLOT | -10/+0 |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -13/+125 |
| 2023-02-22 | Rollup merge of #108353 - petrochenkov:rmir, r=cjgillot | Matthias Krüger | -103/+87 |
| 2023-02-22 | resolve: Remove `ImportResolver` | Vadim Petrochenkov | -103/+87 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -2/+2 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -8/+224 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -8/+224 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -24/+15 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -1/+1 |
| 2023-02-21 | Use `source_span` query instead of passing the untracked vec around | Oli Scherer | -23/+14 |
| 2023-02-21 | Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472 | bors | -1/+1 |
| 2023-02-21 | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | -298/+308 |
| 2023-02-21 | Upgrade `thin-vec` from 0.2.9 to 0.2.12. | Nicholas Nethercote | -1/+1 |
| 2023-02-20 | Remove `ResolverTree` | Oli Scherer | -25/+4 |
| 2023-02-20 | Remove IntoDefIdTree | Oli Scherer | -12/+7 |
| 2023-02-20 | Remove some unnecessary tcx-passing | Oli Scherer | -0/+4 |
| 2023-02-20 | Stop passing in values that one can also get from the tcx lazily | Oli Scherer | -15/+5 |
| 2023-02-20 | Remove definitions field that is only needed for one method | Oli Scherer | -2/+4 |
| 2023-02-20 | Stuff a TyCtxt into the Resolver | Oli Scherer | -39/+31 |
| 2023-02-20 | Remove a redundant function argument | Oli Scherer | -6/+1 |
| 2023-02-20 | Run the resolver after TyCtxt construction | Oli Scherer | -17/+10 |
| 2023-02-20 | Make untracked.source_span lockable so that resolution can still write to it ... | Oli Scherer | -8/+8 |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -14/+20 |
| 2023-02-20 | Rollup merge of #108259 - fee1-dead-contrib:fixme-2, r=TaKO8Ki | Matthias Krüger | -3/+3 |
| 2023-02-20 | Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=... | Matthias Krüger | -5/+5 |
| 2023-02-20 | Prepare crate loader for LockGuard | Oli Scherer | -10/+11 |
| 2023-02-20 | Prepare for adding a `TyCtxt` to `Resolver` | Oli Scherer | -194/+247 |
| 2023-02-20 | remove FIXME that doesn't require fixing | Deadbeef | -3/+3 |
| 2023-02-19 | Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with... | Guillaume Gomez | -0/+1 |
| 2023-02-19 | Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726 | Dylan DPC | -1/+6 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -5/+5 |
| 2023-02-18 | Correctly handle if a link starts with a whitespace | Guillaume Gomez | -0/+1 |
| 2023-02-18 | doc links: Filter away autolinks in both rustc and rustdoc | Vadim Petrochenkov | -2/+19 |
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -13/+10 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -2/+8 |
| 2023-02-16 | Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -5/+3 |
| 2023-02-16 | Make things actually work | Michael Goulet | -1/+7 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -2/+2 |
| 2023-02-15 | use chars instead of strings where applicable | Matthias Krüger | -1/+1 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -1/+1 |