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
2020-07-26
proc_macro: Add API for tracked access to environment variables
Vadim Petrochenkov
-0
/
+29
2020-07-13
Fix src/test/run-make/static-pie/test-aslr.rs
Harald Hoyer
-1
/
+1
2020-07-01
expand: Stop using nonterminals for passing tokens to attribute and derive ma...
Vadim Petrochenkov
-1
/
+1
2020-06-25
Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum
bors
-0
/
+14
2020-06-15
Enable static-pie for the x86_64-unknown-linux-musl target
Harald Hoyer
-0
/
+58
2020-05-31
Print accessed env vars as special comments into depinfo files
Vadim Petrochenkov
-0
/
+14
2020-04-26
Use Cell::take in a couple places
ThinkChaos
-1
/
+1
2020-01-31
Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrum
bors
-1
/
+1
2020-01-30
Change opt-level from 2 back to 3
Gregor Peach
-1
/
+1
2020-01-21
Do not use Cortex-M0 since Qemu is too old
Jonas Schievink
-1
/
+2
2020-01-21
Check in lockfile
Jonas Schievink
-0
/
+199
2020-01-21
Update dependencies
Jonas Schievink
-8
/
+4
2020-01-21
Use the right runners for all thumb targets
Jonas Schievink
-6
/
+19
2020-01-21
Fix thumb target CI
Jonas Schievink
-7
/
+4
2020-01-08
Check for the entry kind
maik
-3
/
+3
2020-01-08
Remove unnecessary global counting
maik
-11
/
+5
2020-01-07
Fix indentation
Maik Klein
-1
/
+1
2020-01-07
Add tests for static variables
Maik Klein
-7
/
+20
2019-12-16
Fix handling of wasm import modules and names
Alex Crichton
-0
/
+154
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-7
/
+7
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-7
/
+7
2019-10-04
Fix ABI, run and fix more tests, re-enable CI for PRs
Thomas Lively
-7
/
+7
2019-07-30
Add very simple edition check to tidy; and add missing edition = 2018s.
CrLF0710
-10
/
+8
2019-05-10
Make tests compatible with musl host
Mateusz MikuĊa
-1
/
+4
2019-05-03
rustc: Always handle exported symbols on the wasm target
Alex Crichton
-2
/
+17
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
[next]