| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -66/+0 |
| 2021-01-16 | Auto merge of #81089 - m-ou-se:rollup-z7iac6i, r=m-ou-se | bors | -2/+163 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -0/+34 |
| 2021-01-16 | Rollup merge of #81081 - bugadani:double-partialeq, r=Mark-Simulacrum | Mara Bos | -0/+16 |
| 2021-01-16 | Rollup merge of #81060 - nagisa:nagisa/regression-50041, r=Mark-Simulacrum | Mara Bos | -0/+34 |
| 2021-01-16 | Rollup merge of #81040 - osa1:fix_80992, r=jyn514 | Mara Bos | -0/+17 |
| 2021-01-16 | Rollup merge of #81021 - CraftSpider:rustdoc-remove-import, r=jyn514 | Mara Bos | -2/+5 |
| 2021-01-16 | Rollup merge of #80971 - camelid:feature-gate-testsuite-organization, r=Mark-... | Mara Bos | -0/+0 |
| 2021-01-16 | Rollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops, r=varkor | Mara Bos | -0/+25 |
| 2021-01-16 | Rollup merge of #80902 - JohnTitor:issue-76281, r=Mark-Simulacrum | Mara Bos | -0/+12 |
| 2021-01-16 | Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandry | Mara Bos | -0/+54 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -312/+0 |
| 2021-01-16 | Add test for #34792 | Dániel Buga | -0/+16 |
| 2021-01-16 | Target stack-probe support configurable finely | Simonas Kazlauskas | -0/+1 |
| 2021-01-16 | Add a regression test for #76281 | Yuki Okushi | -0/+12 |
| 2021-01-15 | Add `as_rchunks` (and friends) to slices | Scott McMurray | -0/+32 |
| 2021-01-16 | fix line numbers | Chris Pardy | -25/+25 |
| 2021-01-16 | Add a test | Ömer Sinan Ağacan | -0/+17 |
| 2021-01-16 | Auto merge of #77885 - erikdesjardins:probeasm, r=cuviper | bors | -1/+44 |
| 2021-01-15 | fix tidy | Chris Pardy | -5/+2 |
| 2021-01-15 | Improve diagnostics for Precise Capture | Chris Pardy | -2/+436 |
| 2021-01-16 | Add a regression test for #50041 | Simonas Kazlauskas | -0/+34 |
| 2021-01-15 | Don't mark `ineffective_unstable_trait_impl` as an internal lint | Joshua Nelson | -2/+2 |
| 2021-01-15 | Make hitting the recursion limit in projection non-fatal | Matthew Jasper | -1/+60 |
| 2021-01-15 | Add warning to compare.py about error messages | Rune Tynan | -0/+3 |
| 2021-01-15 | Fix JSON test | Rune Tynan | -2/+2 |
| 2021-01-15 | Add test for #59352 | Dániel Buga | -0/+139 |
| 2021-01-15 | Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry | Yuki Okushi | -0/+37 |
| 2021-01-15 | Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk | Yuki Okushi | -0/+19 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -0/+37 |
| 2021-01-14 | Use probe-stack=inline-asm in LLVM 11+ | Erik Desjardins | -1/+44 |
| 2021-01-14 | Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-se | bors | -2/+239 |
| 2021-01-14 | Remove unreachable panics from VecDeque | Dániel Buga | -0/+19 |