Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. d855ca0 Ensure `./configure` works when `configure.py` path contains spaces by beetrees · 1 year, 5 months ago
  2. 38eb369 Enforce Python 3 as much as possible by Guillaume Gomez · 5 years ago
  3. a9b0a7b rustbuild: Rewrite the configure script in Python by Alex Crichton · 8 years ago
  4. eb1c44b rustbuild: Remove `--enable-llvm-clean-rebuild` by Alex Crichton · 8 years ago
  5. bad58f2 Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhs by bors · 8 years ago
  6. 8ef3f69 Add a disabled builder for aarch64 emulated tests by Alex Crichton · 8 years ago
  7. ffae5de configure: allow distros to disable debuginfo-only-std by Ximin Luo · 8 years ago
  8. 447297c Make wasm32 buildbot test LLVM backend by Thomas Lively · 8 years ago
  9. ecba8d6 Merge branch 'profiling' of github.com:whitequark/rust into profiling by Marco Castelluccio · 8 years ago
  10. 0a8b8fe configure: allow configuring bindir by Marc-Antoine Perennou · 8 years ago
  11. 19cab63 Remove obsolete --disable-elf-tls configure switch. by Ralph Giles · 8 years ago
  12. 42754ce Add profiling support, through the rustc -Z profile flag. by whitequark · 8 years ago
  13. 51cc0e3 Add x86_64-linux-android target by Marco A L Barbosa · 8 years ago
  14. 5766d52 Remove --enable-save-analysis configure flag by Nick Cameron · 8 years ago
  15. 0aeb9c1 Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton by bors · 8 years ago
  16. 362aa9a Default llvm.clean-rebuild to false by Vadim Petrochenkov · 8 years ago
  17. f8ca805 configure: Remove --build detection by Alex Crichton · 8 years ago
  18. 51a4238 configure: Remove misc unused vars by Alex Crichton · 8 years ago
  19. 748e2de configure: Remove SUPPORTED_TARGET support by Alex Crichton · 8 years ago
  20. e82bcab configure: Remove some lldb-specific logic by Alex Crichton · 8 years ago
  21. e019f13 configure: Remove miscellaneous program probes by Alex Crichton · 8 years ago
  22. b326bd3 configure: Remove md5 probing logic by Alex Crichton · 8 years ago
  23. 3308bd5 configure: Remove git probing logic by Alex Crichton · 8 years ago
  24. e31e264 rustbuild: Make save-analysis an option by Tatsuyuki Ishi · 8 years ago
  25. 0a55c8e Support armhf abi on 64-bit ARM cpus by Ximin Luo · 8 years ago
  26. 44a01b8 rustbuild: Add support for compiling Cargo by Alex Crichton · 8 years ago
  27. 1902488 travis: Disable source tarballs on most builders by Alex Crichton · 8 years ago
  28. 48bc082 Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichton by bors · 8 years ago
  29. d29f0bc Automatically vendor Cargo deps when building the source tarballs. by Eduard-Mihai Burtescu · 8 years ago
  30. 6194a76 Remove '--disable-rustbuild' option from configure script. by Corey Farwell · 8 years ago
  31. 3053494 Rollup merge of #38699 - japaric:lsan, r=alexcrichton by Corey Farwell · 8 years ago
  32. 775a936 build/test the sanitizers only when --enable-sanitizers is used by Jorge Aparicio · 8 years ago
  33. 6fb57bf Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson by Corey Farwell · 8 years ago
  34. 370b63f Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson by Corey Farwell · 8 years ago
  35. 9b0e6af Delete swaths of the configure script by Alex Crichton · 8 years ago
  36. b3518af Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcrichton by Corey Farwell · 8 years ago
  37. f6c6b31 `aarch64` CPU type is called `arm64` on FreeBSD by Jean-Sébastien Pédron · 8 years ago
  38. 1747ce2 Add support for test suites emulated in QEMU by Alex Crichton · 8 years ago
  39. f3dfcae rustbuild: Start building --enable-extended by Alex Crichton · 8 years ago
  40. 0618580 travis: Pass --release-channel=nightly on deploy by Alex Crichton · 9 years ago
  41. 5740f94 Detect mips CPUs in ./configure by Ximin Luo · 9 years ago
  42. 099e7cb rustbuild: Don't enable debuginfo in rustc by Alex Crichton · 9 years ago
  43. 8ffc3e7 Reword 'stupid' and 'crazy' in docs. by Clar Charr · 9 years ago
  44. b14785d Merge branch 'master' into sparc64 by Seo Sanghyeon · 9 years ago
  45. 9828495 further enable the Sparc LLVM backend by Jonathan A. Kollasch · 9 years ago
  46. 7046fea rustbuild: Compile rustc twice, not thrice by Alex Crichton · 9 years ago
  47. 7d428b7 Delete the llvm submodule lockfile when configuring on the bots by Brian Anderson · 9 years ago
  48. 96a5fc7 rustbuild: Add sccache support by Alex Crichton · 9 years ago
  49. 25adc4e Fix #38251 but perhaps not BEST fix for it. by Felix S. Klock II · 9 years ago
  50. 0e272de mk: Switch rustbuild to the default build system by Alex Crichton · 9 years ago
  51. f83eb40 configure: quote variables by Doug Goldstein · 9 years ago
  52. e39c8d6 configure: only req CMake if we're building LLVM by Doug Goldstein · 9 years ago
  53. 2951488 configure: Fix string equality by Brian Anderson · 9 years ago
  54. b1da18f Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichton by bors · 9 years ago
  55. f13391a rustbuild: allow dynamically linking LLVM by Josh Stone · 9 years ago
  56. 6cd5be8 Auto merge of #37607 - dns2utf8:doc_grammar, r=alexcrichton by bors · 9 years ago
  57. 0e1828a Fix grammar verification by Stefan Schindler · 9 years ago
  58. 43006fc Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichton by bors · 9 years ago
  59. d3574b8 Make LLVM debuginfo option names consistent by A.J. Gardner · 9 years ago
  60. 7a91d4a Add llvm debuginfo configure option by A.J. Gardner · 9 years ago
  61. 4f9f7b0 also enable the MSP430 backend in Makefiles by Jorge Aparicio · 9 years ago
  62. 31a8638 rustbuild: Tweak for vendored dependencies by Alex Crichton · 9 years ago
  63. 18ee04b Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup by Alex Crichton · 9 years ago
  64. d2f4a9d Rollup merge of #37488 - frewsxcv:quiet-travis, r=alexcrichton by Jonathan Turner · 9 years ago
  65. dce4600 detect gdb version & rust support in compiletest by Tim Neumann · 9 years ago
  66. c8c6d2c Use quieter test output when running tests on Travis CI. by Corey Farwell · 9 years ago
  67. 9b81f3c Add armv6l autodetection by Matwey V. Kornilov · 9 years ago
  68. 10ce90f Fix armv7 autodetection by Matwey V. Kornilov · 9 years ago
  69. f96a4cc configure: Disable debuginfo lines on MinGW by Alex Crichton · 9 years ago
  70. 803576c Enable line number debuginfo in releases by Alex Crichton · 9 years ago
  71. 8149484 Rollup merge of #37091 - alexcrichton:configure, r=brson by Alex Crichton · 9 years ago
  72. 62861f8 configure: Fix gcc detection for LLVM by Alex Crichton · 9 years ago
  73. e335620 Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brson by bors · 9 years ago
  74. 5388d3f Turn on JSBackend in the makefiles by Brian Anderson · 9 years ago
  75. 19d1929 configure: Add options for separate musl roots by Alex Crichton · 9 years ago
  76. 47a335b Rollup merge of #36803 - brson:node, r=alexcrichton by Jonathan Turner · 9 years ago
  77. 27588dd Move nodejs detection into bootstrap by Brian Anderson · 9 years ago
  78. 01fecb9 Haiku: add support for building on Haiku by Niels Sascha Reedijk · 9 years ago
  79. 677ede2 Rollup merge of #36500 - orbea:docdir, r=nikomatsakis by Guillaume Gomez · 9 years ago
  80. b19c9ec This installs documentation not man pages by orbea · 9 years ago
  81. 00ce2c0 Auto merge of #36360 - orbea:docdir, r=alexcrichton by bors · 9 years ago
  82. 4812cf3 Auto merge of #36369 - uweigand:s390x, r=alexcrichton by bors · 9 years ago
  83. 19b8408 Add s390x support by Ulrich Weigand · 9 years ago
  84. 1284081 Auto merge of #36256 - rjgoldsborough:make-configure-detect-nodejs-36207, r=alexcrichton by bors · 9 years ago
  85. 5e9149d Allow setting --docdir by orbea · 9 years ago
  86. 0adcf46 detecting nodejs in configure by Jake Goldsborough · 9 years ago
  87. 2dbf600 Auto merge of #36242 - semarie:local-rebuild, r=alexcrichton by bors · 9 years ago
  88. b7d1989 Auto merge of #36034 - ahmedcharles:orbit, r=eddyb by bors · 9 years ago
  89. 92aa7e4 Use libraries from local-rust-root directory in configure when using --enable-local-rebuild by Sébastien Marie · 9 years ago
  90. cd8f0aa Remove --{enable|disable}-orbit from configure. by Ahmed Charles · 9 years ago
  91. 7d5fa9e configure: check if any of the arguments contain --help by Mohit Agarwal · 9 years ago
  92. 15d8dfb build llvm with systemz backend enabled, and link to related libraries by Jorge Aparicio · 9 years ago
  93. cb9b0ed Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. by Eduard Burtescu · 9 years ago
  94. b707a12 Allow compiling against a custom LLVM 3.9 installation by Jake Goulding · 9 years ago
  95. 90ba77a Make --enable-orbit the default in ./configure. by Eduard Burtescu · 9 years ago
  96. 2c1612c Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb by bors · 9 years ago
  97. f7247d1 Add ARM MUSL targets. by Timon Van Overveldt · 9 years ago
  98. d851428 configure: Fix grep invocation for llvm-mc argument by Alex Crichton · 9 years ago
  99. dc7076b [LLVM-3.9] Pass correct relocation model flag by Jan-Erik Rediger · 9 years ago
  100. 34d7f7e Auto merge of #34606 - mathstuf:llvm-with-ninja, r=alexcrichton by bors · 9 years ago