| Age | Commit message (Expand) | Author | Lines |
| 2019-08-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -2/+2 |
| 2019-08-22 | Apply clippy::redundant_field_names suggestion | Mateusz Mikuła | -1/+1 |
| 2019-08-22 | Fix naming misspelling | YangHau | -16/+16 |
| 2019-08-22 | Auto merge of #63175 - jsgf:argsfile, r=jsgf | bors | -8/+139 |
| 2019-08-21 | review comments: reword and add test | Esteban Küber | -2/+46 |
| 2019-08-21 | Add more tests covering more cases | Esteban Küber | -0/+106 |
| 2019-08-21 | Do not complain about unused code when used in `impl` `Self` type | Esteban Küber | -20/+66 |
| 2019-08-21 | review comments | Esteban Küber | -51/+36 |
| 2019-08-21 | When declaring a declarative macro in an item it's only accessible inside it | Esteban Küber | -32/+58 |
| 2019-08-21 | Auto merge of #63705 - mark-i-m:fix-guide-1, r=ehuss | bors | -0/+0 |
| 2019-08-21 | Add clarification on E0308 about opaque types | Esteban Küber | -0/+1 |
| 2019-08-21 | Fix typo in E0308 if/else label | Esteban Küber | -6/+17 |
| 2019-08-21 | revert num_cpus change | newpavlov | -1/+6 |
| 2019-08-21 | Add codegen test for integers compare | Lzu Tao | -0/+28 |
| 2019-08-21 | update rustc-guide | Mark Mansi | -0/+0 |
| 2019-08-21 | Rollup merge of #63781 - mati865:clippy, r=oli-obk,ehuss | Mazdak Farrokhzad | -2/+1 |
| 2019-08-21 | Rollup merge of #63780 - u32i64:issue-63712, r=estebank | Mazdak Farrokhzad | -73/+87 |
| 2019-08-21 | Rollup merge of #63772 - pietroalbini:mirrors-libc, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-08-21 | Rollup merge of #63747 - RalfJung:miri, r=RalfJung | Mazdak Farrokhzad | -7/+7 |
| 2019-08-21 | Rollup merge of #63717 - petrochenkov:eager, r=matthewjasper | Mazdak Farrokhzad | -21/+75 |
| 2019-08-21 | Rollup merge of #61236 - GuillaumeGomez:system-theme, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+29 |
| 2019-08-21 | add amanjeev | Mark Mansi | -1/+1 |
| 2019-08-21 | more `--bless`ing + test error annotations fixes | Artem Varaksa | -14/+14 |
| 2019-08-21 | `r#type` -> `ty` | Artem Varaksa | -4/+4 |
| 2019-08-21 | Fix confusion in theme picker functions | Guillaume Gomez | -14/+14 |
| 2019-08-21 | Replaced skipStorage with saveTheme variable | Guillaume Gomez | -4/+4 |
| 2019-08-21 | improve diagnostics: break/continue wrong context | Artem Varaksa | -59/+73 |
| 2019-08-21 | Run Clippy without json-rendered flag | Mateusz Mikuła | -2/+1 |
| 2019-08-21 | Add a regression test for issue #63460 | Vadim Petrochenkov | -0/+22 |
| 2019-08-21 | Rollup merge of #63766 - oli-obk:const_eval_dedup, r=zackmdavis | Mazdak Farrokhzad | -28/+20 |
| 2019-08-21 | Rollup merge of #63762 - rust-lang:fix-async-date, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-08-21 | Rollup merge of #63760 - ehuss:update-books, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2019-08-21 | Rollup merge of #63759 - Centril:parse-default-async-fn, r=petrochenkov | Mazdak Farrokhzad | -0/+15 |
| 2019-08-21 | Rollup merge of #63755 - Centril:simplify-prexp-gating, r=petrochenkov | Mazdak Farrokhzad | -28/+34 |
| 2019-08-21 | Rollup merge of #63753 - ehuss:bump-toml, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2019-08-21 | Rollup merge of #63721 - Mark-Simulacrum:decouple-error-index, r=matthewjasper | Mazdak Farrokhzad | -159/+92 |
| 2019-08-21 | resolve/expand: Rename some things for clarity and add comments | Vadim Petrochenkov | -18/+29 |
| 2019-08-21 | expand: Do not do questionable span adjustment before eagerly expanding an ex... | Vadim Petrochenkov | -16/+4 |
| 2019-08-21 | expand: Keep the correct current expansion ID for eager expansions | Vadim Petrochenkov | -2/+9 |
| 2019-08-21 | Add a test for an opaque macro eagerly expanding its arguments | Vadim Petrochenkov | -0/+26 |
| 2019-08-21 | take into account the system theme | Guillaume Gomez | -3/+28 |
| 2019-08-21 | update Miri | Ralf Jung | -7/+7 |
| 2019-08-21 | ci: move libc mirrors to the rust-lang-ci-mirrors bucket | Pietro Albini | -1/+1 |
| 2019-08-21 | Add comment to avoid accidentally remove the changes. | Lzu Tao | -0/+2 |
| 2019-08-21 | Use more optimal Ord implementation for integers | Lzu Tao | -3/+3 |
| 2019-08-21 | Remove some duplication when resolving constants | Oliver Scherer | -28/+20 |
| 2019-08-21 | fix num_cpus | Artyom Pavlov | -7/+2 |
| 2019-08-21 | fix libtest | Artyom Pavlov | -2/+1 |
| 2019-08-21 | async_await was stabilized in 1.39.0, not 1.38.0. | Mazdak Farrokhzad | -1/+1 |
| 2019-08-20 | Update books | Eric Huss | -0/+0 |