about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-30Allow access of the state field before the generator transform. Fixes #47482,...John Kåre Alsaker-26/+38
2018-01-29Require yield types to be sizedJohn Kåre Alsaker-1/+55
2018-01-29Make error reporting work on generator upvars. Fixes #47793, #47805John Kåre Alsaker-2/+2
2018-01-29Make `yield_in_scope_for_expr` work with patterns. Fixes #47758John Kåre Alsaker-0/+36
2018-01-29Make pattern visiting consistentJohn Kåre Alsaker-6/+8
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-125/+255
2018-01-28Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichtonbors-73/+55
2018-01-28Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichtonbors-12/+7
2018-01-28Auto merge of #47800 - Pulkit07:issue47755, r=sfacklerbors-4/+2
2018-01-28Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddybbors-1/+49
2018-01-28Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnaybors-2/+4
2018-01-28Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors-3/+37
2018-01-28Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrumbors-202/+553
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-202/+553
2018-01-28Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakisbors-2/+58
2018-01-27Remove musl/libunwind patch for i686Marco A L Barbosa-31/+0
2018-01-27Auto merge of #47420 - davidtwco:issue-46885, r=estebankbors-48/+137
2018-01-27Fixed infinite loop issues and added some improved logging.David Wood-6/+20
2018-01-27Now handling case where span has same lo and hi.David Wood-1/+6
2018-01-27Fix new test from rebase.David Wood-1/+1
2018-01-27next_point now handles creating spans over multibyte characters.David Wood-5/+9
2018-01-27Replaced multi-byte character handling in end_point with potentially more per...David Wood-23/+59
2018-01-27end_point handling multibyte characters correctly.David Wood-35/+61
2018-01-27Moved overflow check into end_point function.David Wood-7/+4
2018-01-27Fixed off-by-one spans in MIR borrowck errors.David Wood-2/+9
2018-01-27Updated tests with fixed span location.David Wood-13/+13
2018-01-27Auto merge of #46450 - Gilnaa:libtest_json_output, r=nrcbors-753/+1710
2018-01-27libtest: Fixed call to python in run-makeGilad Naaman-1/+1
2018-01-27Auto merge of #47690 - estebank:for-block-277, r=nikomatsakisbors-54/+69
2018-01-27don't mention tasks in stability warnings of #[thread_local] #47755Pulkit Goyal-4/+2
2018-01-27Expand union test to include different typesRyan Cumming-7/+26
2018-01-27Fix ICE on const eval of union fieldRyan Cumming-1/+30
2018-01-27Auto merge of #47571 - FenrirWolf:libunwind, r=alexcrichtonbors-2/+1
2018-01-26Instead of modifying the item's span synthesize itEsteban Küber-5/+11
2018-01-26Don't add "in this macro invocation" label to desugared spansEsteban Küber-20/+5
2018-01-26Modify spans of expanded expressionEsteban Küber-58/+38
2018-01-26Updated Cargo commit hashGilad Naaman-0/+0
2018-01-26libtest: Failing benchmarks no longer crash the harness.Gilad Naaman-37/+91
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-525/+789
2018-01-26libtest: Added UI tests for --format=jsonGilad Naaman-0/+63
2018-01-26libtest: rustfmt runGilad Naaman-576/+747
2018-01-26libtest: Fixed pretty-printing of test names in single-threaded code.Gilad Naaman-36/+69
2018-01-26libtest: JSON formatting is now only available in unstable buildsGilad Naaman-2/+36
2018-01-26Added JSON output to libtest.Gilad Naaman-51/+313
2018-01-26Refactoring needed in order to have test json output.Gilad Naaman-232/+308
2018-01-26Auto merge of #47748 - alexcrichton:rollup, r=alexcrichtonbors-2399/+3679
2018-01-26Ignore a test on emscriptenAlex Crichton-0/+2
2018-01-26Add clarifying comment regarding the trailing type of a blockvarkor-1/+5
2018-01-26Fix a test case on WindowsAlex Crichton-0/+5
2018-01-26Merge branch 'mlsm' of https://github.com/dotdash/rust into rollupAlex Crichton-10/+76