summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increase test coverage of use_nested_groupsincrease-nested-groups-test-coveragePietro Albini2018-01-293-0/+42
* Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichtonbors2018-01-282-12/+7
|\
| * Make UnsafeCell::into_inner safevarkor2018-01-052-12/+7
* | Auto merge of #47800 - Pulkit07:issue47755, r=sfacklerbors2018-01-282-4/+2
|\ \
| * | don't mention tasks in stability warnings of #[thread_local] #47755Pulkit Goyal2018-01-272-4/+2
* | | Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddybbors2018-01-282-1/+49
|\ \ \
| * | | Expand union test to include different typesRyan Cumming2018-01-271-7/+26
| * | | Fix ICE on const eval of union fieldRyan Cumming2018-01-272-1/+30
* | | | Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnaybors2018-01-281-2/+4
|\ \ \ \
| * | | | Use the slice length to hint the optimizerarthurprs2018-01-261-2/+4
* | | | | Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors2018-01-284-3/+37
|\ \ \ \ \
| * | | | | Instead of modifying the item's span synthesize itEsteban Küber2018-01-264-5/+11
| * | | | | Correctly format `extern crate` conflict resolution helpCldfire2018-01-254-3/+31
* | | | | | Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrumbors2018-01-2833-202/+553
|\ \ \ \ \ \
| * | | | | | rustc: Load the `rustc_trans` crate at runtimeAlex Crichton2018-01-2733-202/+553
| | |_|/ / / | |/| | | |
* | | | | | Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakisbors2018-01-283-2/+58
|\ \ \ \ \ \
| * | | | | | Add clarifying comment regarding the trailing type of a blockvarkor2018-01-262-1/+5
| * | | | | | Fix never-type rvalue ICEvarkor2018-01-253-2/+54
* | | | | | | Auto merge of #47420 - davidtwco:issue-46885, r=estebankbors2018-01-2724-48/+137
|\ \ \ \ \ \ \
| * | | | | | | Fixed infinite loop issues and added some improved logging.David Wood2018-01-271-6/+20
| * | | | | | | Now handling case where span has same lo and hi.David Wood2018-01-271-1/+6
| * | | | | | | Fix new test from rebase.David Wood2018-01-271-1/+1
| * | | | | | | next_point now handles creating spans over multibyte characters.David Wood2018-01-271-5/+9
| * | | | | | | Replaced multi-byte character handling in end_point with potentially more per...David Wood2018-01-271-23/+59
| * | | | | | | end_point handling multibyte characters correctly.David Wood2018-01-2711-35/+61
| * | | | | | | Moved overflow check into end_point function.David Wood2018-01-272-7/+4
| * | | | | | | Fixed off-by-one spans in MIR borrowck errors.David Wood2018-01-271-2/+9
| * | | | | | | Updated tests with fixed span location.David Wood2018-01-2712-13/+13
* | | | | | | | Auto merge of #46450 - Gilnaa:libtest_json_output, r=nrcbors2018-01-2712-753/+1710
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | libtest: Fixed call to python in run-makeGilad Naaman2018-01-271-1/+1
| * | | | | | | Updated Cargo commit hashGilad Naaman2018-01-261-0/+0
| * | | | | | | libtest: Failing benchmarks no longer crash the harness.Gilad Naaman2018-01-261-37/+91
| * | | | | | | libtest: Split-up formatters.rs into smaller modulesGilad Naaman2018-01-269-525/+789
| * | | | | | | libtest: Added UI tests for --format=jsonGilad Naaman2018-01-264-0/+63
| * | | | | | | libtest: rustfmt runGilad Naaman2018-01-263-576/+747
| * | | | | | | libtest: Fixed pretty-printing of test names in single-threaded code.Gilad Naaman2018-01-262-36/+69
| * | | | | | | libtest: JSON formatting is now only available in unstable buildsGilad Naaman2018-01-261-2/+36
| * | | | | | | Added JSON output to libtest.Gilad Naaman2018-01-263-51/+313
| * | | | | | | Refactoring needed in order to have test json output.Gilad Naaman2018-01-262-232/+308
* | | | | | | | Auto merge of #47690 - estebank:for-block-277, r=nikomatsakisbors2018-01-279-54/+69
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't add "in this macro invocation" label to desugared spansEsteban Küber2018-01-264-20/+5
| * | | | | | | | Modify spans of expanded expressionEsteban Küber2018-01-266-58/+38
| * | | | | | | | For E0277 on `for` loops, point at first lineEsteban Küber2018-01-233-0/+50
* | | | | | | | | Auto merge of #47571 - FenrirWolf:libunwind, r=alexcrichtonbors2018-01-271-2/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Match libunwind's EABI selection with libpanic_unwindFenrir2018-01-191-2/+1
* | | | | | | | | Auto merge of #47748 - alexcrichton:rollup, r=alexcrichtonbors2018-01-26118-2399/+3679
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Ignore a test on emscriptenAlex Crichton2018-01-261-0/+2
| * | | | | | | | Fix a test case on WindowsAlex Crichton2018-01-261-0/+5
| * | | | | | | | Merge branch 'mlsm' of https://github.com/dotdash/rust into rollupAlex Crichton2018-01-265-10/+76
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Upgrade LLVM to incorporate a fix for #47364Björn Steinbrink2018-01-263-1/+67
| | | |_|_|_|_|/ / | | |/| | | | | |