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
/
librustc
/
back
Age
Commit message (
Expand
)
Author
Lines
2014-09-06
mark win32 binaries as large address aware
Daniel Micay
-0
/
+6
2014-09-06
auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw
bors
-2
/
+2
2014-09-05
don't use `ld -r` with `-C codegen-units=1`
Stuart Pernsteiner
-0
/
+12
2014-09-05
add workaround for mingw `ld --force-exe-suffix` behavior
Stuart Pernsteiner
-1
/
+25
2014-09-05
don't leave unwanted temporary files with --emit=ir/asm
Stuart Pernsteiner
-3
/
+6
2014-09-05
use target-specific linker args when combining compilation units
Stuart Pernsteiner
-2
/
+19
2014-09-05
run optimization and codegen on worker threads
Stuart Pernsteiner
-249
/
+691
2014-09-05
move back::link::write into a separate file
Stuart Pernsteiner
-479
/
+482
2014-09-05
split CrateContext into shared and local pieces
Stuart Pernsteiner
-0
/
+1
2014-09-05
make CrateContext fields private
Stuart Pernsteiner
-4
/
+4
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-2
/
+2
2014-08-31
Have std::io::TempDir::new and new_in return IoResult
Simon Sapin
-2
/
+2
2014-08-25
auto merge of #16694 : vadimcn/rust/debug-linker, r=alexcrichton
bors
-0
/
+2
2014-08-24
Enable the MergeFunc pass
Björn Steinbrink
-0
/
+7
2014-08-23
Log linker stderr and stdout.
Vadim Chugunov
-0
/
+2
2014-08-23
Complete renaming of win32 to windows
Vadim Chugunov
-1
/
+1
2014-08-17
mark Windows binaries as compatible with ASLR
Daniel Micay
-0
/
+3
2014-08-16
enable DEP (NX bit) for 32-bit Windows executables
Daniel Micay
-0
/
+3
2014-08-12
Replace all references to "Win32" with "Windows".
Vadim Chugunov
-7
/
+7
2014-08-07
enable PIE by default on Linux for full ASLR
Daniel Micay
-3
/
+15
2014-08-04
rustc: Link entire archives of native libraries
Alex Crichton
-16
/
+49
2014-08-03
Use a versioning scheme for bytecode objects in rlibs.
Michael Woerister
-38
/
+168
2014-07-31
auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton
bors
-1
/
+9
2014-07-30
auto merge of #15670 : epdtry/rust/fast-archive-builder, r=alexcrichton
bors
-20
/
+33
2014-07-29
rustc: Switch dsymutil status => output
Alex Crichton
-1
/
+1
2014-07-29
speed up static linking by combining `ar` invocations
Stuart Pernsteiner
-20
/
+33
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-1
/
+9
2014-07-21
rustc: Append platform exe suffix to output files
Alex Crichton
-1
/
+10
2014-07-18
rustc: Mix extra-filename in temp outputs
Alex Crichton
-8
/
+12
2014-07-18
rustc: #[crate_name] and --crate-name must match
Alex Crichton
-1
/
+12
2014-07-18
auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
bors
-1
/
+1
2014-07-17
Rename functions in the CloneableVector trait
Adolfo Ochagavía
-1
/
+1
2014-07-17
auto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton
bors
-1
/
+17
2014-07-15
Support for specifying the code model
John Kåre Alsaker
-1
/
+17
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo Ochagavía
-1
/
+1
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-4
/
+2
2014-07-14
rustc_llvm: Remove the inner llvm module
Brian Anderson
-58
/
+59
2014-07-14
rustc: Move archive to rustc_back
Brian Anderson
-231
/
+0
2014-07-14
rustc: Move ArchiveRO to rustc_llvm
Brian Anderson
-56
/
+1
2014-07-14
rustc: Invert some archive deps
Brian Anderson
-34
/
+85
2014-07-14
Extract rpath to rustc_back::rpath
Brian Anderson
-238
/
+0
2014-07-14
rustc: Invert some rpath dependencies
Brian Anderson
-85
/
+77
2014-07-14
Extract librustc_back from librustc
Brian Anderson
-1003
/
+97
2014-07-10
rustc: Always mark #[crate_name] as used
Alex Crichton
-3
/
+7
2014-07-08
auto merge of #14832 : alexcrichton/rust/no-rpath, r=brson
bors
-2
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-3
/
+3
2014-07-05
rustc: Default #[crate_name] on input, not output
Alex Crichton
-8
/
+13
2014-07-05
rustc: Repurpose the --crate-name CLI flag
Alex Crichton
-0
/
+10
2014-07-05
rustc: Add a flag for specifying dependencies
Alex Crichton
-3
/
+10
2014-07-05
rustc: Stop putting hashes in filenames by default
Alex Crichton
-13
/
+1
[prev]
[next]