about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-03Reorder methods of CellShotaro Yamada-46/+46
2019-10-03Rollup merge of #65002 - alexcrichton:update-lvlm, r=nikicMazdak Farrokhzad-0/+0
2019-10-03Rollup merge of #64941 - lzutao:inline-max_min_value, r=nnethercoteMazdak Farrokhzad-4/+4
2019-10-03plugin_registrary: use normal deprecation instead of hard coded warning.Mazdak Farrokhzad-265/+313
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-18/+119
2019-10-03Add visit_projection_elem method to visitorsSantiago Pastorino-18/+35
2019-10-03Document current deny by default lintsAndreas Molzer-0/+25
2019-10-03Rollup merge of #65010 - AnthonyMikh:fix_65001, r=estebankMazdak Farrokhzad-1/+2
2019-10-03Rollup merge of #64998 - spastorino:filter-rls-on-tidy, r=petrochenkovMazdak Farrokhzad-0/+3
2019-10-03Rollup merge of #64993 - mathstuf:backtrace-status-eq, r=withoutboatsMazdak Farrokhzad-1/+1
2019-10-03Rollup merge of #64975 - crgl:clone-from-linked-list, r=blussMazdak Farrokhzad-0/+56
2019-10-03Rollup merge of #64959 - davidtwco:issue-64252-self-type-help, r=Centril,este...Mazdak Farrokhzad-8/+93
2019-10-03Rollup merge of #64931 - estebank:missing-param-ref, r=matthewjasper,CentrilMazdak Farrokhzad-25/+30
2019-10-03Rollup merge of #63678 - Aaron1011:fix/hrtb-leak, r=nikomatsakisMazdak Farrokhzad-30/+172
2019-10-02Revert changes to `src/test/ui/reify-intrinsic.stderr`Aaron Hill-2/+2
2019-10-02review commentsEsteban Küber-11/+8
2019-10-02fix example (le sigh)Niko Matsakis-2/+2
2019-10-02add unsize slice-str coercionNiko Matsakis-0/+11
2019-10-02review commentEsteban Küber-21/+21
2019-10-02fix typoFelix S Klock II-1/+1
2019-10-02Do not mark unitinitialized locals as requiring storageMatthew Jasper-17/+140
2019-10-02Regression tests for issue 64655.Felix S. Klock II-0/+145
2019-10-02Fix missing calls to drop on unwind with lto=fat; issue 64655.Felix S. Klock II-13/+38
2019-10-02Make lifetimes in constants live at the point of useMatthew Jasper-27/+58
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-501/+84
2019-10-02Set RUST_BACKTRACE=0 in tests that include a backtrace in stderrAaron Hill-4/+8
2019-10-02Add test for LinkedList clone_fromCharles Gleason-0/+43
2019-10-02avoid using `skip_binder` and instead look for bound vars properlyNiko Matsakis-12/+25
2019-10-02Avoid ICE on ReFree region from malformed codeEsteban Küber-2/+32
2019-10-02s/`async` fn/`async fn`/Niko Matsakis-8/+8
2019-10-02document `shallow_resolve`Niko Matsakis-0/+11
2019-10-02document `ret_coercion` and `ret_coercion_span`Niko Matsakis-0/+12
2019-10-02improve comments on `GeneratorKind` and `AsyncGeneratorKind`Niko Matsakis-3/+5
2019-10-02correct coercion commentsNiko Matsakis-3/+3
2019-10-02Do not ICE when dereferencing non-Copy raw pointerEsteban Küber-5/+41
2019-10-02WIP fix testsNiko Matsakis-187/+221
2019-10-02Compare primary with value instead of dropping itAnthonyMikh-1/+2
2019-10-02Rollup merge of #64997 - rust-lang:nitpick-slp, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-10-02Rollup merge of #64995 - GuillaumeGomez:libtest-rustdoc-warning, r=Mark-Simul...Mazdak Farrokhzad-1/+1
2019-10-02Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obkMazdak Farrokhzad-29/+28
2019-10-02Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwcoMazdak Farrokhzad-9/+37
2019-10-02Rollup merge of #64980 - ecstatic-morse:better-rustc-peek, r=oli-obkMazdak Farrokhzad-130/+237
2019-10-02Rollup merge of #64973 - ecstatic-morse:fix-debuginfo-test, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-10-02Rollup merge of #64967 - ecstatic-morse:issue-64945, r=oli-obkMazdak Farrokhzad-16/+93
2019-10-02Rollup merge of #64961 - rust-lang:spastorino-patch-1, r=oli-obkMazdak Farrokhzad-1/+2
2019-10-02Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simul...Mazdak Farrokhzad-4/+4
2019-10-02Rollup merge of #64922 - spastorino:make-place-builder, r=nikomatsakisMazdak Farrokhzad-30/+114
2019-10-02Rollup merge of #64914 - pnkfelix:issue-64453-regression-test, r=nikomatsakisMazdak Farrokhzad-0/+58
2019-10-02Rollup merge of #64850 - Mark-Simulacrum:dedup-dep-node, r=michaelwoeristerMazdak Farrokhzad-22/+18
2019-10-02Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=CentrilMazdak Farrokhzad-13/+161