about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-26Regression test for the bug.Felix S. Klock II-0/+33
2018-07-26Fix ui testcsmoe-0/+12
2018-07-26Suggest on method signature diff between impl and traitcsmoe-0/+11
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-26Issue #51348: lower `match` so an ident gets a distinct temp *for each* candi...Felix S. Klock II-37/+92
2018-07-26Improve the information provided when this assertion fails.Felix S. Klock II-3/+10
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-26Refactor is_external_tool into source_typeTatsuyuki Ishi-22/+32
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-25Change ManuallyDrop from an union to a struct and make it a lang item.Eduard-Mihai Burtescu-95/+225
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
2018-07-25improve heuristics for what makes an interesting constraintNiko Matsakis-41/+87
2018-07-25[WIP] debug logs in error-reportingNiko Matsakis-3/+14
2018-07-25[3f0fb4f7] improve comment on `to_location`Niko Matsakis-2/+3
2018-07-250-length arrays can even be mutably promotedOliver Schneider-2/+23
2018-07-25Place the ignore comments in the correct file for test issue-18804Gabriel Smith-3/+3
2018-07-25Clarify what a task isJosef Reinhard Brandl-12/+18
2018-07-25Hide some lints which are not quite right the way they are reported to the userOliver Schneider-11/+117
2018-07-25Improve readability in a few sortsljedrz-17/+9
2018-07-25Auto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichtonbors-7/+1
2018-07-25Add type system canaries for potential future bugsOliver Schneider-1/+5