| Age | Commit message (Expand) | Author | Lines |
| 2020-09-16 | Auto merge of #76786 - Dylan-DPC:rollup-x6p60m6, r=Dylan-DPC | bors | -170/+322 |
| 2020-09-16 | Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum | Dylan DPC | -7/+18 |
| 2020-09-16 | Rollup merge of #76714 - camelid:patch-3, r=jonas-schievink | Dylan DPC | -11/+11 |
| 2020-09-16 | Rollup merge of #76710 - rust-lang:rust-analyzer-2020-09-14, r=jonas-schievink | Dylan DPC | -16/+33 |
| 2020-09-16 | Rollup merge of #76707 - pickfire:patch-4, r=jonas-schievink | Dylan DPC | -5/+2 |
| 2020-09-16 | Rollup merge of #76699 - lcnr:const-infer-err, r=varkor | Dylan DPC | -15/+73 |
| 2020-09-16 | Rollup merge of #76695 - iximeow:trait-generic-bound-suggestion, r=estebank | Dylan DPC | -22/+105 |
| 2020-09-16 | Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwco | Dylan DPC | -34/+38 |
| 2020-09-16 | Rollup merge of #76681 - tshepang:unused, r=Mark-Simulacrum | Dylan DPC | -52/+0 |
| 2020-09-16 | Rollup merge of #76675 - lzutao:asm_doc, r=Amanieu | Dylan DPC | -3/+22 |
| 2020-09-16 | Rollup merge of #76669 - lzutao:core_asm, r=Amanieu | Dylan DPC | -5/+20 |
| 2020-09-16 | Fix black_box bug detected by Amanieu | Lzu Tao | -1/+1 |
| 2020-09-16 | Auto merge of #76781 - RalfJung:rollup-ve66o2j, r=RalfJung | bors | -274/+292 |
| 2020-09-16 | Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-Simulacrum | Ralf Jung | -86/+85 |
| 2020-09-16 | Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb | Ralf Jung | -22/+13 |
| 2020-09-16 | Rollup merge of #76622 - jyn514:bootstrap-readme, r=Mark-Simulacrum | Ralf Jung | -28/+10 |
| 2020-09-16 | Rollup merge of #76534 - notriddle:doc-comments, r=jyn514 | Ralf Jung | -0/+12 |
| 2020-09-16 | Rollup merge of #76369 - ayushmishra2005:move_various_str_tests_library, r=jy... | Ralf Jung | -20/+21 |
| 2020-09-16 | Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514 | Ralf Jung | -41/+29 |
| 2020-09-16 | Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morse | Ralf Jung | -73/+116 |
| 2020-09-16 | Rollup merge of #76262 - howard0su:patch-1, r=cramertj | Ralf Jung | -3/+2 |
| 2020-09-16 | Rollup merge of #76062 - pickfire:patch-13, r=jyn514 | Ralf Jung | -1/+3 |
| 2020-09-16 | Rollup merge of #76056 - pickfire:patch-10, r=jyn514 | Ralf Jung | -0/+1 |
| 2020-09-16 | Prefer asm! over llvm_asm! in core | Lzu Tao | -5/+20 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -42/+79 |
| 2020-09-16 | document how to use memory addresses as operands | Lzu Tao | -0/+19 |
| 2020-09-16 | Auto merge of #76771 - Dylan-DPC:rollup-qj4j3ma, r=Dylan-DPC | bors | -972/+563 |
| 2020-09-16 | Rollup merge of #76763 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2020-09-16 | Rollup merge of #76689 - jyn514:update-pulldown, r=GuillaumeGomez | Dylan DPC | -20/+52 |
| 2020-09-16 | Rollup merge of #76198 - CDirkx:const-ordering, r=dtolnay | Dylan DPC | -3/+21 |
| 2020-09-16 | Rollup merge of #76048 - alistair23:alistair/rv32-linux, r=Amanieu | Dylan DPC | -0/+27 |
| 2020-09-16 | Rollup merge of #75886 - erikdesjardins:index, r=nikic | Dylan DPC | -0/+78 |
| 2020-09-16 | Rollup merge of #75882 - pickfire:patch-6, r=jyn514 | Dylan DPC | -2/+2 |
| 2020-09-16 | Rollup merge of #75749 - ehuss:consolidate-sys, r=alexcrichton | Dylan DPC | -889/+56 |
| 2020-09-16 | Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank | Dylan DPC | -54/+250 |
| 2020-09-16 | Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum | Dylan DPC | -2/+72 |
| 2020-09-16 | Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-09-15 | Auto merge of #76755 - pietroalbini:gha-macos, r=Mark-Simulacrum | bors | -87/+135 |
| 2020-09-15 | Update cargo | Eric Huss | -0/+0 |
| 2020-09-15 | hopefully fix rustdoc links | Ralf Jung | -1/+1 |
| 2020-09-15 | fix slice::check_range aliasing problems | Ralf Jung | -86/+85 |
| 2020-09-15 | reduce size of test_from_iter_specialization_with_iterator_adapters test in Miri | Ralf Jung | -1/+1 |
| 2020-09-15 | Auto merge of #73595 - SNCPlay42:lifetime-after-mut, r=Mark-Simulacrum | bors | -1/+101 |
| 2020-09-15 | ci: gate macOS on GHA too | Pietro Albini | -87/+135 |
| 2020-09-15 | Auto merge of #73166 - jethrogb:stdarch, r=Amanieu | bors | -0/+0 |
| 2020-09-15 | Auto merge of #75148 - joechrisellis:master, r=Amanieu | bors | -0/+185 |
| 2020-09-15 | Update stdarch | Jethro Beekman | -0/+0 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -42/+79 |
| 2020-09-15 | doc: platform-support.md: Move to tier 3 | Alistair Francis | -1/+1 |
| 2020-09-15 | Auto merge of #76708 - Mark-Simulacrum:lld-macos, r=alexcrichton | bors | -0/+11 |