about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-27Fix doc comment for 'ptr::copy_to' methodZakarum-2/+2
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-82/+382
2018-07-27Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakisbors-30/+186
2018-07-27Auto merge of #52724 - alexcrichton:update-compiler-builtins, r=alexcrichtonbors-0/+0
2018-07-26Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebankbors-2/+23
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-435/+1354
2018-07-26Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelixbors-766/+2044
2018-07-26Rollup merge of #52734 - nagisa:sparcfix, r=oli-obkMark Rousskov-10/+37
2018-07-26Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebankMark Rousskov-4/+48
2018-07-26Rollup merge of #52721 - cramertj:try-poll, r=aturonMark Rousskov-0/+115
2018-07-26Rollup merge of #52718 - fintelia:patch-2, r=cramertjMark Rousskov-2/+4
2018-07-26Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkovMark Rousskov-11/+117
2018-07-26Rollup merge of #52692 - ljedrz:sort_improvements, r=petrochenkovMark Rousskov-17/+9
2018-07-26Rollup merge of #52690 - paoloteti:rclass-dsp, r=alexcrichtonMark Rousskov-0/+2
2018-07-26Rollup merge of #52674 - tinaun:patch-2, r=cramertjMark Rousskov-1/+14
2018-07-26Rollup merge of #52667 - japaric:stdsimd-up, r=alexcrichtonMark Rousskov-0/+0
2018-07-26Rollup merge of #52654 - alecmocatta:master, r=alexcrichtonMark Rousskov-17/+19
2018-07-26Rollup merge of #52649 - estebank:fmt-span, r=oli-obkMark Rousskov-116/+494
2018-07-26Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebankMark Rousskov-0/+32
2018-07-26Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obkMark Rousskov-47/+121
2018-07-26Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakisMark Rousskov-198/+135
2018-07-26Rollup merge of #52610 - MajorBreakfast:task-terminology, r=cramertjMark Rousskov-12/+18
2018-07-26Rollup merge of #52558 - wesleywiser:ice_melting, r=estebankMark Rousskov-0/+189
2018-07-26Add a test for sparc64 ABI issueSimonas Kazlauskas-0/+36
2018-07-26fix `sparse_matrix_iter` unit testNiko Matsakis-1/+1
2018-07-26add type parameters to `BitMatrix` and `SparseBitMatrix` unit testsNiko Matsakis-3/+3
2018-07-26convert tests of `BitVector` to use `BitVector<usize>`Niko Matsakis-5/+5
2018-07-26Incorporate edition flag testing into tests of `-Z borrowck=migrate`.Felix S. Klock II-7/+52
2018-07-26compiletest: Add support for ignoring certain tests under `--compare-mode=...`Felix S. Klock II-2/+7
2018-07-26integrate the edition code.Felix S. Klock II-54/+52
2018-07-26patch up mir-opt testsNiko Matsakis-14/+14
2018-07-26Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`.Felix S. Klock II-1/+62
2018-07-26Test for `-Z borrowck=migrate`.Felix S. Klock II-0/+56
2018-07-26Add scary warnings to errors-downgraded-to-warnings in borrowck=migrate.Felix S. Klock II-14/+53
2018-07-26Allow elaborate_drops to progress under errors that come up during borrowck=m...Felix S. Klock II-1/+14
2018-07-26Add `migrate` to list of values for `-Z borrowck=...`Felix S. Klock II-1/+1
2018-07-26Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.Felix S. Klock II-23/+66
2018-07-26Add flag indicating whether AST `borrowck` query signalled any error.Felix S. Klock II-4/+44
2018-07-26sparc ABI issue - structure returning from function is returnedPetr Sumbera-10/+1
2018-07-26move mir_check_* to ui tests, add adjusted referencesNiko Matsakis-3/+71
2018-07-26fix reference fileNiko Matsakis-1/+1
2018-07-25Update the compiler-builtins submoduleAlex Crichton-0/+0
2018-07-25rustc: Register crates under their real namesAlex Crichton-4/+48
2018-07-25std::ops::Try impl for std::task::PollTaylor Cramer-0/+115
2018-07-26State default capacity for BufReader/BufWriterJonathan Behrens-2/+4
2018-07-25ignore code example in commentNiko Matsakis-1/+1
2018-07-25Nit: improve comment in hr-fn-aau-eq-abu.rsNiko Matsakis-10/+10
2018-07-25Nit: improve Binders comment in `relate_tys`Niko Matsakis-8/+10
2018-07-25Nit: fix Debug impl of `PlaceholderIndex`Niko Matsakis-1/+1
2018-07-25[nit] remove outdated commentNiko Matsakis-2/+0