| Age | Commit message (Expand) | Author | Lines |
| 2020-09-08 | Add missed spaces to GCC-WARNING.txt | ortem | -2/+2 |
| 2020-09-08 | Auto merge of #75585 - RalfJung:demotion, r=oli-obk | bors | -0/+50 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -0/+395 |
| 2020-09-07 | Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk | bors | -10/+7 |
| 2020-09-07 | Auto merge of #76395 - dylni:adjust-documentation-for-slice-check-range, r=jy... | bors | -0/+10 |
| 2020-09-07 | Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 | bors | -9/+0 |
| 2020-09-07 | Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad | Dylan DPC | -62/+0 |
| 2020-09-07 | Rollup merge of #76309 - lzutao:indent-note, r=jyn514 | Dylan DPC | -5/+5 |
| 2020-09-07 | Rollup merge of #76305 - CDirkx:const-tests, r=matklad | Dylan DPC | -46/+0 |
| 2020-09-07 | Rollup merge of #76299 - CDirkx:ip-tests, r=matklad | Dylan DPC | -111/+0 |
| 2020-09-07 | Rollup merge of #76293 - Amjad50:incompatible_features_error, r=lcnr | Dylan DPC | -0/+20 |
| 2020-09-07 | Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov | Dylan DPC | -0/+12 |
| 2020-09-07 | Rollup merge of #76273 - CraftSpider:master, r=matklad | Dylan DPC | -69/+0 |
| 2020-09-06 | Auto merge of #76390 - MaulingMonkey:pr-min-cdb-version, r=petrochenkov | bors | -6/+55 |
| 2020-09-06 | Auto merge of #76067 - simonvandel:peephole-ne, r=wesleywiser | bors | -0/+125 |
| 2020-09-06 | add compile-fail test for &mut promotion | Ralf Jung | -1/+34 |
| 2020-09-06 | do not premote non-ZST mutable references ever | Ralf Jung | -0/+17 |
| 2020-09-06 | Generalize to Eq(true, _place) and Eq(_place, true) | Simon Vandel Sillesen | -0/+44 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -0/+81 |
| 2020-09-06 | Auto merge of #76341 - richkadel:ignore-gcc-destructor-priority, r=cuviper | bors | -0/+0 |
| 2020-09-06 | Auto merge of #76331 - Aaron1011:fix/group-compat-hack-test, r=petrochenkov | bors | -7/+43 |
| 2020-09-06 | Auto merge of #76326 - mati865:use_lld-no-linker, r=Mark-Simulacrum | bors | -1/+6 |
| 2020-09-05 | Adjust documentation for slice_check_range | dylni | -0/+10 |
| 2020-09-05 | Auto merge of #76385 - calebcartwright:update-rls-rustfmt, r=Xanewok | bors | -6/+6 |
| 2020-09-05 | debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 | MaulingMonkey | -0/+4 |
| 2020-09-05 | compiletest: Introduce "min-cdb-version" | MaulingMonkey | -6/+51 |
| 2020-09-05 | Update RLS and Rustfmt | Caleb Cartwright | -6/+6 |
| 2020-09-05 | Update llvm-project to include PR 73 | Rich Kadel | -0/+0 |
| 2020-09-05 | Auto merge of #75872 - mati865:pgo-tests, r=petrochenkov | bors | -3/+31 |
| 2020-09-05 | Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse | Dylan DPC | -0/+133 |
| 2020-09-05 | Rollup merge of #76258 - Mark-Simulacrum:check-tests, r=ehuss | Dylan DPC | -4/+63 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -0/+29 |
| 2020-09-05 | Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez | Dylan DPC | -0/+40 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -40/+229 |
| 2020-09-05 | Rollup merge of #75954 - ArekPiekarz:unstable_book_ffi_tracking_issues, r=ste... | Dylan DPC | -0/+10 |
| 2020-09-05 | Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPC | Dylan DPC | -0/+27 |
| 2020-09-05 | Added str tests in library | Ayush Kumar Mishra | -9/+0 |
| 2020-09-05 | Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper | bors | -0/+84 |
| 2020-09-05 | Update llvm submodule | Mateusz Mikuła | -0/+0 |
| 2020-09-05 | Ignore failing PGO/coverage tests on MinGW | Mateusz Mikuła | -1/+29 |
| 2020-09-05 | Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll... | bors | -0/+30 |
| 2020-09-05 | Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis | bors | -6/+14 |
| 2020-09-05 | Indent a note to make folding work nicer | Lzu Tao | -5/+5 |
| 2020-09-04 | Bless changed test output | Jack Huey | -1/+1 |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -6/+14 |
| 2020-09-04 | Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov | bors | -0/+40 |
| 2020-09-04 | Account for version number in NtIdent hack | Aaron Hill | -7/+43 |
| 2020-09-04 | Auto merge of #75077 - LeSeulArtichaut:tys-kind, r=nikomatsakis | bors | -204/+205 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -1/+1 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -203/+204 |