about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-04Remove unneeded visit_statement definitionSantiago Pastorino-6/+0
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-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-02review commentEsteban Küber-21/+21
2019-10-02Add test for LinkedList clone_fromCharles Gleason-0/+43
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
2019-10-02Use zipped iterators in clone_from for LinkedListCharles Gleason-2/+2
2019-10-02Update llvm-project submoduleAlex Crichton-0/+0
2019-10-02Filter out RLS output directories on tidy runsSantiago Pastorino-0/+3
2019-10-02Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertionsSantiago Pastorino-30/+114
2019-10-02rustc book: nitpick SLP vectorizationRobin Kruppe-1/+1
2019-10-02Remove rustdoc warningGuillaume Gomez-1/+1
2019-10-02BacktraceStatus: add Eq implBen Boeckel-1/+1
2019-10-02Remove inline annotations from dep_nodeMark Rousskov-22/+18
2019-10-02[const-prop] Correctly handle locals that can't be propagatedWesley Wiser-29/+28
2019-10-02Do not collect to vec for debug outputShotaro Yamada-6/+2
2019-10-02Fix async/await ICE #64964Shotaro Yamada-9/+41
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-8/+93
2019-10-01Rollup merge of #64979 - ehuss:update-books, r=ehussTyler Mandry-0/+0
2019-10-01Rollup merge of #64978 - AnthonyMikh:librustc_errors/lib__fully_clear_inner_h...Tyler Mandry-5/+8
2019-10-01Rollup merge of #64974 - ecstatic-morse:generic-graphviz-zebra, r=petrochenkovTyler Mandry-19/+20
2019-10-01Rollup merge of #64952 - michaelwoerister:update-cargo, r=alexcrichtonTyler Mandry-0/+1
2019-10-01Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddybTyler Mandry-17/+16
2019-10-01Rollup merge of #64885 - andjo403:iter, r=scottmcmTyler Mandry-13/+14
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-268/+366
2019-10-01Rollup merge of #64805 - nnethercote:ObligForest-still-more, r=nikomatsakisTyler Mandry-126/+115
2019-10-01Rollup merge of #64801 - nnethercote:improve-find_constraint_paths_between_re...Tyler Mandry-18/+22
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-14/+27
2019-10-01Rollup merge of #64649 - estebank:returnator, r=varkorTyler Mandry-3/+34
2019-10-01Add test exposing unsoundness in `IndirectlyMutableLocals`Dylan MacKenzie-0/+52