about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-21Make `name` work for `MatchSource`Dylan MacKenzie-2/+15
2019-11-21Hold a `TyCtxt` in the HIR const-checkerDylan MacKenzie-10/+7
2019-11-21Allow `Downcast` projections if `const_if_match` enabledDylan MacKenzie-1/+5
2019-11-21Don't transform short-circuiting logic if `const_if_match` enabledDylan MacKenzie-6/+9
2019-11-21Add feature gate for const `if` and `match`Dylan MacKenzie-3/+20
2019-11-21Give name to full regex captureDylan MacKenzie-2/+3
2019-11-21Change some tests to use the shorter comment styleDylan MacKenzie-17/+6
2019-11-21Fix broken incremental testDylan MacKenzie-2/+1
2019-11-21Allow multiple cfgs per comment in "revisions:" testsDylan MacKenzie-42/+47
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-3540/+2544
2019-11-21Rollup merge of #66602 - GuillaumeGomez:revert-font, r=GuillaumeGomezMazdak Farrokhzad-22/+9
2019-11-21Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obkMazdak Farrokhzad-59/+74
2019-11-21Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obkMazdak Farrokhzad-39/+41
2019-11-21Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakisMazdak Farrokhzad-29/+103
2019-11-21never_type: test interaction with auto traitsMazdak Farrokhzad-0/+16
2019-11-21Redefine `core::convert::Infallible` as `!`.Mazdak Farrokhzad-106/+8
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-19/+64
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-277/+130
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-52/+26
2019-11-21Revert "Update Source Code Pro and include italics"Guillaume Gomez-22/+9
2019-11-21reduce size of hir::ExprKindMazdak Farrokhzad-59/+74
2019-11-20Rollup merge of #66573 - pnkfelix:issue-66568-ignore-reproducible-build-2-on-...Mazdak Farrokhzad-0/+1
2019-11-20Rollup merge of #66535 - estebank:issue-62480, r=matthewjasperMazdak Farrokhzad-3/+28
2019-11-20Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnisonMazdak Farrokhzad-16/+13
2019-11-20Rollup merge of #66496 - petrochenkov:metapriv2, r=eddybMazdak Farrokhzad-282/+343
2019-11-20Rollup merge of #66457 - cjgillot:just_hashstable, r=ZoxcMazdak Farrokhzad-330/+69
2019-11-20Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomezMazdak Farrokhzad-6/+15
2019-11-20Rollup merge of #66060 - traxys:test_65401, r=michaelwoeristerMazdak Farrokhzad-37/+120
2019-11-20Auto merge of #66571 - Centril:rollup-41tn2fw, r=Centrilbors-195/+426
2019-11-20Ignore run-make reproducible-build-2 on Mac (we already ignore it on Windows).Felix S. Klock II-0/+1
2019-11-20Rollup merge of #66553 - hermitcore:hermit, r=rkruppeMazdak Farrokhzad-1/+1
2019-11-20Rollup merge of #66548 - lenary:riscv/disable-atomics-non-a, r=alexcrichtonMazdak Farrokhzad-3/+2
2019-11-20Rollup merge of #66546 - aradzie:remove_duplicate_function, r=Dylan-DPCMazdak Farrokhzad-12/+1
2019-11-20Rollup merge of #66532 - cuviper:dwarf-aranges, r=michaelwoeristerMazdak Farrokhzad-0/+5
2019-11-20Rollup merge of #66526 - estebank:async-fn-trait-information, r=CentrilMazdak Farrokhzad-4/+96
2019-11-20Rollup merge of #66497 - Nadrieril:fix-53820, r=varkorMazdak Farrokhzad-139/+295
2019-11-20Rollup merge of #66478 - petrochenkov:rmplugin, r=davidtwcoMazdak Farrokhzad-27/+4
2019-11-20Rollup merge of #65665 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Mazdak Farrokhzad-9/+22
2019-11-20Change background-color of search input if disabledGuillaume Gomez-0/+8
2019-11-20Auto merge of #66392 - estebank:trait-alias-ice, r=eddybbors-12/+48
2019-11-20rustdoc: fixes #64305: disable search field instead of hidding itMaxime “pep” Buquet-6/+7
2019-11-20Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkovbors-98/+221
2019-11-19Revert expansion of impl HashStable for Frame.Camille GILLOT-20/+12
2019-11-19Fix derive syntax.Camille GILLOT-1/+1
2019-11-19Fix project syntax.Camille GILLOT-1/+1
2019-11-19Derive HashStable in librustc_mir.Camille GILLOT-57/+36
2019-11-19Derive HashStable more.Camille GILLOT-29/+6
2019-11-19More HashStable.Camille GILLOT-94/+15
2019-11-19HermitCore support is moved to sys/hermit, remove obsolete statement in sys/unixStefan Lankes-1/+1
2019-11-19More HashStable.Camille GILLOT-144/+25