about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-22Apply clippy::needless_return suggestionsMateusz Mikuła-2/+2
2019-08-22Apply clippy::redundant_field_names suggestionMateusz Mikuła-1/+1
2019-08-22Fix naming misspellingYangHau-16/+16
2019-08-22Auto merge of #63175 - jsgf:argsfile, r=jsgfbors-8/+139
2019-08-21review comments: reword and add testEsteban Küber-2/+46
2019-08-21Add more tests covering more casesEsteban Küber-0/+106
2019-08-21Do not complain about unused code when used in `impl` `Self` typeEsteban Küber-20/+66
2019-08-21review commentsEsteban Küber-51/+36
2019-08-21When declaring a declarative macro in an item it's only accessible inside itEsteban Küber-32/+58
2019-08-21Auto merge of #63705 - mark-i-m:fix-guide-1, r=ehussbors-0/+0
2019-08-21Add clarification on E0308 about opaque typesEsteban Küber-0/+1
2019-08-21Fix typo in E0308 if/else labelEsteban Küber-6/+17
2019-08-21revert num_cpus changenewpavlov-1/+6
2019-08-21Add codegen test for integers compareLzu Tao-0/+28
2019-08-21update rustc-guideMark Mansi-0/+0
2019-08-21Rollup merge of #63781 - mati865:clippy, r=oli-obk,ehussMazdak Farrokhzad-2/+1
2019-08-21Rollup merge of #63780 - u32i64:issue-63712, r=estebankMazdak Farrokhzad-73/+87
2019-08-21Rollup merge of #63772 - pietroalbini:mirrors-libc, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-08-21Rollup merge of #63747 - RalfJung:miri, r=RalfJungMazdak Farrokhzad-7/+7
2019-08-21Rollup merge of #63717 - petrochenkov:eager, r=matthewjasperMazdak Farrokhzad-21/+75
2019-08-21Rollup merge of #61236 - GuillaumeGomez:system-theme, r=Mark-SimulacrumMazdak Farrokhzad-4/+29
2019-08-21add amanjeevMark Mansi-1/+1
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-14/+14
2019-08-21`r#type` -> `ty`Artem Varaksa-4/+4
2019-08-21Fix confusion in theme picker functionsGuillaume Gomez-14/+14
2019-08-21Replaced skipStorage with saveTheme variableGuillaume Gomez-4/+4
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-59/+73
2019-08-21Run Clippy without json-rendered flagMateusz Mikuła-2/+1
2019-08-21Add a regression test for issue #63460Vadim Petrochenkov-0/+22
2019-08-21Rollup merge of #63766 - oli-obk:const_eval_dedup, r=zackmdavisMazdak Farrokhzad-28/+20
2019-08-21Rollup merge of #63762 - rust-lang:fix-async-date, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-08-21Rollup merge of #63760 - ehuss:update-books, r=ehussMazdak Farrokhzad-0/+0
2019-08-21Rollup merge of #63759 - Centril:parse-default-async-fn, r=petrochenkovMazdak Farrokhzad-0/+15
2019-08-21Rollup merge of #63755 - Centril:simplify-prexp-gating, r=petrochenkovMazdak Farrokhzad-28/+34
2019-08-21Rollup merge of #63753 - ehuss:bump-toml, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2019-08-21Rollup merge of #63721 - Mark-Simulacrum:decouple-error-index, r=matthewjasperMazdak Farrokhzad-159/+92
2019-08-21resolve/expand: Rename some things for clarity and add commentsVadim Petrochenkov-18/+29
2019-08-21expand: Do not do questionable span adjustment before eagerly expanding an ex...Vadim Petrochenkov-16/+4
2019-08-21expand: Keep the correct current expansion ID for eager expansionsVadim Petrochenkov-2/+9
2019-08-21Add a test for an opaque macro eagerly expanding its argumentsVadim Petrochenkov-0/+26
2019-08-21take into account the system themeGuillaume Gomez-3/+28
2019-08-21update MiriRalf Jung-7/+7
2019-08-21ci: move libc mirrors to the rust-lang-ci-mirrors bucketPietro Albini-1/+1
2019-08-21Add comment to avoid accidentally remove the changes.Lzu Tao-0/+2
2019-08-21Use more optimal Ord implementation for integersLzu Tao-3/+3
2019-08-21Remove some duplication when resolving constantsOliver Scherer-28/+20
2019-08-21fix num_cpusArtyom Pavlov-7/+2
2019-08-21fix libtestArtyom Pavlov-2/+1
2019-08-21async_await was stabilized in 1.39.0, not 1.38.0.Mazdak Farrokhzad-1/+1
2019-08-20Update booksEric Huss-0/+0