| Age | Commit message (Expand) | Author | Lines |
| 2020-08-07 | Auto merge of #75255 - davidtwco:polymorphisation-symbol-mangling-v0-upvar-cl... | bors | -0/+135 |
| 2020-08-07 | instance: polymorphize upvar closures/generators | David Wood | -0/+135 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -3/+3 |
| 2020-08-07 | Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011 | bors | -0/+78 |
| 2020-08-06 | Rollup merge of #75227 - Amanieu:fix_asm_arch, r=Mark-Simulacrum | Manish Goregaokar | -2/+28 |
| 2020-08-06 | Rollup merge of #75203 - canova:btreemap-into-iter, r=dtolnay | Manish Goregaokar | -0/+23 |
| 2020-08-07 | Rollup merge of #75188 - Aaron1011:fix/fieldless-tuple-error, r=varkor | Yuki Okushi | -0/+25 |
| 2020-08-07 | Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakis | Yuki Okushi | -4/+2 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -0/+78 |
| 2020-08-06 | Fix ICE when using asm! on an unsupported architecture | Amanieu d'Antras | -2/+28 |
| 2020-08-06 | Auto merge of #74889 - JohnTitor:hrtb-tests, r=nikomatsakis | bors | -0/+28 |
| 2020-08-05 | Add a test for BTreeMap lifetime bound to see if it compiles | Nazım Can Altınova | -0/+23 |
| 2020-08-06 | Add a FIXME comment | Yuki Okushi | -1/+5 |
| 2020-08-05 | Auto merge of #75166 - JulianKnodt:i64494, r=lcnr | bors | -0/+37 |
| 2020-08-05 | Auto merge of #75194 - Aaron1011:feature/macro-backtrace-numbers, r=eddyb | bors | -4/+4 |
| 2020-08-05 | Show backtrace numbers in backtrace whenever more than one is involved | Aaron Hill | -4/+4 |
| 2020-08-05 | Auto merge of #75165 - JulianKnodt:i72787, r=lcnr | bors | -0/+74 |
| 2020-08-05 | Handle fieldless tuple structs in diagnostic code | Aaron Hill | -0/+25 |
| 2020-08-05 | Auto merge of #75174 - JohnTitor:rollup-z9djftk, r=JohnTitor | bors | -16/+19 |
| 2020-08-05 | Rollup merge of #75152 - TimDiekmann:replace_memblock, r=Amanieu | Yuki Okushi | -16/+19 |
| 2020-08-05 | Auto merge of #75130 - lcnr:array_chunks, r=ecstatic-morse | bors | -3/+38 |
| 2020-08-04 | Add regression test | kadmin | -0/+37 |
| 2020-08-04 | Add regression test | kadmin | -0/+74 |
| 2020-08-04 | Auto merge of #75136 - JohnTitor:unsizing-casts-non-null, r=oli-obk | bors | -0/+22 |
| 2020-08-04 | tweak error message | Bastian Kauschke | -6/+6 |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -16/+19 |
| 2020-08-04 | Auto merge of #74850 - TimDiekmann:remove-in-place-alloc, r=Amanieu | bors | -17/+11 |
| 2020-08-04 | Forbid non-derefable types explicitly in unsizing casts | Yuki Okushi | -0/+22 |
| 2020-08-04 | forbid `#[track_caller]` on main | Bastian Kauschke | -0/+35 |
| 2020-08-04 | Rollup merge of #75084 - Aaron1011:stabilize/ident-new-raw, r=petrochenkov | Yuki Okushi | -0/+61 |
| 2020-08-04 | Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnr | Yuki Okushi | -24/+17 |
| 2020-08-04 | Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obk | Yuki Okushi | -3/+26 |
| 2020-08-03 | Auto merge of #74526 - erikdesjardins:reftrack, r=Mark-Simulacrum | bors | -1/+8 |
| 2020-08-03 | Stabilize Ident::new_raw | Aaron Hill | -0/+61 |
| 2020-08-03 | Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obk | bors | -0/+7 |
| 2020-08-03 | Do not trigger `unused_braces` for `while let` | Yuki Okushi | -24/+17 |
| 2020-08-03 | Merge branch 'master' into remove-in-place-alloc | Tim Diekmann | -1029/+2018 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -45/+3 |
| 2020-08-03 | Fix change detection in CfgSimplifier::collapse_goto_chain | Tomasz Miąsko | -0/+7 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -0/+3 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -5/+5 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -0/+95 |
| 2020-08-02 | Lint path statements to use drop for drop types | Lukas Wirth | -3/+26 |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -35/+139 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -0/+3 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -7/+59 |
| 2020-08-02 | fix typos | liuzhenyu | -5/+5 |
| 2020-08-02 | Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkov | bors | -101/+82 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -733/+733 |
| 2020-08-02 | Do not trigger `unused_{braces,parens}` lints with `yield` | Yuki Okushi | -0/+43 |