| Age | Commit message (Expand) | Author | Lines |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -250/+278 |
| 2022-01-09 | Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot | Matthias Krüger | -0/+33 |
| 2022-01-09 | Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomez | Matthias Krüger | -40/+45 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -26/+7 |
| 2022-01-08 | Auto merge of #90639 - matthewjasper:leaf-def-cache, r=cjgillot | bors | -32/+34 |
| 2022-01-08 | Auto merge of #92639 - pietroalbini:bump-version, r=pietroalbini | bors | -1/+1 |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |
| 2022-01-07 | Update clippy for associated item changes | Matthew Jasper | -32/+34 |
| 2022-01-07 | bump version to 1.60.0 | Pietro Albini | -1/+1 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -250/+278 |
| 2022-01-06 | Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -1/+7 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -0/+82 |
| 2022-01-06 | Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgr | bors | -45/+228 |
| 2022-01-06 | Create CSS class instead of using inline style for search results | Guillaume Gomez | -2/+6 |
| 2022-01-06 | Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=... | Matthias Krüger | -30/+119 |
| 2022-01-06 | Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jsha | Matthias Krüger | -13/+19 |
| 2022-01-06 | Rollup merge of #92389 - chordtoll:test-92015, r=Mark-Simulacrum | Matthias Krüger | -0/+18 |
| 2022-01-06 | Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwco | Matthias Krüger | -0/+14 |
| 2022-01-06 | Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomez | Matthias Krüger | -1/+46 |
| 2022-01-06 | Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomez | Matthias Krüger | -1/+12 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -12/+1 |
| 2022-01-06 | cg: use thorin instead of llvm-dwp | David Wood | -19/+86 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -5/+19 |
| 2022-01-05 | Add regression test | inquisitivecrystal | -0/+33 |
| 2022-01-05 | Simplify :target CSS selector | Guillaume Gomez | -12/+3 |
| 2022-01-05 | Break the loop | Chris Denton | -1/+3 |
| 2022-01-05 | Move crate drop-down to search results page | Jacob Hoffman-Andrews | -35/+40 |
| 2022-01-05 | Switch to es6 for eslint | Jacob Hoffman-Andrews | -5/+5 |
| 2022-01-05 | Add test for [src] font-size in headers | Guillaume Gomez | -0/+12 |
| 2022-01-05 | Fix font size for [src] links in headers | Guillaume Gomez | -1/+4 |
| 2022-01-05 | Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgr | bors | -18/+18 |
| 2022-01-05 | Make Run button visible on hover | Jacob Hoffman-Andrews | -1/+12 |
| 2022-01-05 | Rollup merge of #92583 - lnicola:rust-analyzer-2022-01-05, r=lnicola | Matthias Krüger | -16/+16 |
| 2022-01-05 | Rollup merge of #92575 - petrochenkov:cratenodeid, r=Aaron1011 | Matthias Krüger | -2/+2 |
| 2022-01-05 | Auto merge of #92580 - matthiaskrgr:rollup-nzyn65y, r=matthiaskrgr | bors | -95/+94 |
| 2022-01-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2022-01-05 | Rollup merge of #92579 - RalfJung:miri, r=RalfJung | Matthias Krüger | -8/+8 |
| 2022-01-05 | Rollup merge of #92448 - jsha:font-size-access, r=GuillaumeGomez | Matthias Krüger | -53/+58 |
| 2022-01-05 | Rollup merge of #92188 - vacuus:nested-attributes-ext, r=jyn514 | Matthias Krüger | -10/+15 |
| 2022-01-05 | Rollup merge of #92182 - nnethercote:label-more-build-steps, r=Mark-Simulacrum | Matthias Krüger | -24/+13 |
| 2022-01-05 | update Miri | Ralf Jung | -8/+8 |
| 2022-01-05 | Auto merge of #92103 - Kobzol:stable-hash-skip-zero-bytes, r=the8472 | bors | -2/+2 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -2/+2 |
| 2022-01-05 | Remove unsupported types in primitive_to_ty conversion, add FIXME note | Mahdi Dibaiee | -8/+3 |
| 2022-01-05 | add a test case for each supported primitive type | Mahdi Dibaiee | -3/+42 |
| 2022-01-05 | Rustdoc: resolve associated traits for primitive types | Mahdi Dibaiee | -30/+85 |
| 2022-01-05 | Auto merge of #92498 - camelid:ignore-flaky-test, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-01-04 | Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for now | Noah Lev | -0/+4 |