| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Remove query parameters when leaving search results | Guillaume Gomez | -1/+6 |
| 2021-02-17 | Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomez | bors | -31/+157 |
| 2021-02-17 | Rollup merge of #82231 - jesusprubio:add-long-explanation-e0543, r=GuillaumeG... | Guillaume Gomez | -1/+1 |
| 2021-02-17 | Rollup merge of #82207 - ehuss:rustdoc-2021, r=jyn514 | Guillaume Gomez | -12/+2 |
| 2021-02-17 | Rollup merge of #82204 - ehuss:update-books, r=ehuss | Guillaume Gomez | -0/+0 |
| 2021-02-17 | Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf... | Guillaume Gomez | -0/+12 |
| 2021-02-17 | Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnr | Guillaume Gomez | -0/+68 |
| 2021-02-17 | Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkov | Guillaume Gomez | -0/+7 |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -18/+67 |
| 2021-02-17 | avoid converting types into themselves (clippy::useless_conversion) | Matthias Krüger | -3/+3 |
| 2021-02-17 | try-back-block-type test: Use TryFromSliceError for From test | Ian Jackson | -8/+4 |
| 2021-02-17 | In some limited cases, suggest `where` bounds for non-type params | Esteban Küber | -1/+21 |
| 2021-02-17 | Add long explanation for E0543 | Jesus Rubio | -1/+1 |
| 2021-02-17 | Make sure pdbs are copied along with exe and dlls when bootstrapping | Ryan Levick | -2/+10 |
| 2021-02-17 | [libtest] Run the test synchronously when hitting thread limit | hyd-dev | -0/+23 |
| 2021-02-17 | replace if-let and while-let with `if let` and `while let` | Takayuki Maeda | -34/+34 |
| 2021-02-17 | Add check for ES5 in CI | Guillaume Gomez | -1/+8 |
| 2021-02-17 | make suggest setup help messages better | Henry Boisdequin | -3/+9 |
| 2021-02-16 | rustdoc: treat edition 2021 as unstable | Eric Huss | -12/+2 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -250/+242 |
| 2021-02-16 | Take `&mut DocContext` in passes | Joshua Nelson | -83/+49 |
| 2021-02-16 | Update books | Eric Huss | -0/+0 |
| 2021-02-16 | Add riscv32 and riscv64 musl to supported platform targets | Khem Raj | -0/+2 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -19/+5 |
| 2021-02-16 | Ensure debug_assert! tests get run | Teddy Katz | -0/+1 |
| 2021-02-17 | Use -Ccodegen-units=1 to make issue-23458 test deterministic | Tomasz Miąsko | -1/+1 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -186/+166 |
| 2021-02-16 | Delete symlinked directories | Ryan Levick | -5/+4 |
| 2021-02-16 | Auto merge of #82192 - GuillaumeGomez:rollup-gi1639b, r=GuillaumeGomez | bors | -20/+54 |
| 2021-02-16 | Remove ordering hint | kadmin | -2/+0 |
| 2021-02-16 | Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obk | Guillaume Gomez | -10/+37 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -3/+3 |
| 2021-02-16 | Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG... | Guillaume Gomez | -1/+2 |
| 2021-02-16 | Rollup merge of #82145 - GuillaumeGomez:es5-checks, r=Nemo157 | Guillaume Gomez | -6/+12 |
| 2021-02-16 | Work around various issues cleaning up bootstrap on Windows | Ryan Levick | -6/+36 |
| 2021-02-16 | update Miri | Ralf Jung | -8/+9 |
| 2021-02-16 | Do not delete bootstrap.exe on Windows during clean | Ryan Levick | -0/+3 |
| 2021-02-16 | add test | Ralf Jung | -10/+37 |
| 2021-02-16 | Fix run-make-fulldeps test | Benoît du Garreau | -155/+65 |
| 2021-02-16 | Document that `assert!` format arguments are evaluated lazily | Teddy Katz | -0/+11 |
| 2021-02-16 | Auto merge of #81734 - richkadel:fixfordash, r=pnkfelix | bors | -39/+21 |
| 2021-02-16 | Update w/ comments | kadmin | -16/+68 |
| 2021-02-15 | Treat read of COpy types via refs as not move in move-closure | Aman Arora | -34/+248 |
| 2021-02-15 | Handle restricting closure origin | Aman Arora | -0/+39 |
| 2021-02-15 | Implement reborrow for closure captures | Aman Arora | -12/+59 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -3/+3 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -4/+4 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -3/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -6/+12 |