| Age | Commit message (Expand) | Author | Lines |
| 2018-01-28 | Remove VecCell | Mark Simulacrum | -48/+0 |
| 2018-01-28 | Remove unused blake2b implementation | Mark Simulacrum | -364/+0 |
| 2018-01-28 | Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichton | bors | -12/+7 |
| 2018-01-28 | Auto merge of #47800 - Pulkit07:issue47755, r=sfackler | bors | -4/+2 |
| 2018-01-28 | Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddyb | bors | -1/+49 |
| 2018-01-28 | Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnay | bors | -2/+4 |
| 2018-01-28 | Auto merge of #47767 - estebank:as-suggestion, r=petrochenkov | bors | -3/+37 |
| 2018-01-28 | Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrum | bors | -202/+553 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -202/+553 |
| 2018-01-28 | Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakis | bors | -2/+58 |
| 2018-01-27 | Auto merge of #47420 - davidtwco:issue-46885, r=estebank | bors | -48/+137 |
| 2018-01-27 | Fixed infinite loop issues and added some improved logging. | David Wood | -6/+20 |
| 2018-01-27 | Now handling case where span has same lo and hi. | David Wood | -1/+6 |
| 2018-01-27 | Fix new test from rebase. | David Wood | -1/+1 |
| 2018-01-27 | next_point now handles creating spans over multibyte characters. | David Wood | -5/+9 |
| 2018-01-27 | Replaced multi-byte character handling in end_point with potentially more per... | David Wood | -23/+59 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -35/+61 |
| 2018-01-27 | Moved overflow check into end_point function. | David Wood | -7/+4 |
| 2018-01-27 | Fixed off-by-one spans in MIR borrowck errors. | David Wood | -2/+9 |
| 2018-01-27 | Updated tests with fixed span location. | David Wood | -13/+13 |
| 2018-01-27 | Auto merge of #46450 - Gilnaa:libtest_json_output, r=nrc | bors | -753/+1710 |
| 2018-01-27 | libtest: Fixed call to python in run-make | Gilad Naaman | -1/+1 |
| 2018-01-27 | Auto merge of #47690 - estebank:for-block-277, r=nikomatsakis | bors | -54/+69 |
| 2018-01-27 | don't mention tasks in stability warnings of #[thread_local] #47755 | Pulkit Goyal | -4/+2 |
| 2018-01-27 | Expand union test to include different types | Ryan Cumming | -7/+26 |
| 2018-01-27 | Fix ICE on const eval of union field | Ryan Cumming | -1/+30 |
| 2018-01-27 | Auto merge of #47571 - FenrirWolf:libunwind, r=alexcrichton | bors | -2/+1 |
| 2018-01-26 | Instead of modifying the item's span synthesize it | Esteban Küber | -5/+11 |
| 2018-01-26 | Don't add "in this macro invocation" label to desugared spans | Esteban Küber | -20/+5 |
| 2018-01-26 | Modify spans of expanded expression | Esteban Küber | -58/+38 |
| 2018-01-26 | Updated Cargo commit hash | Gilad Naaman | -0/+0 |
| 2018-01-26 | libtest: Failing benchmarks no longer crash the harness. | Gilad Naaman | -37/+91 |
| 2018-01-26 | libtest: Split-up formatters.rs into smaller modules | Gilad Naaman | -525/+789 |
| 2018-01-26 | libtest: Added UI tests for --format=json | Gilad Naaman | -0/+63 |
| 2018-01-26 | libtest: rustfmt run | Gilad Naaman | -576/+747 |
| 2018-01-26 | libtest: Fixed pretty-printing of test names in single-threaded code. | Gilad Naaman | -36/+69 |
| 2018-01-26 | libtest: JSON formatting is now only available in unstable builds | Gilad Naaman | -2/+36 |
| 2018-01-26 | Added JSON output to libtest. | Gilad Naaman | -51/+313 |
| 2018-01-26 | Refactoring needed in order to have test json output. | Gilad Naaman | -232/+308 |
| 2018-01-26 | Auto merge of #47748 - alexcrichton:rollup, r=alexcrichton | bors | -2399/+3679 |
| 2018-01-26 | Ignore a test on emscripten | Alex Crichton | -0/+2 |
| 2018-01-26 | Add clarifying comment regarding the trailing type of a block | varkor | -1/+5 |
| 2018-01-26 | Fix a test case on Windows | Alex Crichton | -0/+5 |
| 2018-01-26 | Merge branch 'mlsm' of https://github.com/dotdash/rust into rollup | Alex Crichton | -10/+76 |
| 2018-01-26 | Merge branch 'beta-prerelease' of https://github.com/cuviper/rust into rollup | Alex Crichton | -1/+5 |
| 2018-01-26 | Merge branch 'android-run-pass' of https://github.com/malbarbo/rust into rollup | Alex Crichton | -24/+5 |
| 2018-01-26 | Merge branch 'fix-regression' of https://github.com/estebank/rust into rollup | Alex Crichton | -41/+86 |
| 2018-01-26 | Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup | Alex Crichton | -27/+87 |
| 2018-01-26 | Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r... | Alex Crichton | -3/+207 |
| 2018-01-26 | Merge branch 'llvm5-indirect-deref' of https://github.com/cuviper/rust into r... | Alex Crichton | -7/+9 |