index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
native.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-19
/
+20
2020-07-15
Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbini
Manish Goregaokar
-2
/
+22
2020-07-12
Don't allow `DESTDIR` to influence LLVM builds
Jake Goulding
-0
/
+5
2020-07-11
RISC-V GNU/Linux as host platform
msizanoen1
-2
/
+22
2020-07-08
Fix cross-compilation of LLVM to aarch64 Windows targets
Arlo Siemsen
-8
/
+23
2020-07-01
Explicitly check for iOS/tvOS.
aspen
-1
/
+1
2020-07-01
Also document iphoneos-version-min.
aspen
-0
/
+1
2020-07-01
Document the CMake defines.
aspen
-1
/
+4
2020-06-30
Don't break on iOS Simulator builds.
aspen
-1
/
+5
2020-06-30
Only set the flag in LLVM builds.
aspen
-0
/
+3
2020-06-30
Changes required for rustc/cargo to build for iOS targets
aspen
-0
/
+8
2020-06-21
Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrum
bors
-1
/
+8
2020-06-20
bootstrap: Factor out common code in supported_sanitizers
Tomasz Miąsko
-45
/
+29
2020-06-20
bootstrap: Build sanitizer runtimes for aarch64-unknown-linux-gnu
Tomasz Miąsko
-0
/
+9
2020-06-11
Enable LLVM zlib when building LLD
Jethro Beekman
-1
/
+8
2020-06-09
[AVR] Add AVR platform support
Jake Goulding
-1
/
+1
2020-05-20
Set CMAKE_CXX_STANDARD when compiling LLD
Nikita Popov
-0
/
+4
2020-05-10
remove lldb package from bootstrap, config and build-manifest
Ralf Jung
-12
/
+4
2020-05-02
Extract stamp testing for LLVM
Mark Rousskov
-45
/
+71
2020-04-24
Fix cross-compiling LLD to different platforms
Alex Crichton
-1
/
+20
2020-04-14
Update the minimum external LLVM to 8
Josh Stone
-2
/
+2
2020-04-07
Make LLVM version suffix independent of rustc version on dev channel
Tomasz Miąsko
-3
/
+7
2020-03-05
bootstrap: Use hash to determine if sanitizers needs to be rebuilt
Tomasz Miąsko
-31
/
+67
2020-02-23
bootstrap: Remove commit hash from LLVM version suffix to avoid rebuilds
Tomasz Miąsko
-6
/
+2
2020-02-13
Rollup merge of #69104 - tmiasko:configure-cmake, r=Mark-Simulacrum
Dylan DPC
-9
/
+19
2020-02-12
bootstrap: Configure cmake when building sanitizer runtimes
Tomasz Miąsko
-9
/
+19
2020-02-11
rustbuild: include channel in sanitizers installed name
Marc-Antoine Perennou
-6
/
+10
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-3
/
+1
2020-01-22
Enable ASan on Fuchsia
Aaron Green
-0
/
+18
2020-01-14
Better support for cross compilation on Windows.
Daniel Frampton
-0
/
+2
2020-01-09
Add bootstrap step for building sanitizer runtimes
Tomasz Miąsko
-0
/
+115
2019-12-26
Skip LLVM rebuild when skip-rebuild is true
Matthew Healy
-0
/
+9
2019-12-22
Format the world
Mark Rousskov
-129
/
+106
2019-12-02
Update the minimum external LLVM to 7
Josh Stone
-2
/
+2
2019-10-30
Statically link libstdc++ on windows-gnu
Mateusz Mikuła
-2
/
+2
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-0
/
+4
2019-10-21
Remove `src/llvm-emscripten` submodule
Alex Crichton
-50
/
+25
2019-10-08
Disable Go and OCaml bindings when building LLVM
Tomasz Miąsko
-9
/
+1
2019-09-04
Assume non-git LLVM is fresh if the stamp file exists
Josh Stone
-13
/
+14
2019-08-02
rustbuild: correct line length
Sam Elliott
-1
/
+2
2019-08-02
rustbuild: WebAssembly is no longer an experimental LLVM backend
Sam Elliott
-2
/
+2
2019-08-02
rustbuild: RISC-V is no longer an experimental LLVM target
Sam Elliott
-2
/
+5
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-1
/
+1
2019-07-17
Disable Z3 in LLVM build
Nikita Popov
-0
/
+1
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-3
/
+0
2019-06-09
Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS
Petr Hosek
-1
/
+1
2019-05-27
Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.
Michael Woerister
-1
/
+15
2019-05-27
rustbuild: Also build compiler-rt when building LLDB. This allows clang-based...
Michael Woerister
-1
/
+1
2019-05-15
rustbuild/LLVM: Do not print installation messages for up-to-date files
Vadim Petrochenkov
-0
/
+4
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-1
/
+1
[next]