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
/
test
/
run-make
Age
Commit message (
Expand
)
Author
Lines
2019-02-27
Introduce assembly tests
Denys Zariaiev
-173
/
+0
2019-02-13
Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum
Mazdak Farrokhzad
-0
/
+43
2019-02-11
use ignore directives for run-make tests
Andy Russell
-44
/
+21
2019-02-08
Don't shadow the provided `stringify!` macro in a wasm code size test case
Nick Fitzgerald
-23
/
+17
2019-02-08
Use write_char for writing padding characters
Nick Fitzgerald
-1
/
+1
2019-02-08
Add a wasm code size test for stringifying numbers
Nick Fitzgerald
-0
/
+49
2019-01-29
Provide PTXLinker with fallback to internal `target-cpu`
Denys Zariaiev
-3
/
+6
2019-01-29
Merge NVPTX and WASM test images into `test-various`
Denys Zariaiev
-10
/
+2
2019-01-28
NVPTX: by-default use target cpu "sm_30"
Denys Zariaiev
-1
/
+1
2019-01-27
Create `nvptx64-nvidia-cuda` target specification
Denys Zariaiev
-0
/
+178
2018-12-25
Remove licenses
Mark Rousskov
-200
/
+0
2018-12-01
Rollup merge of #56014 - euclio:issue-21335, r=nagisa
kennytm
-0
/
+5
2018-11-30
tests: use a #![no_std] target crate in run-make/rustc-macro-dep-files.
Eduard-Mihai Burtescu
-4
/
+3
2018-11-30
tests: support cross-compilation in run-make/rustc-macro-dep-files.
Eduard-Mihai Burtescu
-2
/
+4
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-0
/
+47
2018-11-26
add test for issue #21335
Andy Russell
-0
/
+5
2018-11-25
Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.
Eduard-Mihai Burtescu
-3
/
+9
2018-11-06
Auto merge of #53996 - sekineh:thumb-run, r=japaric
bors
-0
/
+141
2018-11-06
Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix
kennytm
-3
/
+1
2018-11-04
[ci] run-make/thumb-none-qemu: add .cargo/config
Hideki Sekine
-0
/
+31
2018-11-02
Remove deprecated unstable `#[panic_implementation]`
Vadim Petrochenkov
-3
/
+1
2018-11-01
std: Improve codegen size of accessing TLS
Alex Crichton
-0
/
+11
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-19
[ci] fix tidy warning.
Hideki Sekine
-2
/
+4
2018-10-18
[ci] run-make/thumb-none-qemu: use GNU LD.
Hideki Sekine
-2
/
+2
2018-10-16
[ci] clean up potentially harmful envs
Hideki Sekine
-8
/
+8
2018-10-16
[ci] fix tidy warning.
Hideki Sekine
-1
/
+1
2018-10-16
[ci] run both debug and release
Hideki Sekine
-1
/
+2
2018-10-16
[ci] run-make/thumb-none-qemu: add example crate.
Hideki Sekine
-8
/
+79
2018-10-10
[ci] run-make/thumb-none-qemu: transfer logic to script.sh (2)
Hideki Sekine
-6
/
+0
2018-10-10
[ci] run-make/thumb-none-qemu: transfer logic to script.sh
Hideki Sekine
-14
/
+23
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-09-30
[ci] run-make/thumb-none-qemu: add thumbv6m-none-qemu
Hideki Sekine
-1
/
+1
2018-09-30
[ci] run-make/thumb-none-qemu: uses cortex-m-rt crate.
Hideki Sekine
-14
/
+5
2018-09-30
[ci] thumbv7m-none-eabi: add more variable.
Hideki Sekine
-2
/
+4
2018-09-30
[ci] thumbv7m-none-eabi: build lm3s6965evb and runon QEMU
Hideki Sekine
-0
/
+40
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
[next]