| Age | Commit message (Expand) | Author | Lines |
| 2020-05-05 | Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-05 | Rollup merge of #71881 - IsaacWoods:master, r=petrochenkov | Dylan DPC | -1/+3 |
| 2020-05-05 | Rollup merge of #71878 - main--:patch-2, r=Amanieu | Dylan DPC | -0/+25 |
| 2020-05-05 | Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay | Dylan DPC | -2/+318 |
| 2020-05-05 | Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakis | Dylan DPC | -34/+7 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -6/+93 |
| 2020-05-05 | Add command aliases from Cargo to x.py commands | mibac138 | -13/+17 |
| 2020-05-04 | fix typo in function name | Andy Russell | -3/+3 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+70 |
| 2020-05-04 | Improve docs for embed-bitcode and linker-plugin-lto | Alex Crichton | -8/+36 |
| 2020-05-04 | Update btree_map::VacantEntry::insert docs to actually call insert | Carol (Nichols || Goulding) | -6/+5 |
| 2020-05-04 | double neg | Bastian Kauschke | -1/+1 |
| 2020-05-04 | edit Mutex comment | Ralf Jung | -4/+6 |
| 2020-05-04 | explain our rwlock implementation (and fix a potential data race) | Ralf Jung | -20/+24 |
| 2020-05-04 | Auto merge of #71879 - Dylan-DPC:rollup-n05awny, r=Dylan-DPC | bors | -31/+185 |
| 2020-05-04 | expand comment on default mutex behavior | Ralf Jung | -3/+7 |
| 2020-05-04 | add a missing word | Dante Broggi | -1/+1 |
| 2020-05-04 | Correctly handle UEFI targets as Windows-like when emitting sections for LLVM... | Isaac Woods | -1/+3 |
| 2020-05-04 | Rollup merge of #71877 - steveklabnik:small-example-fix, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-05-04 | Rollup merge of #71810 - estebank:issue-71798, r=davidtwco | Dylan DPC | -1/+28 |
| 2020-05-04 | Rollup merge of #71773 - tshepang:links, r=davidtwco | Dylan DPC | -5/+5 |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -10/+81 |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -13/+69 |
| 2020-05-04 | Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote | bors | -45/+19 |
| 2020-05-04 | whoops | main() | -1/+1 |
| 2020-05-04 | Add remove_current_as_list to LinkedList's CursorMut | main() | -0/+25 |
| 2020-05-04 | Use f64 in f64 examples | Steve Klabnik | -2/+2 |
| 2020-05-04 | Add examples to int macros | Steve Klabnik | -2/+24 |
| 2020-05-04 | f64 examples | Steve Klabnik | -0/+147 |
| 2020-05-04 | correct -> intended | Steve Klabnik | -14/+14 |
| 2020-05-04 | add some whitespace | Steve Klabnik | -0/+7 |
| 2020-05-04 | Add examples for std::f32 constants. | Steve Klabnik | -0/+140 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -5/+89 |
| 2020-05-04 | Auto merge of #71751 - oli-obk:const_ice, r=RalfJung | bors | -12/+40 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -136/+859 |
| 2020-05-04 | Auto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r=Dylan-DPC | bors | -44/+50 |
| 2020-05-03 | review comment: use early return | Esteban Küber | -10/+19 |
| 2020-05-04 | Rollup merge of #71801 - matthewjasper:operator-subtyping, r=varkor | Dylan DPC | -44/+50 |
| 2020-05-03 | review comments: move logic to their own methods | Esteban Küber | -137/+139 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -229/+385 |
| 2020-05-03 | fix rebase | Esteban Küber | -3/+3 |
| 2020-05-03 | Auto merge of #71006 - ecstatic-morse:dataflow-bidi, r=ecstatic-morse | bors | -709/+1369 |
| 2020-05-03 | Update clippy lint | Dylan MacKenzie | -1/+1 |
| 2020-05-03 | Reflect API changes on current master | Dylan MacKenzie | -1/+1 |
| 2020-05-03 | Use agreed upon terminology in cursor docs | Dylan MacKenzie | -5/+5 |
| 2020-05-03 | Add `rustc_peek` test for liveness with borrows | Dylan MacKenzie | -0/+38 |
| 2020-05-03 | Support liveness in `rustc_peek` tests | Dylan MacKenzie | -14/+51 |
| 2020-05-03 | Use new liveness analysis during generator transform | Dylan MacKenzie | -22/+24 |
| 2020-05-03 | Live variable analysis | Dylan MacKenzie | -2/+141 |
| 2020-05-03 | Initialize the cursor with an empty state | Dylan MacKenzie | -4/+10 |