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
/
librustc_trans
/
back
/
write.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-12
/
+12
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-12
/
+12
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-14
/
+14
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-11
Fail nicely when copying artefacts fails
Simonas Kazlauskas
-4
/
+7
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-16
/
+15
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-3
/
+3
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
Rollup merge of 21671 - akiss77:pr-aarch64-fastisel0, r=alexcrichton
Manish Goregaokar
-0
/
+3
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-26
Make '-A warnings' apply to all warnings, including feature gate warnings
Brian Anderson
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-26
Unconditionally disable LLVM's FastISel on AArch64
Akos Kiss
-0
/
+3
2015-01-22
Better inline assembly errors
John Kåre Alsaker
-16
/
+25
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-4
/
+4
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+4
2015-01-18
rustc: print filename if file cannot be written
Stepan Koltsov
-3
/
+3
2015-01-11
powerpc: initialize llvm
Richo Healey
-0
/
+6
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-43
/
+43
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
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
-37
/
+37
2015-01-05
More test fixes!
Alex Crichton
-2
/
+2
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-57
/
+55
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+7
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-2
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-31
rustc_trans: unbox closures used in let bindings
Jorge Aparicio
-4
/
+4
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-3
/
+3
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-1
/
+1
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-44
/
+44
2014-12-20
auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmr
bors
-0
/
+2
2014-12-19
rustc: Start "stabilizing" some flags
Alex Crichton
-0
/
+2
2014-12-19
librustc_trans: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
[next]