| Age | Commit message (Expand) | Author | Lines |
| 2021-01-21 | Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitor | bors | -4/+140 |
| 2021-01-21 | Rollup merge of #81185 - osa1:fix_80742, r=oli-obk | Yuki Okushi | -0/+75 |
| 2021-01-21 | Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank | Yuki Okushi | -4/+34 |
| 2021-01-21 | Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum | Yuki Okushi | -0/+31 |
| 2021-01-21 | Auto merge of #80958 - bstrie:deptbdnums, r=KodrAus | bors | -1/+1 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+1 |
| 2021-01-20 | Remove flaky test | Joshua Nelson | -6/+0 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -0/+7 |
| 2021-01-19 | Address review v2 | Rune Tynan | -46/+40 |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -988/+63 |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -0/+75 |
| 2021-01-19 | Auto merge of #81186 - GuillaumeGomez:rollup-y2d04g9, r=GuillaumeGomez | bors | -17/+96 |
| 2021-01-19 | Rollup merge of #81147 - estebank:drop-suggestion, r=varkor | Guillaume Gomez | -17/+96 |
| 2021-01-19 | Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung | bors | -16/+39 |
| 2021-01-19 | Auto merge of #81103 - zackmdavis:comma_trail, r=davidtwco | bors | -5/+44 |
| 2021-01-19 | Auto merge of #81042 - sasurau4:fix/unclear-error-with-trait, r=estebank | bors | -2/+32 |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -0/+50 |
| 2021-01-18 | Auto merge of #81165 - KodrAus:rollup-s7llxis, r=KodrAus | bors | -81/+83 |
| 2021-01-18 | Add tests for resolution changes | Ryan Levick | -0/+30 |
| 2021-01-18 | Add test case for suggestion E0283 | Daiki Ihara | -2/+32 |
| 2021-01-18 | Rollup merge of #81128 - RalfJung:validation-testing, r=oli-obk | Ashley Mannix | -81/+59 |
| 2021-01-18 | Rollup merge of #81071 - osa1:fix_81006, r=estebank | Ashley Mannix | -0/+24 |
| 2021-01-18 | Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelid | bors | -9/+40 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -5/+11 |
| 2021-01-18 | Improve unknown external crate error | Ryan Levick | -4/+4 |
| 2021-01-17 | Fix structured suggestion for explicit `drop` call | Esteban Küber | -17/+96 |
| 2021-01-17 | Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnay | bors | -0/+49 |
| 2021-01-17 | Fix test to work with remote-test-server. | Eric Huss | -1/+7 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -1/+1 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -9/+40 |
| 2021-01-17 | validation test: turn some const_err back into validation failures | Ralf Jung | -81/+59 |
| 2021-01-17 | Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasper | bors | -2/+2 |
| 2021-01-17 | Add test for Command::current_dir behavior. | Eric Huss | -0/+43 |
| 2021-01-17 | Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fn | LeSeulArtichaut | -16/+39 |
| 2021-01-17 | Skip linking if it is not required | Miguel Ojeda | -0/+7 |
| 2021-01-17 | rustc_parse_format: Fix character indices in find_skips | Ömer Sinan Ağacan | -0/+24 |
| 2021-01-17 | Add regression test | oli | -0/+44 |
| 2021-01-17 | Rollup merge of #81080 - bugadani:vec-diag, r=oli-obk,m-ou-se | Mara Bos | -33/+21 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -32/+58 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -0/+251 |
| 2021-01-17 | Rollup merge of #80031 - petrochenkov:builtina, r=estebank | Mara Bos | -2/+20 |
| 2021-01-17 | Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasper | Mara Bos | -0/+34 |
| 2021-01-17 | Force vec! to expressions only | Dániel Buga | -33/+21 |
| 2021-01-17 | Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAus | bors | -0/+33 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -66/+0 |
| 2021-01-16 | don't suggest erroneous trailing comma after `..` | Zack M. Davis | -5/+44 |
| 2021-01-16 | fold_with not super_fold_with in TypeFoldable impl for Predicate | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -1/+1 |
| 2021-01-16 | Try ignore-debug in the codegen test | Scott McMurray | -0/+1 |
| 2021-01-17 | resolve: Reject ambiguity built-in attr vs different built-in attr | Vadim Petrochenkov | -2/+20 |