| Age | Commit message (Expand) | Author | Lines |
| 2023-03-01 | Use DefIdMap instead of FxHashMap for impl_item_implementor_ids query. | Michael Woerister | -4/+3 |
| 2023-03-01 | Auto merge of #108586 - matthiaskrgr:rollup-ry9u2ou, r=matthiaskrgr | bors | -1729/+550 |
| 2023-03-01 | Rollup merge of #108558 - RalfJung:core-tests, r=thomcc | Matthias Krüger | -0/+1 |
| 2023-03-01 | Rollup merge of #108555 - Zoxc:par-fix, r=cjgillot | Matthias Krüger | -4/+5 |
| 2023-03-01 | Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obk | Matthias Krüger | -49/+119 |
| 2023-03-01 | Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obk | Matthias Krüger | -65/+83 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -29/+17 |
| 2023-03-01 | Rollup merge of #108536 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-03-01 | Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomcc | Matthias Krüger | -4/+8 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -1578/+317 |
| 2023-03-01 | Auto merge of #108582 - weihanglo:update-cargo, r=weihanglo | bors | -15/+6 |
| 2023-02-28 | Update cargo | Weihang Lo | -15/+6 |
| 2023-02-28 | Auto merge of #107987 - EFanZh:inline-poll-methods, r=Mark-Simulacrum | bors | -0/+5 |
| 2023-02-28 | add missing feature in core/tests | Ralf Jung | -0/+1 |
| 2023-02-28 | refactor parse_token_trees to not return unmatched_delims | yukang | -30/+29 |
| 2023-02-28 | no need to return unmatched_delims from tokentrees | yukang | -11/+6 |
| 2023-02-28 | rename unmatched_braces to unmatched_delims | yukang | -26/+27 |
| 2023-02-28 | remove duplicated diagnostic for unclosed delimiter | yukang | -313/+82 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -1277/+252 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -29/+40 |
| 2023-02-28 | Fix a race in the query system | John Kåre Alsaker | -4/+5 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -49/+119 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -4/+4 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -65/+83 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -29/+17 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -151/+78 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -207/+223 |
| 2023-02-27 | Auto merge of #108538 - matthiaskrgr:rollup-vw6h5ea, r=matthiaskrgr | bors | -4024/+4449 |
| 2023-02-27 | Rollup merge of #108533 - notriddle:notriddle/resolver-def-descr, r=compiler-... | Matthias Krüger | -2/+23 |
| 2023-02-27 | Rollup merge of #108523 - TaKO8Ki:avoid-str-to-string-conversions, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-02-27 | Rollup merge of #108522 - compiler-errors:new-solver-more-tests, r=jackh726 | Matthias Krüger | -0/+66 |
| 2023-02-27 | Rollup merge of #108519 - 0xf333:0xf333_branch, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -196/+186 |
| 2023-02-27 | Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68 | Matthias Krüger | -9/+11 |
| 2023-02-27 | Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton | Matthias Krüger | -29/+78 |
| 2023-02-27 | Rollup merge of #104265 - faern:move-ipaddr-to-core, r=joshtriplett | Matthias Krüger | -3785/+4080 |
| 2023-02-27 | Update books | rustbot | -0/+0 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -2/+23 |
| 2023-02-27 | Clarify that Copy is a trait in array docs | Coca162 | -2/+2 |
| 2023-02-27 | Auto merge of #108493 - cjgillot:thir-print, r=compiler-errors | bors | -31/+22 |
| 2023-02-27 | Update docs to show [expr; N] can repeat const expr | Coca162 | -4/+8 |
| 2023-02-27 | Auto merge of #108175 - cjgillot:validate-storage, r=tmiasko | bors | -2/+63 |
| 2023-02-27 | Allow building serde and serde_derive in parallel | bjorn3 | -9/+11 |
| 2023-02-27 | Auto merge of #108521 - matthiaskrgr:rollup-exkviev, r=matthiaskrgr | bors | -232/+660 |
| 2023-02-27 | avoid `&str` to `String` conversions | Takayuki Maeda | -3/+3 |
| 2023-02-27 | Commit some new solver tests | Michael Goulet | -0/+66 |
| 2023-02-27 | Rollup merge of #108513 - nagisa:unrotate, r=joshtriplett | Matthias Krüger | -2/+0 |
| 2023-02-27 | Rollup merge of #108502 - lenko-d:cannot_relate_region, r=compiler-errors | Matthias Krüger | -2/+50 |
| 2023-02-27 | Rollup merge of #108500 - RalfJung:miri, r=RalfJung | Matthias Krüger | -55/+274 |
| 2023-02-27 | Rollup merge of #108494 - GuillaumeGomez:cleanup-js, r=notriddle | Matthias Krüger | -13/+7 |