| Age | Commit message (Expand) | Author | Lines |
| 2019-07-30 | Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov | Mazdak Farrokhzad | -23/+213 |
| 2019-07-30 | Rollup merge of #63000 - max-sixty:chars-display, r=alexcrichton | Mazdak Farrokhzad | -1/+21 |
| 2019-07-30 | Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebank | Mazdak Farrokhzad | -162/+259 |
| 2019-07-30 | Rollup merge of #61965 - phil-opp:patch-4, r=scottmcm | Mazdak Farrokhzad | -2/+2 |
| 2019-07-29 | Add another test for const parameter (non) hygiene. | Matthew Jasper | -0/+38 |
| 2019-07-29 | comments from @lzutao | Maximilian Roos | -2/+2 |
| 2019-07-29 | impl Debug for Chars | Maximilian Roos | -1/+21 |
| 2019-07-29 | Auto merge of #63089 - kennytm:use-try-run-for-linkchecker, r=Mark-Simulacrum | bors | -3/+1 |
| 2019-07-29 | Fix rustc-guide build failure ignoring no-fail-fast. | kennytm | -3/+1 |
| 2019-07-29 | Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkor | Mazdak Farrokhzad | -5/+5 |
| 2019-07-29 | Rollup merge of #63086 - BaoshanPang:testcases, r=nagisa | Mazdak Farrokhzad | -0/+4 |
| 2019-07-29 | Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkov | Mazdak Farrokhzad | -31/+6 |
| 2019-07-29 | Rollup merge of #63076 - RalfJung:miri-fn-ptr-alloc-size, r=oli-obk | Mazdak Farrokhzad | -39/+53 |
| 2019-07-29 | Rollup merge of #63055 - Mark-Simulacrum:save-analysis-clean-2, r=Xanewok | Mazdak Farrokhzad | -72/+41 |
| 2019-07-29 | Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic | Mazdak Farrokhzad | -337/+130 |
| 2019-07-29 | Update existential_type + impl_trait_in_bindings issue numbers. | Mazdak Farrokhzad | -5/+5 |
| 2019-07-28 | replace match by ok() | Ralf Jung | -8/+2 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -345/+791 |
| 2019-07-28 | Rollup merge of #63088 - dtolnay:anonymous, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Rollup merge of #63081 - petrochenkov:cleantidy, r=Mark-Simulacrum | Mazdak Farrokhzad | -26/+26 |
| 2019-07-28 | Rollup merge of #63053 - kornelski:clockdrift, r=shepmaster | Mazdak Farrokhzad | -2/+8 |
| 2019-07-28 | Rollup merge of #62995 - estebank:issue-62973, r=varkor | Mazdak Farrokhzad | -3/+85 |
| 2019-07-28 | Rollup merge of #62871 - gilescope:async-recursion-error, r=Centril | Mazdak Farrokhzad | -16/+78 |
| 2019-07-28 | Rollup merge of #62392 - GuillaumeGomez:update-minifier, r=GuillaumeGomez | Mazdak Farrokhzad | -5/+5 |
| 2019-07-28 | Rollup merge of #62360 - Aaron1011:patch-2, r=RalfJung | Mazdak Farrokhzad | -0/+2 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -292/+586 |
| 2019-07-28 | Add 'span_to_snippet' shortcut. | Mazdak Farrokhzad | -16/+13 |
| 2019-07-28 | Use chaining for diagnosics in parser. | Mazdak Farrokhzad | -152/+155 |
| 2019-07-28 | Recover 'for ( $pat in $expr ) $block'. | Mazdak Farrokhzad | -0/+97 |
| 2019-07-28 | Update minifier-rs version | Guillaume Gomez | -5/+5 |
| 2019-07-28 | Remove anonymous_parameters from unrelated test | David Tolnay | -1/+1 |
| 2019-07-28 | bypass x86stdcall.rs for vxworks | Baoshan Pang | -0/+4 |
| 2019-07-28 | Auto merge of #62910 - petrochenkov:buildwarn2, r=Mark-Simulacrum | bors | -413/+182 |
| 2019-07-28 | Better recursive async fn error message. | Giles Cope | -16/+78 |
| 2019-07-28 | Fix `cfg(parallel_compiler)` mode | Vadim Petrochenkov | -38/+19 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -59/+23 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -322/+146 |
| 2019-07-28 | Auto merge of #62943 - matthiaskrgr:submodule_upd, r=matthiaskrgr | bors | -9/+14 |
| 2019-07-28 | Resolve const parameters with modern hygiene | Matthew Jasper | -22/+128 |
| 2019-07-28 | Disallow duplicate lifetime parameters with legacy hygiene | Matthew Jasper | -1/+47 |
| 2019-07-28 | tidy: Cleanup the directory whitelist | Vadim Petrochenkov | -26/+26 |
| 2019-07-28 | get_size_and_align: fix handling of function pointers | Ralf Jung | -9/+15 |
| 2019-07-28 | cleanup: Remove some language features related to built-in macros | Vadim Petrochenkov | -31/+6 |
| 2019-07-28 | miri: add get and get_mut to AllocMap; use that in get_size_and_align and avo... | Ralf Jung | -38/+52 |
| 2019-07-28 | SystemTime docs: recommend Instant for elapsed time | Kornel | -2/+8 |
| 2019-07-28 | Rollup merge of #63067 - JohnTitor:test-for-50900, r=Centril | Mazdak Farrokhzad | -0/+33 |
| 2019-07-28 | Rollup merge of #63061 - Centril:constantly-improving, r=scottmcm | Mazdak Farrokhzad | -59/+170 |
| 2019-07-28 | Rollup merge of #63051 - estebank:borrow-ice, r=matthewjasper | Mazdak Farrokhzad | -13/+57 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -17/+17 |
| 2019-07-28 | Rollup merge of #62759 - mark-i-m:rustc-guide-toolstate-check, r=kennytm | Mazdak Farrokhzad | -5/+39 |