about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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-06rustc_codegen_llvm: give names to non-alloca variable values.Eduard-Mihai Burtescu-13/+73
2019-09-06Auto merge of #64211 - oli-obk:miri, r=eddybbors-10/+33
2019-09-06Fix miriOliver Scherer-10/+33
2019-09-06Refuse to downgrade NLL errors on Rust >= 2018.Mazdak Farrokhzad-11/+15
2019-09-06mir borrowck: drive-by cleanup.Mazdak Farrokhzad-2/+2
2019-09-06Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-09-06Rollup merge of #64190 - matklad:meta, r=cramertjMazdak Farrokhzad-0/+6
2019-09-06Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfacklerMazdak Farrokhzad-70/+56
2019-09-06Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-be-div, r...Mazdak Farrokhzad-4/+4
2019-09-06Rollup merge of #64174 - GuillaumeGomez:missing-iterator-examples, r=sfacklerMazdak Farrokhzad-0/+80
2019-09-06Rollup merge of #64161 - estebank:point-variant, r=CentrilMazdak Farrokhzad-9/+48
2019-09-06Rollup merge of #64156 - cuviper:gitless-llvm, r=alexcrichtonMazdak Farrokhzad-13/+14
2019-09-06Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkovMazdak Farrokhzad-623/+1273
2019-09-06Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomezMazdak Farrokhzad-10/+169
2019-09-06Rollup merge of #63676 - newpavlov:wasi, r=alexcrichtonMazdak Farrokhzad-434/+328
2019-09-06it's more pythonic to use 'is not None' in python filesGuanqun Lu-2/+2
2019-09-05Merge pull request #17 from rust-lang/masterBaoshan-1569/+2709
2019-09-06annotate-snippet emitter: Update issue numberPhilipp Hansch-1/+1
2019-09-06Auto merge of #64171 - lzutao:clippy-fix, r=oli-obkbors-8/+8
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-380/+381
2019-09-05Add Fuchsia to actually_monotonicTaylor Cramer-0/+1
2019-09-05Fix testEsteban Küber-22/+25
2019-09-05fix reviewer commentsMark Mansi-33/+33
2019-09-05Simplify std lib injectionMatthew Jasper-126/+52
2019-09-05simplify is_vxworks_pure_dynamicBaoshan Pang-8/+1
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-116/+12
2019-09-05fill metadata in rustc_lexer's Cargo.tomlAleksey Kladov-0/+6
2019-09-05annotate-snippet emitter: Deal with multispans from macros, tooPhilipp Hansch-126/+137