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-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
2019-04-30
Rename to RUSTC_LOG
Yuki OKUSHI
-1
/
+1
2019-04-15
LLD is not supported on Darwin
Petr Hosek
-2
/
+4
2019-03-30
Use a single llvm_info variable
Josh Stone
-13
/
+8
2019-03-30
Use the existing LLVM GitInfo for checking rebuilds
Josh Stone
-18
/
+11
2019-03-27
replace llvm-rebuild-trigger with commit hash
Andy Russell
-15
/
+33
2019-03-14
bootstrap: Default to a sensible llvm-suffix.
Emilio Cobos Álvarez
-1
/
+21
2019-02-27
Whitelist containers that allow older toolchains
Alex Crichton
-0
/
+4
2019-02-25
bootstrap: deny(rust_2018_idioms)
Taiki Endo
-11
/
+11
2019-01-31
Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton
bors
-0
/
+4
2019-01-30
bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.
Michael Woerister
-0
/
+4
2019-01-25
Set LLDB_NO_DEBUGSERVER=ON
Josh Stone
-0
/
+1
2019-01-25
Rebase to the llvm-project monorepo
Josh Stone
-6
/
+8
2019-01-13
Support passing cflags/cxxflags/ldflags to LLVM build
Petr Hosek
-1
/
+14
2019-01-12
Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcrichton
Mazdak Farrokhzad
-8
/
+6
2019-01-07
Build LLVM with -static-libstdc++ on dist builds
Alex Crichton
-8
/
+8
2019-01-05
Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccache
Petr Hosek
-8
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
bors
-2
/
+2
2018-12-10
bootstrap: fix edition
ljedrz
-4
/
+4
[next]