| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | add long error explanation for E0524 | Guillaume Gomez | -1/+63 |
| 2019-09-21 | unify errors for tuple/struct variants | Guanqun Lu | -5/+43 |
| 2019-09-21 | revert error message changes | gnzlbg | -1/+1 |
| 2019-09-21 | remove feature | gnzlbg | -99/+261 |
| 2019-09-21 | Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkor | Mazdak Farrokhzad | -1/+26 |
| 2019-09-21 | Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank | Mazdak Farrokhzad | -3/+17 |
| 2019-09-21 | Rollup merge of #64640 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -23/+2 |
| 2019-09-21 | Rollup merge of #64632 - guanqun:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-09-21 | Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk | Mazdak Farrokhzad | -3/+50 |
| 2019-09-21 | Rollup merge of #64342 - glorv:master, r=varkor | Mazdak Farrokhzad | -45/+56 |
| 2019-09-21 | Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril | Mazdak Farrokhzad | -0/+7 |
| 2019-09-21 | Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril | Mazdak Farrokhzad | -204/+93 |
| 2019-09-21 | or-patterns: middle/dead: remove `top_pats_hack`. | Mazdak Farrokhzad | -95/+100 |
| 2019-09-21 | add rustdoc test for async fn reexport | csmoe | -1/+19 |
| 2019-09-21 | Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper | bors | -34/+129 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -21/+13 |
| 2019-09-20 | Merge pull request #25 from Wind-River/stat | n-salim | -1/+1 |
| 2019-09-20 | Fix the span used to suggest avoiding for-loop moves | Josh Stone | -1/+26 |
| 2019-09-20 | rust stat should call libc stat | Baoshan Pang | -1/+1 |
| 2019-09-20 | Exempt extern "Rust" from improper_ctypes | Josh Stone | -3/+17 |
| 2019-09-20 | No home directory on vxWorks | Baoshan Pang | -22/+1 |
| 2019-09-20 | Allow using fn pointers in const fn behind const_fn_ptr gate | gnzlbg | -4/+148 |
| 2019-09-20 | Update to LLVM 9.0.0 | Josh Stone | -0/+0 |
| 2019-09-21 | remove the extra comma after the match arm | guanqun | -1/+1 |
| 2019-09-20 | Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb | bors | -55/+260 |
| 2019-09-20 | Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simu... | bors | -38/+39 |
| 2019-09-20 | libstd: Fix typos in doc | Hsiang-Cheng Yang | -4/+4 |
| 2019-09-20 | Auto merge of #64498 - estebank:point-at-arg, r=Centril | bors | -371/+499 |
| 2019-09-20 | Rename a variable. | Nicholas Nethercote | -2/+2 |
| 2019-09-20 | Auto merge of #64576 - pietroalbini:split-aws-tokens, r=alexcrichton | bors | -7/+10 |
| 2019-09-20 | Rename `waiting_cache`. | Nicholas Nethercote | -14/+14 |
| 2019-09-20 | Rename a loop variable. | Nicholas Nethercote | -7/+7 |
| 2019-09-20 | Remove some unnecessary `backtrace` intermediate variables. | Nicholas Nethercote | -4/+2 |
| 2019-09-20 | Upgrade to ena-0.13.1 and use the new `inlined_probe_value` function. | Nicholas Nethercote | -4/+11 |
| 2019-09-20 | Specialize the `stalled_on` handling in `process_obligation()`. | Nicholas Nethercote | -21/+38 |
| 2019-09-19 | add comments | Esteban Küber | -0/+8 |
| 2019-09-20 | Reorder the state handling in `process_cycles()`. | Nicholas Nethercote | -6/+9 |
| 2019-09-19 | add a mir-opt test that we don't add the spurious drop | Niko Matsakis | -0/+24 |
| 2019-09-19 | remove duplicated code | Esteban Küber | -9/+0 |
| 2019-09-19 | review comments | Esteban Küber | -2/+2 |
| 2019-09-19 | review comments | Esteban Küber | -18/+33 |
| 2019-09-19 | When possible, suggest fn call | Esteban Küber | -32/+64 |
| 2019-09-19 | Review comment: move to its own method | Esteban Küber | -20/+35 |
| 2019-09-19 | Ignore obligations coming from desugared call spans | Esteban Küber | -289/+195 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -513/+674 |
| 2019-09-19 | append asyncness info to functions | csmoe | -7/+31 |
| 2019-09-19 | fix mir-opt tests | Niko Matsakis | -24/+17 |
| 2019-09-19 | rustbuild: Improve output of `dist` step | Alex Crichton | -19/+47 |
| 2019-09-19 | whoops, only trigger this path for avoiding DROP, not StorageDead | Niko Matsakis | -8/+8 |
| 2019-09-19 | fix tests for 2018 | Niko Matsakis | -0/+4 |