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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-make
Age
Commit message (
Expand
)
Author
Lines
2018-10-23
Revert "rustc: Fix (again) simd vectors by-val in ABI"
Alex Crichton
-100
/
+0
2018-10-19
rustc: Fix (again) simd vectors by-val in ABI
Alex Crichton
-0
/
+100
2018-10-07
Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister
bors
-0
/
+2
2018-10-06
rustc: Allow `#[no_mangle]` anywhere in a crate
Alex Crichton
-0
/
+2
2018-10-02
wasm: Explicitly export all symbols with LLD
Alex Crichton
-0
/
+75
2018-08-26
rustc: Continue to tweak "std internal symbols"
Alex Crichton
-0
/
+62
2018-08-23
add #[panic_handler]; deprecate #[panic_implementation]
Jorge Aparicio
-2
/
+2
2018-08-17
Auto merge of #53190 - sekineh:thumb-cortex-m, r=jamesmunns
bors
-0
/
+71
2018-08-14
add copyright from template
Hideki Sekine
-0
/
+10
2018-08-14
shorten the url to fix tidy error.
Hideki Sekine
-1
/
+1
2018-08-14
change variable definition order (basic thing first).
Hideki Sekine
-3
/
+4
2018-08-14
use TMPDIR instead of custom directory.
Hideki Sekine
-1
/
+1
2018-08-14
use a simple script instead of `cargo clone`.
Hideki Sekine
-2
/
+27
2018-08-10
[CI] run-make/thumb: remove `-j 1` from cargo run
Hideki Sekine
-1
/
+1
2018-08-08
[CI] run-make/thumb: support 4 thumb*-none-eabi* targets:
Hideki Sekine
-2
/
+10
2018-08-08
[CI] run-make/thumb: tidy up variables
Hideki Sekine
-8
/
+10
2018-08-08
[CI] run-make/thumb: remove hacky workaround.
Hideki Sekine
-5
/
+0
2018-08-08
[CI] run-make/thumb: 1st working version with hacky workaround.
Hideki Sekine
-5
/
+13
2018-08-07
rustc: Tweak visibility of some lang items
Alex Crichton
-0
/
+109
2018-08-07
[CI] run-make/thumb: Add LD_LIBRARY_PATH experiment, etc.
Hideki Sekine
-1
/
+2
2018-08-07
[CI] run-make/thumb: add log for `cargo build`
Hideki Sekine
-1
/
+1
2018-08-07
[CI] run-make/thumb: add -vv to `cargo build` for diag
Hideki Sekine
-1
/
+1
2018-08-06
[CI] run-make: experimental thumb test
Hideki Sekine
-0
/
+21
2018-08-05
Fix WASM tests
varkor
-2
/
+0
2018-07-23
Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo...
bors
-0
/
+65
2018-07-18
rustc: Work around an upstream wasm ThinLTO bug
Alex Crichton
-0
/
+65
2018-07-18
rustc: Stabilize #[wasm_import_module] as #[link(...)]
Alex Crichton
-4
/
+2
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-8
/
+8
2018-05-15
Fix run-make wasm tests
Eric Huss
-80
/
+0
2018-05-09
Allow for specifying a linker plugin for cross-language LTO
Michael Woerister
-2
/
+2
2018-05-07
Fix Mac OS section name for LLVM bitcode.
Michael Woerister
-1
/
+1
2018-05-03
run-make/cross-lang-lto: Make output artifact names consistent across platforms.
Michael Woerister
-2
/
+3
2018-05-03
Ignore cross-lang-lto test for LLVM versions without ThinLTO.
Michael Woerister
-2
/
+5
2018-05-03
Add LLVM bin directory to PATH for running run-make tests.
Michael Woerister
-1
/
+1
2018-05-03
Add tests for -Z cross-lang-lto.
Michael Woerister
-0
/
+76
2018-04-13
std: Avoid allocating panic message unless needed
Alex Crichton
-1
/
+20
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-0
/
+27
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-1
/
+86
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-10454
/
+75
2018-03-18
Allow test target to pass without installing
Sébastien Marie
-1
/
+1
2018-03-17
Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister
bors
-1
/
+1
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-14
/
+16
2018-03-12
Require the metadata loader to be thread-safe
John Kåre Alsaker
-1
/
+1
2018-03-11
Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrum
bors
-17
/
+67
2018-03-10
Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichton
bors
-0
/
+34
2018-03-07
travis: Upgrade OSX builders
Alex Crichton
-17
/
+67
2018-03-07
Do not panic on tuple struct access out of bounds
Shotaro Yamada
-0
/
+3
2018-03-07
Fix save-analysis generation panic with invalid tuple access
Shotaro Yamada
-0
/
+4
2018-03-06
Add RELRO run-make tests
Johannes Löthberg
-0
/
+34
2018-03-02
Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoerister
Manish Goregaokar
-10
/
+68
[next]