about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-02-21Implement RFC 2532 – Associated Type DefaultsJonas Schievink-151/+247
2020-02-21Auto merge of #69342 - flip1995:clippyup, r=Dylan-DPCbors-8/+10
2020-02-21Auto merge of #69330 - Centril:literally-melting-ice, r=eddybbors-37/+56
2020-02-21Update Clippyflip1995-8/+10
2020-02-21Auto merge of #69290 - wesleywiser:speed_up_ctfe_stress_4, r=RalfJungbors-6/+6
2020-02-21Auto merge of #69281 - nnethercote:inline-some-encoding-decoding-methods, r=C...bors-0/+2
2020-02-20Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkovbors-184/+498
2020-02-20lit_to_const: gracefully bubble up type errors.Mazdak Farrokhzad-37/+56
2020-02-20Auto merge of #69325 - Centril:rollup-vce2ko2, r=Centrilbors-1277/+1903
2020-02-20Rollup merge of #69317 - LeSeulArtichaut:patch-1, r=Dylan-DPCMazdak Farrokhzad-1/+1
2020-02-20Rollup merge of #69311 - GuillaumeGomez:clean-up-e0321-e0322, r=Dylan-DPCMazdak Farrokhzad-1/+13
2020-02-20Rollup merge of #69305 - estebank:consider-lt, r=Dylan-DPCMazdak Farrokhzad-61/+62
2020-02-20Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obkMazdak Farrokhzad-1109/+1613
2020-02-20Rollup merge of #68877 - estebank:point-at-params, r=petrochenkovMazdak Farrokhzad-105/+214
2020-02-20Fix broken link to the rustc guideLeSeulArtichaut-1/+1
2020-02-20Auto merge of #69145 - matthewjasper:mir-typeck-static-ty, r=nikomatsakisbors-29/+148
2020-02-20Greatly improve E0322 explanationGuillaume Gomez-0/+10
2020-02-20clean up E0321 explanationGuillaume Gomez-1/+3
2020-02-20Auto merge of #69309 - Dylan-DPC:rollup-gjdqx7l, r=Dylan-DPCbors-55/+207
2020-02-20Rollup merge of #69287 - GuillaumeGomez:clean-e0317, r=Dylan-DPCDylan DPC-7/+23
2020-02-20Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiserDylan DPC-19/+47
2020-02-20Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obkDylan DPC-23/+86
2020-02-20Rollup merge of #68945 - mjbshaw:once_is_completed, r=LukasKalbertodtDylan DPC-6/+5
2020-02-20Rollup merge of #68705 - BijanT:ll_remove, r=Mark-SimulacrumDylan DPC-0/+46
2020-02-20Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obkbors-221/+597
2020-02-20Auto merge of #67925 - petertodd:2020-fromstr-infallible, r=LukasKalbertodtbors-11/+4
2020-02-19Tweak binding lifetime suggestion textEsteban Küber-61/+62
2020-02-20Auto merge of #69256 - nnethercote:misc-inlining, r=Centrilbors-1/+22
2020-02-19Check `RUSTC_CTFE_BACKTRACE` much less by generating fewer errorsWesley Wiser-6/+6
2020-02-19Auto merge of #68988 - Zoxc:query-caches, r=eddybbors-416/+691
2020-02-19Change FromStr for String to use Infallible directlyPeter Todd-11/+4
2020-02-19Construct `AssociatedItems` from an iterator instead of a `Vec`Dylan MacKenzie-3/+2
2020-02-19fix 32bit-only testRalf Jung-1/+1
2020-02-19Auto merge of #69293 - Dylan-DPC:rollup-imcbvgo, r=Dylan-DPCbors-73/+164
2020-02-19Replace FIXME with explanationDylan MacKenzie-2/+4
2020-02-19Make lookup of associated item by name O(log n)Dylan MacKenzie-135/+216
2020-02-19Replace `rustc_typeck::Namespace` with `rustc_hir::def::Namespace`Dylan MacKenzie-48/+32
2020-02-19Implement an insertion-order preserving, efficient multi-mapDylan MacKenzie-1/+249
2020-02-19Update testsDylan MacKenzie-6/+28
2020-02-19Rollup merge of #69284 - jumbatm:openoptions-create-doc, r=Dylan-DPCDylan DPC-8/+4
2020-02-19Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe...Dylan DPC-41/+39
2020-02-19Rollup merge of #69248 - jonas-schievink:thumb-fp, r=japaricDylan DPC-0/+3
2020-02-19Rollup merge of #69142 - ehuss:linkcheck-script, r=alexcrichtonDylan DPC-0/+113
2020-02-19Rollup merge of #68863 - pietroalbini:azure-macos-10.15, r=Mark-SimulacrumDylan DPC-24/+5
2020-02-19Add LinkedList::remove()Bijan Tabatabai-0/+46
2020-02-19Auto merge of #69198 - ollie27:rustbuild_rustdoc-js, r=Mark-Simulacrumbors-5/+5
2020-02-19Clean up E0317 explanationGuillaume Gomez-7/+23
2020-02-19Use a constructor function per dep node instead of an enum and a single functionJohn Kåre Alsaker-57/+41
2020-02-19Remove support for dep node structsJohn Kåre Alsaker-41/+0
2020-02-19Tune inliningJohn Kåre Alsaker-4/+9