| Age | Commit message (Expand) | Author | Lines |
| 2016-07-03 | Auto merge of #34480 - jseyfried:remove_entry_points, r=nrc | bors | -81/+57 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -194/+507 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -194/+507 |
| 2016-07-03 | Auto merge of #34540 - jupp0r:patch-1, r=steveklabnik | bors | -1/+4 |
| 2016-07-03 | Auto merge of #34532 - jonmarkprice:master, r=steveklabnik | bors | -27/+33 |
| 2016-07-03 | Auto merge of #34614 - cynicaldevil:build-time, r=alexcrichton | bors | -0/+12 |
| 2016-07-02 | Auto merge of #34597 - CensoredUsername:bootstrap-fix, r=alexcrichton | bors | -1/+1 |
| 2016-07-02 | Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisa | bors | -0/+125 |
| 2016-07-02 | Auto merge of #34605 - arielb1:bug-in-the-jungle, r=eddyb | bors | -8/+87 |
| 2016-07-02 | Auto merge of #34443 - eddyb:sized-matters, r=arielb1 | bors | -0/+44 |
| 2016-07-02 | Build: Shows total time taken to build the compiler | Nikhil Shagrithaya | -0/+12 |
| 2016-07-02 | Auto merge of #34539 - arielb1:metadata-hash, r=alexcrichton | bors | -159/+214 |
| 2016-07-02 | fix test fallout | Ariel Ben-Yehuda | -9/+9 |
| 2016-07-02 | add a encoding version to the actual metadata | Ariel Ben-Yehuda | -18/+59 |
| 2016-07-02 | make the metadata lock more robust and bump the metadata encoding version | Ariel Ben-Yehuda | -31/+38 |
| 2016-07-02 | Rollup merge of #34583 - steveklabnik:remove-unneeded-deprecated, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2016-07-02 | Rollup merge of #34567 - alexcrichton:rustbuild-android, r=brson | Manish Goregaokar | -52/+227 |
| 2016-07-02 | Rollup merge of #34566 - ollie27:linkchecker_invalid_urls, r=alexcrichton | Manish Goregaokar | -23/+20 |
| 2016-07-02 | Rollup merge of #34551 - GuillaumeGomez:runtest_improvement, r=alexcrichton | Manish Goregaokar | -8/+12 |
| 2016-07-02 | Rollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-07-02 | Rollup merge of #34531 - GuillaumeGomez:libsyntax_err_codes, r=jonathandturner | Manish Goregaokar | -79/+167 |
| 2016-07-01 | Auto merge of #34492 - retep998:please-be-robust-already, r=alexcrichton | bors | -181/+260 |
| 2016-07-01 | Auto merge of #34067 - tbu-:pr_lookup_host_ignore_other_addresses, r=alexcric... | bors | -17/+26 |
| 2016-07-02 | fail obligations that depend on erroring obligations | Ariel Ben-Yehuda | -8/+87 |
| 2016-07-01 | Auto merge of #33940 - seanmonstar:siphash-1-3, r=alexcrichton | bors | -77/+336 |
| 2016-07-01 | fix RUST_LOG, hopefully for real this time | Ariel Ben-Yehuda | -4/+2 |
| 2016-07-01 | Older versions of python 2.7 can raise a WindowsError instead of a subprocess... | CensoredUsername | -1/+1 |
| 2016-06-30 | Auto merge of #34563 - alexcrichton:robust-mk, r=brson | bors | -4/+6 |
| 2016-06-30 | Auto merge of #34577 - alexcrichton:clean-more-yet-again, r=brson | bors | -0/+3 |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -39/+75 |
| 2016-06-30 | rustbuild: Clean out tmp directory on `make clean` | Alex Crichton | -0/+3 |
| 2016-06-30 | remove unneeded allow flag | Steve Klabnik | -1/+0 |
| 2016-06-30 | Revert "Remove the return_address intrinsic." | Eduard Burtescu | -0/+125 |
| 2016-06-30 | mk: Don't consider LLVM done until it's done | Alex Crichton | -4/+6 |
| 2016-06-30 | Improve runtest output | ggomez | -8/+12 |
| 2016-06-30 | Add comments on error code list | Guillaume Gomez | -27/+27 |
| 2016-06-30 | Auto merge of #34541 - jseyfried:rollup, r=jseyfried | bors | -46/+45 |
| 2016-06-30 | Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelix | Jeffrey Seyfried | -121/+220 |
| 2016-06-30 | Remove `after_expand` and `after_write_deps` CompileController entry points | Jeffrey Seyfried | -61/+1 |
| 2016-06-29 | rustbuild: Implement testing for Android | Alex Crichton | -52/+227 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -77/+336 |
| 2016-06-29 | Reject invalid urls in linkchecker | Oliver Middleton | -23/+20 |
| 2016-06-29 | Fix tests | ggomez | -25/+26 |
| 2016-06-29 | Rollup merge of #34542 - jseyfried:fix_recursive_modules, r=nrc | Manish Goregaokar | -1/+31 |
| 2016-06-29 | Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichton | Manish Goregaokar | -0/+18 |
| 2016-06-29 | Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton | Manish Goregaokar | -18/+106 |
| 2016-06-29 | Rollup merge of #34499 - michaelwoerister:lldb-blacklist, r=alexcrichton | Manish Goregaokar | -0/+15 |
| 2016-06-29 | Rollup merge of #34497 - oli-obk:double_negation, r=eddyb | Manish Goregaokar | -48/+42 |
| 2016-06-29 | Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddyb | Manish Goregaokar | -4/+4 |
| 2016-06-29 | Rollup merge of #34467 - GuillaumeGomez:err-codes, r=brson | Manish Goregaokar | -82/+207 |