about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-07-03Auto merge of #34480 - jseyfried:remove_entry_points, r=nrcbors-81/+57
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-194/+507
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-194/+507
2016-07-03Auto merge of #34540 - jupp0r:patch-1, r=steveklabnikbors-1/+4
2016-07-03Auto merge of #34532 - jonmarkprice:master, r=steveklabnikbors-27/+33
2016-07-03Auto merge of #34614 - cynicaldevil:build-time, r=alexcrichtonbors-0/+12
2016-07-02Auto merge of #34597 - CensoredUsername:bootstrap-fix, r=alexcrichtonbors-1/+1
2016-07-02Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisabors-0/+125
2016-07-02Auto merge of #34605 - arielb1:bug-in-the-jungle, r=eddybbors-8/+87
2016-07-02Auto merge of #34443 - eddyb:sized-matters, r=arielb1bors-0/+44
2016-07-02Build: Shows total time taken to build the compilerNikhil Shagrithaya-0/+12
2016-07-02Auto merge of #34539 - arielb1:metadata-hash, r=alexcrichtonbors-159/+214
2016-07-02fix test falloutAriel Ben-Yehuda-9/+9
2016-07-02add a encoding version to the actual metadataAriel Ben-Yehuda-18/+59
2016-07-02make the metadata lock more robust and bump the metadata encoding versionAriel Ben-Yehuda-31/+38
2016-07-02Rollup merge of #34583 - steveklabnik:remove-unneeded-deprecated, r=alexcrichtonManish Goregaokar-1/+0
2016-07-02Rollup merge of #34567 - alexcrichton:rustbuild-android, r=brsonManish Goregaokar-52/+227
2016-07-02Rollup merge of #34566 - ollie27:linkchecker_invalid_urls, r=alexcrichtonManish Goregaokar-23/+20
2016-07-02Rollup merge of #34551 - GuillaumeGomez:runtest_improvement, r=alexcrichtonManish Goregaokar-8/+12
2016-07-02Rollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichtonManish Goregaokar-0/+5
2016-07-02Rollup merge of #34531 - GuillaumeGomez:libsyntax_err_codes, r=jonathandturnerManish Goregaokar-79/+167
2016-07-01Auto merge of #34492 - retep998:please-be-robust-already, r=alexcrichtonbors-181/+260
2016-07-01Auto merge of #34067 - tbu-:pr_lookup_host_ignore_other_addresses, r=alexcric...bors-17/+26
2016-07-02fail obligations that depend on erroring obligationsAriel Ben-Yehuda-8/+87
2016-07-01Auto merge of #33940 - seanmonstar:siphash-1-3, r=alexcrichtonbors-77/+336
2016-07-01fix RUST_LOG, hopefully for real this timeAriel Ben-Yehuda-4/+2
2016-07-01Older versions of python 2.7 can raise a WindowsError instead of a subprocess...CensoredUsername-1/+1
2016-06-30Auto merge of #34563 - alexcrichton:robust-mk, r=brsonbors-4/+6
2016-06-30Auto merge of #34577 - alexcrichton:clean-more-yet-again, r=brsonbors-0/+3
2016-07-01Add the `after_expand` entry point between import resolution and the rest of ...Jeffrey Seyfried-39/+75
2016-06-30rustbuild: Clean out tmp directory on `make clean`Alex Crichton-0/+3
2016-06-30remove unneeded allow flagSteve Klabnik-1/+0
2016-06-30Revert "Remove the return_address intrinsic."Eduard Burtescu-0/+125
2016-06-30mk: Don't consider LLVM done until it's doneAlex Crichton-4/+6
2016-06-30Improve runtest outputggomez-8/+12
2016-06-30Add comments on error code listGuillaume Gomez-27/+27
2016-06-30Auto merge of #34541 - jseyfried:rollup, r=jseyfriedbors-46/+45
2016-06-30Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelixJeffrey Seyfried-121/+220
2016-06-30Remove `after_expand` and `after_write_deps` CompileController entry pointsJeffrey Seyfried-61/+1
2016-06-29rustbuild: Implement testing for AndroidAlex Crichton-52/+227
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-77/+336
2016-06-29Reject invalid urls in linkcheckerOliver Middleton-23/+20
2016-06-29Fix testsggomez-25/+26
2016-06-29Rollup merge of #34542 - jseyfried:fix_recursive_modules, r=nrcManish Goregaokar-1/+31
2016-06-29Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichtonManish Goregaokar-0/+18
2016-06-29Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichtonManish Goregaokar-18/+106
2016-06-29Rollup merge of #34499 - michaelwoerister:lldb-blacklist, r=alexcrichtonManish Goregaokar-0/+15
2016-06-29Rollup merge of #34497 - oli-obk:double_negation, r=eddybManish Goregaokar-48/+42
2016-06-29Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddybManish Goregaokar-4/+4
2016-06-29Rollup merge of #34467 - GuillaumeGomez:err-codes, r=brsonManish Goregaokar-82/+207