about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-08Rollup merge of #5412 - dtolnay:tostring, r=flip1995Philipp Krones-1/+1
2020-04-08Rollup merge of #5410 - dtolnay:trivially, r=flip1995Philipp Krones-1/+1
2020-04-08Rollup merge of #5409 - dtolnay:letunit, r=flip1995Philipp Krones-1/+1
2020-04-08Clean up E0510 explanationGuillaume Gomez-7/+20
2020-04-08Suggest move for closures and async blocks in more cases.Alex Aktsipetrov-64/+80
2020-04-08librustc_resolve: fixup nit in previous commitmarmeladema-3/+3
2020-04-08Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.Eduard-Mihai Burtescu-78/+49
2020-04-08Stabilize some of alloc_layout_extrasCAD97-14/+11
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-2/+25
2020-04-07ignore 429's when linkcheckmark-1/+3
2020-04-08fix misleading type annotation diagonsticsYI-6/+99
2020-04-07fix another ICEmark-1/+1
2020-04-07fix ice with trait obj dummy selfmark-4/+2
2020-04-07fix abuses of tykind::errmark-14/+24
2020-04-07Remove unnecessary TypeFlags::NOMINAL_FLAGSTheo Sandstrom-24/+1
2020-04-08track_caller: harden naked interactionsMazdak Farrokhzad-4/+29
2020-04-07Do not suggest adding type param when `use` is already suggestedEsteban Küber-10/+1
2020-04-08Added FuseIteratorImpl, FustDoubleEndedIteratorImpl and FuseExactSizeIterator...Rakshith Ravi-79/+250
2020-04-07Avoid extra &mut in Chain::fold and try_foldJosh Stone-2/+2
2020-04-07Reduce callsites in Chain::last()Josh Stone-11/+10
2020-04-07Reduce callsites in Chain::count()Josh Stone-6/+9
2020-04-08librustc_hir: return LocalDefId instead of DefId in local_def_idmarmeladema-56/+66
2020-04-08Use assoc const NAN for zero_div_zero lintLinus Färnstrand-1/+1
2020-04-07Corrects a typo in rustdoc documentation.Theo Sandstrom-3/+3
2020-04-07Update Clippyflip1995-14/+22
2020-04-07Update cargoEric Huss-0/+0
2020-04-07Extend sidebar scrollbar changes to all scrollbarsGuillaume Gomez-13/+41
2020-04-07bump MiriRalf Jung-7/+10
2020-04-07Remove old mir-opt test format.Ana-Maria Mihalache-244/+2
2020-04-07Implement Chain with Option fusesJosh Stone-149/+106
2020-04-07Normalize away pairs of line:col numbers.Ana-Maria Mihalache-167/+167
2020-04-07Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.Ana-Maria Mihalache-488/+1855
2020-04-07--bless more mir-opt tests.Ana-Maria Mihalache-1013/+2254
2020-04-07Further improve commentsJonas Schievink-3/+4
2020-04-07Update LLVM submodule fixing sanitizers build with glibc 2.31Tomasz Miąsko-0/+0
2020-04-07remove false positives of unused_bracesBastian Kauschke-25/+72
2020-04-07Improve scrollbar display in rustdocGuillaume Gomez-0/+36
2020-04-07wf: refactor `compute_trait_ref`Bastian Kauschke-155/+151
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-3046/+6572
2020-04-07Make LLVM version suffix independent of rustc version on dev channelTomasz Miąsko-3/+7
2020-04-07Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnayDylan DPC-68/+52
2020-04-07Rollup merge of #70854 - faern:use-assoc-int-submodules, r=dtolnayDylan DPC-0/+0
2020-04-07Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichtonDylan DPC-1/+48
2020-04-07Rollup merge of #70762 - RalfJung:miri-leak-check, r=oli-obkDylan DPC-76/+116
2020-04-07Rollup merge of #70201 - cuviper:clone_into, r=dtolnayDylan DPC-8/+36
2020-04-07Clean up E0507 explanationGuillaume Gomez-6/+6
2020-04-07bootstrap: work around "unused attribute" errors in incremental stdlib rebuilds.Eduard-Mihai Burtescu-0/+7
2020-04-07Auto merge of #70837 - nnethercote:speed-up-find_library_crate, r=petrochenkovbors-21/+45
2020-04-07Use a `SmallVec` for `Cache::predecessors`.Nicholas Nethercote-5/+11
2020-04-07Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakisbors-603/+618