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
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
2018-12-09
Bump minimum required LLVM version to 6.0
Nikita Popov
-2
/
+2
2018-12-08
Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg
bors
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-6
/
+3
2018-10-26
Typo fixes in configure_cmake comments
Eddy Petrișor
-2
/
+2
2018-10-20
Update Cargo, build curl/OpenSSL statically via features
Alex Crichton
-186
/
+0
2018-09-14
Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister
kennytm
-3
/
+4
2018-09-10
Add rustc SHA to released DWARF debuginfo
Alex Crichton
-3
/
+4
2018-09-07
rustbuild: allow configuring llvm version suffix
Marc-Antoine Perennou
-0
/
+4
2018-09-05
propagate build.python into cmake
Nathan Froyd
-0
/
+4
2018-08-31
Update LLVM submodule
Alex Crichton
-0
/
+1
2018-08-29
bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds.
Michael Woerister
-8
/
+4
2018-08-20
bootstrap: Never compiler llvm-emscripten with ThinLTO.
Michael Woerister
-1
/
+1
2018-08-20
bootstrap: Allow for building LLVM with ThinLTO.
Michael Woerister
-0
/
+5
2018-08-20
bootstrap: Allow to specify ranlib tool used when compiling C++ code.
Michael Woerister
-0
/
+8
2018-08-14
Add lldb to the build
Tom Tromey
-3
/
+16
[next]