about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-22Change variables names to be more consistent.Tomasz Różański-16/+16
2019-08-22Make use of existing constants.Tomasz Różański-20/+18
2019-08-22Change code formatting for readability.Tomasz Różański-20/+20
2019-08-22Fix punctuation.Tomasz Różański-1/+1
2019-08-22Remove redundant `mut`.Tomasz Różański-1/+1
2019-08-22Fix formatting.Tomasz Różański-1/+1
2019-08-22Fix a typo.Tomasz Różański-1/+1
2019-08-22Auto merge of #63175 - jsgf:argsfile, r=jsgfbors-8/+139
2019-08-21Auto merge of #63705 - mark-i-m:fix-guide-1, r=ehussbors-0/+0
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-21more `--bless`ing + test error annotations fixesArtem Varaksa-14/+14
2019-08-21`r#type` -> `ty`Artem Varaksa-4/+4
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-21Remove some duplication when resolving constantsOliver Scherer-28/+20
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
2019-08-20Allow 'default async fn' to parse.Mazdak Farrokhzad-0/+15
2019-08-20Move argfile expansion into run_compilerJeremy Fitzhardinge-239/+70
2019-08-20Auto merge of #63752 - Centril:rollup-nlxwety, r=Centrilbors-1139/+801
2019-08-20Use dedicated type for spans in pre-expansion gating.Mazdak Farrokhzad-28/+34
2019-08-20Bump toml dependency.Eric Huss-2/+2
2019-08-20Rollup merge of #63750 - eddyb:lazy-seq, r=ZoxcMazdak Farrokhzad-296/+301
2019-08-20Rollup merge of #63746 - sd234678:remove-unneeded-comment-decoration-from-src...Mazdak Farrokhzad-227/+207
2019-08-20Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertjMazdak Farrokhzad-605/+271
2019-08-20Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichtonMazdak Farrokhzad-11/+22
2019-08-20rustc_metadata: replace LazySeq<T> with Lazy<[T]>.Eduard-Mihai Burtescu-296/+301
2019-08-20Auto merge of #63744 - Centril:rollup-g4l3ra9, r=Centrilbors-62/+189