| Age | Commit message (Expand) | Author | Lines |
| 2021-01-29 | Fix unused 'mut' warning for capture's root variable | Aman Arora | -17/+46 |
| 2021-01-29 | Test for restricting capture precision | Aman Arora | -0/+657 |
| 2021-01-29 | Test cases for handling mutable references | Aman Arora | -0/+245 |
| 2021-01-29 | Rollup merge of #81459 - probablykasper:text-selection-fix, r=Nemo157 | Yuki Okushi | -32/+32 |
| 2021-01-29 | Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk | Yuki Okushi | -59/+34 |
| 2021-01-29 | Rollup merge of #81287 - CraftSpider:json-crate, r=jyn514,GuillaumeGomez | Yuki Okushi | -59/+79 |
| 2021-01-29 | Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk | Yuki Okushi | -58/+45 |
| 2021-01-29 | Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011 | Yuki Okushi | -3/+97 |
| 2021-01-29 | Rollup merge of #79991 - camelid:rustdoc-for-lifetime, r=GuillaumeGomez,jyn514 | Yuki Okushi | -6/+44 |
| 2021-01-29 | Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc... | Yuki Okushi | -0/+85 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -8/+134 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -1/+60 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -8/+134 |
| 2021-01-28 | Fix README typo | Rune Tynan | -1/+1 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+85 |
| 2021-01-28 | Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebank | bors | -105/+105 |
| 2021-01-28 | Rollup merge of #81445 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-01-28 | Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obk | Yuki Okushi | -4/+35 |
| 2021-01-28 | Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obk | Yuki Okushi | -0/+24 |
| 2021-01-28 | Rollup merge of #81428 - phansch:compiletest-tests, r=Mark-Simulacrum | Yuki Okushi | -1/+20 |
| 2021-01-28 | Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk | Yuki Okushi | -0/+123 |
| 2021-01-28 | Rollup merge of #81416 - estebank:suggestion-span-tweak, r=petrochenkov | Yuki Okushi | -12/+12 |
| 2021-01-28 | Rollup merge of #81379 - GuillaumeGomez:improve-urls, r=Nemo157 | Yuki Okushi | -7/+17 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -16/+18 |
| 2021-01-28 | Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasper | Yuki Okushi | -6/+2 |
| 2021-01-28 | Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis | Yuki Okushi | -2/+628 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -32/+61 |
| 2021-01-27 | rustdoc: Render HRTB correctly for bare functions | Camelid | -6/+44 |
| 2021-01-28 | Fix rustdoc page title text selection | Kasper | -32/+32 |
| 2021-01-27 | Update crate name and add README | Rune Tynan | -4/+16 |
| 2021-01-27 | `src/etc/json-types` -> `src/rustdoc-json-types` | Rune Tynan | -1/+1 |
| 2021-01-27 | Simplify conversion | Rune Tynan | -8/+1 |
| 2021-01-27 | Move into src/etc | Rune Tynan | -1/+1 |
| 2021-01-27 | Allow rustc::default_hash_types in the offending statement | Rune Tynan | -0/+3 |
| 2021-01-27 | Split JSON into separately versioned crate | Rune Tynan | -59/+71 |
| 2021-01-27 | Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum | bors | -8/+0 |
| 2021-01-27 | Update cargo | Eric Huss | -0/+0 |
| 2021-01-27 | fix tidy errors | Ellen | -3/+6 |
| 2021-01-27 | comments | Ellen | -0/+8 |
| 2021-01-27 | const_evaluatable: stop looking into type aliases | Bastian Kauschke | -4/+35 |
| 2021-01-27 | add const_evaluatable_checked test | Bastian Kauschke | -0/+24 |
| 2021-01-27 | Auto merge of #80987 - GuillaumeGomez:remove-cache-key, r=jyn514 | bors | -622/+791 |
| 2021-01-27 | Fix clean/types doc links | Guillaume Gomez | -0/+3 |
| 2021-01-27 | Add search index test for primitive types | Guillaume Gomez | -0/+75 |
| 2021-01-27 | More cleanup | Guillaume Gomez | -30/+18 |
| 2021-01-27 | Unify cache usage and improve naming | Guillaume Gomez | -11/+12 |
| 2021-01-27 | Improve documentation on GetDefId trait's methods | Guillaume Gomez | -3/+13 |
| 2021-01-27 | Update to new rustdoc APIs | Guillaume Gomez | -8/+4 |
| 2021-01-27 | Apply review comments and improve code | Guillaume Gomez | -24/+20 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -166/+179 |