about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-07resolve: Mark more erroneous imports as usedVadim Petrochenkov-11/+37
2019-09-07Rollup merge of #64258 - smaeul:patch/arm-tests, r=Mark-SimulacrumMazdak Farrokhzad-3/+7
2019-09-07Rollup merge of #64235 - mati865:env_logger, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-09-07Rollup merge of #64227 - alexreg:rush-pr-4, r=centrilMazdak Farrokhzad-966/+992
2019-09-07Rollup merge of #64226 - alexreg:rush-pr-3, r=centrilMazdak Farrokhzad-515/+528
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-485/+176
2019-09-07Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichtonMazdak Farrokhzad-10/+12
2019-09-07Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertjMazdak Farrokhzad-27/+76
2019-09-07Add tracking issuevarkor-2/+2
2019-09-07Fix nitsAleksi Juvani-10/+10
2019-09-07Move `libcore/bool/mod.rs` to `libcore/bool.rs`varkor-3/+1
2019-09-07compiletest: Match suffixed environmentsSamuel Holland-3/+7
2019-09-07Apply suggestions from code reviewAlexander Regueiro-18/+17
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-524/+538
2019-09-07Apply suggestions from code reviewAlexander Regueiro-60/+54
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: librustcAlexander Regueiro-996/+1028
2019-09-07Add `bool::then` and `bool::then_with`varkor-1/+50
2019-09-07resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modulesVadim Petrochenkov-1/+15
2019-09-07Fix sysroot on macOS when cross-compiling and SDKROOT is setAleksi Juvani-44/+67
2019-09-07resolve: Do not afraid to set current module to enums and traitsVadim Petrochenkov-8/+9
2019-09-07Add "bool" lang itemvarkor-1/+24
2019-09-07Rollup merge of #64243 - petrochenkov:cmdattr, r=alexcrichtonMazdak Farrokhzad-48/+48
2019-09-07Rollup merge of #64240 - maurer:include-compiler-rt, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-09-07Rollup merge of #64236 - matklad:reduce-visibility, r=CentrilMazdak Farrokhzad-12/+12
2019-09-07Rollup merge of #64233 - varkor:correct-pluralisation, r=estebankMazdak Farrokhzad-22/+42
2019-09-07Rollup merge of #64231 - matthewjasper:move-ast-cfg, r=CentrilMazdak Farrokhzad-43/+32
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-138/+37
2019-09-07Rollup merge of #64149 - eddyb:llvm-var-names, r=rkruppeMazdak Farrokhzad-13/+73
2019-09-07Rollup merge of #63927 - mark-i-m:filter-spurious, r=ehussMazdak Farrokhzad-34/+54
2019-09-07Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkovMazdak Farrokhzad-439/+555
2019-09-06Auto merge of #63789 - Wind-River:master, r=alexcrichtonbors-4/+24
2019-09-06Move injection of attributes from command line to `libsyntax_ext`Vadim Petrochenkov-48/+48
2019-09-06Include compiler-rt in the source tarballMatthew Maurer-0/+1
2019-09-06reduce visibilityAleksey Kladov-12/+12
2019-09-06Update ui testsvarkor-8/+8
2019-09-06Correct pluralisation of various diagnostic messagesvarkor-14/+34
2019-09-06Upgrade env_logger to 0.6Mateusz MikuĊ‚a-2/+2
2019-09-06Move the HIR cfg to `rustc_ast_borrowck`Matthew Jasper-43/+32
2019-09-06Rollup merge of #64208 - guanqun:py-is-not-none, r=matkladMazdak Farrokhzad-2/+2
2019-09-06Rollup merge of #64206 - phansch:update_issue_number, r=varkorMazdak Farrokhzad-1/+1
2019-09-06Rollup merge of #64202 - alexreg:rush-pr-1, r=CentrilMazdak Farrokhzad-380/+381
2019-09-06Rollup merge of #64189 - phansch:add_macros_support, r=estebankMazdak Farrokhzad-126/+137
2019-09-06Rollup merge of #64166 - infinity0:master, r=alexcrichtonMazdak Farrokhzad-0/+13
2019-09-06Rollup merge of #64067 - Mark-Simulacrum:valgrind-dyn, r=alexcrichtonMazdak Farrokhzad-17/+0
2019-09-06Rollup merge of #63969 - GuillaumeGomez:option-docs-example, r=sfacklerMazdak Farrokhzad-0/+31
2019-09-06Rollup merge of #63565 - Centril:deny-nll-migrate-mode, r=matthewjasperMazdak Farrokhzad-13/+17
2019-09-07Reduce span to function name in unreachable callsShiqing-13/+15
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-111/+109
2019-09-06rustc_codegen_llvm: give names to non-alloca variable values.Eduard-Mihai Burtescu-13/+73
2019-09-06Add Iterator comparison methods that take a comparison functionTim Vermeulen-6/+160