| Age | Commit message (Expand) | Author | Lines |
| 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 | Document that lifetimes do not currently appear in any::type_name()'s output. | Laurence Tratt | -1/+3 |
| 2020-05-04 | Rephrase the any::type_name docs a bit. | Laurence Tratt | -7/+7 |
| 2020-05-04 | Auto merge of #71751 - oli-obk:const_ice, r=RalfJung | bors | -12/+40 |
| 2020-05-04 | add testcase for issue-70818 | csmoe | -0/+5 |
| 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 | Update src/libcore/sync/atomic.rs | Steven Fackler | -1/+1 |
| 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 | Try to fix doc links in new `char` methods. | Eduardo Sánchez Muñoz | -16/+13 |
| 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 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -661/+1094 |
| 2020-05-03 | Rename `live_locals` -> `live_locals_at_any_suspension_point` | Dylan MacKenzie | -11/+12 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -2/+6 |
| 2020-05-03 | Rollup merge of #71808 - unexge:long-err-expl-for-e0539, r=GuillaumeGomez | Dylan DPC | -2/+51 |
| 2020-05-03 | Rollup merge of #71726 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -47/+334 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -216/+263 |
| 2020-05-03 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -4/+29 |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -202/+73 |
| 2020-05-03 | Make `std::char` functions and constants associated to `char`. | Eduardo Sánchez Muñoz | -2/+242 |
| 2020-05-03 | bless caller-location test | Ralf Jung | -8/+6 |
| 2020-05-03 | remove unneeded flags; exlain why we still have const_if_match | Ralf Jung | -27/+56 |
| 2020-05-03 | fmt | Ralf Jung | -1/+1 |
| 2020-05-03 | resolve: Relax fresh binding disambiguation slightly to fix regression | Vadim Petrochenkov | -6/+11 |
| 2020-05-03 | Tweak and stabilize AtomicN::fetch_update | Steven Fackler | -14/+10 |
| 2020-05-03 | x.py: Give a more helpful error message if curl isn't installed | Joshua Nelson | -23/+25 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -345/+343 |
| 2020-05-03 | Correctly check comparison operators in MIR typeck | Matthew Jasper | -44/+50 |
| 2020-05-03 | Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakis | bors | -19/+126 |
| 2020-05-03 | Make BTreeMap::new and BTreeSet::new const | Luca Gladiator | -2/+14 |
| 2020-05-03 | Fix tidy checks | Kevin Per | -22/+19 |
| 2020-05-03 | Use `LocalDefId` in `DumpVisitor::nest_tables` | marmeladema | -36/+41 |
| 2020-05-03 | Mention `RefCell::take` can panic in docs | ThinkChaos | -0/+4 |
| 2020-05-03 | Remove clippy from some leftover lists of "possibly failing" tools | Oliver Scherer | -7/+1 |
| 2020-05-03 | Adding new test #71136 | Kevin Per | -0/+21 |