about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-19`lower_pattern_unadjusted`: simplify `Or(..)` branch.Mazdak Farrokhzad-5/+1
2019-12-19`lower_pattern_unadjusted`: extract `lower_tuple_subpats`.Mazdak Farrokhzad-23/+20
2019-12-19`lower_pattern_unadjusted`: simplify `Binding(..)` branch.Mazdak Farrokhzad-2/+2
2019-12-19`lower_pattern_unadjusted`: cleanup `Tuple(..)` branch.Mazdak Farrokhzad-14/+12
2019-12-19`lower_pattern_unadjusted`: cleanup `Slice(..)` branch.Mazdak Farrokhzad-8/+3
2019-12-19`lower_pattern_unadjusted`: extract common `ty::Error` code.Mazdak Farrokhzad-12/+5
2019-12-19`check_pat_slice`: extract `check_aray_pat_len`.Mazdak Farrokhzad-30/+43
2019-12-19`lower_pattern_unadjusted`: remove dead code.Mazdak Farrokhzad-13/+4
2019-12-19check_pat_slice: shadow 'expected' to make sure it's not used againMazdak Farrokhzad-6/+6
2019-12-19HAIR lowering: improve code quality for slicesMazdak Farrokhzad-27/+18
2019-12-19Rollup merge of #67406 - ohadravid:suggest-assoc-type, r=estebankMazdak Farrokhzad-32/+73
2019-12-19Rollup merge of #67394 - matthew-healy:update-libsyntax-ptr-docs, r=Dylan-DPCMazdak Farrokhzad-7/+2
2019-12-19Rollup merge of #67389 - reitermarkus:dummy-variable, r=shepmasterMazdak Farrokhzad-12/+6
2019-12-19Rollup merge of #67382 - nnethercote:rm-unnecessary-ATTR-constants, r=michael...Mazdak Farrokhzad-29/+17
2019-12-19Rollup merge of #67321 - lzutao:htons, r=dtolnayMazdak Farrokhzad-22/+11
2019-12-19Rollup merge of #67286 - cuviper:configure-llvm, r=Dylan-DPCMazdak Farrokhzad-2/+2
2019-12-19Rollup merge of #67270 - alexcrichton:write-more-line-writer, r=sfacklerMazdak Farrokhzad-1/+171
2019-12-19Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebankMazdak Farrokhzad-112/+153
2019-12-18Suggest associated type when the specified one cannot be foundOhad Ravid-32/+73
2019-12-18Fix compiletest fallout from stage0 bumpMark Rousskov-0/+1
2019-12-18Propagate cfg bootstrapMark Rousskov-541/+169
2019-12-18Bump stage0Mark Rousskov-2/+2
2019-12-18Remove `SO_NOSIGPIPE` dummy variable on platforms that don't use it.Markus Reiter-12/+6
2019-12-18Remove some unnecessary `ATTR_*` constants.Nicholas Nethercote-29/+17
2019-12-17Remove outdated references to @T from commentsMatthew Healy-7/+2
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-36/+50
2019-12-17Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichtonbors-50/+36
2019-12-17Disable cargo tests for nowMark Rousskov-13/+13
2019-12-17Move AtomicU64 usage to AtomicUsizeMark Rousskov-11/+14
2019-12-16Always build and ship parallel-enabled compilersMark Rousskov-21/+4
2019-12-16Change the default thread count to min(4, vCPUs)Mark Rousskov-5/+5
2019-12-16Rollup merge of #67349 - petertodd:2019-unsize-docs, r=CentrilMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #67323 - Centril:tes, r=davidtwcoMazdak Farrokhzad-18/+17
2019-12-16Rollup merge of #67322 - lzutao:nonzero-use-self, r=joshtriplettMazdak Farrokhzad-3/+3
2019-12-16Rollup merge of #67318 - Centril:spdocs, r=matthewjasperMazdak Farrokhzad-17/+63
2019-12-16Rollup merge of #67308 - dtolnay:fast_rebind, r=alexcrichtonMazdak Farrokhzad-15/+0
2019-12-16Rollup merge of #67249 - ranma42:improve-starts-with-literal-char, r=BurntSushiMazdak Farrokhzad-15/+48
2019-12-16Add benchmarks for `start_with` and `ends_with`Andrea Canciani-0/+44
2019-12-16Minor: update Unsize docs for dyn syntaxPeter Todd-1/+1
2019-12-16improve lower_pat_slice docs + while -> forMazdak Farrokhzad-12/+26
2019-12-16Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasperMazdak Farrokhzad-48/+23
2019-12-16Rollup merge of #67324 - Centril:mir-build-match-doc-fix, r=matthewjasperMazdak Farrokhzad-2/+1
2019-12-16Rollup merge of #67317 - lcnr:type_name_docs, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #66771 - SimonSapin:panic-stability, r=KodrAusMazdak Farrokhzad-8/+10
2019-12-16Rollup merge of #66735 - SOF3:feature/str_strip, r=KodrAusMazdak Farrokhzad-1/+72
2019-12-16Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPCMazdak Farrokhzad-5/+4
2019-12-16Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnayMazdak Farrokhzad-49/+35
2019-12-15Fix JS error when loading page with searchGuillaume Gomez-1/+1
2019-12-15cleanup with push_fake_readMazdak Farrokhzad-48/+23