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
/
archive.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-361
/
+0
2015-06-21
rustc_trans: Use custom PATH for archive commands
Alex Crichton
-1
/
+4
2015-05-26
rustc_back: Don't pass 'u' to ar invocations
Alex Crichton
-1
/
+1
2015-05-20
Auto merge of #25350 - alexcrichton:msvc, r=brson
bors
-87
/
+87
2015-05-19
rustc_back: Refactor Archive to better express intent
Alex Crichton
-87
/
+87
2015-05-12
rustc_back: Only use archive member filenames
Alex Crichton
-0
/
+15
2015-04-21
rustc: Handle duplicate names merging archives
Alex Crichton
-28
/
+45
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+3
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-35
/
+38
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-3
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-10
/
+10
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-10
/
+10
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-01
std: Add a new `env` module
Alex Crichton
-3
/
+3
2015-01-26
Fallout of io => old_io
Alex Crichton
-9
/
+10
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-27
/
+24
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-21
/
+21
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-21
/
+21
2014-12-13
librustc_back: use unboxed closures
Jorge Aparicio
-2
/
+3
2014-11-19
Make os::getcwd() return IoResult<Path>
Barosl Lee
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-3
/
+3
2014-11-07
Properly static lib packaging
Valerii Hiora
-10
/
+17
2014-11-04
Implement flexible target specification
Corey Richardson
-12
/
+14
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-09-13
librustc: Forbid inherent implementations that aren't adjacent to the
Patrick Walton
-0
/
+1
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-12
Replace all references to "Win32" with "Windows".
Vadim Chugunov
-1
/
+1
2014-08-04
rustc: Link entire archives of native libraries
Alex Crichton
-24
/
+27
2014-07-29
speed up static linking by combining `ar` invocations
Stuart Pernsteiner
-47
/
+128
2014-07-14
rustc: Move archive to rustc_back
Brian Anderson
-0
/
+231