summary refs log tree commit diff
path: root/src/librustc_trans/back/write.rs
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-12/+12
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-12/+12
2015-02-18std: Implement CString-related RFCsAlex Crichton-14/+14
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-11Fail nicely when copying artefacts failsSimonas Kazlauskas-4/+7
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-16/+15
2015-02-04remove all kind annotations from closuresJorge 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-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-3/+3
2015-01-29convert 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-29Rollup merge of 21671 - akiss77:pr-aarch64-fastisel0, r=alexcrichtonManish Goregaokar-0/+3
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-5/+5
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-5/+5
2015-01-26Unconditionally disable LLVM's FastISel on AArch64Akos Kiss-0/+3
2015-01-22Better inline assembly errorsJohn Kåre Alsaker-16/+25
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-4/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+4
2015-01-18rustc: print filename if file cannot be writtenStepan Koltsov-3/+3
2015-01-11powerpc: initialize llvmRicho Healey-0/+6
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-1/+1
2015-01-07use slicing sugarJorge Aparicio-43/+43
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-07falloutNick Cameron-2/+2
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-37/+37
2015-01-05More test fixes!Alex Crichton-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-57/+55
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+7
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+0
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-2/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-31rustc_trans: unbox closures used in let bindingsJorge Aparicio-4/+4
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-3/+3
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-1/+1
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-44/+44
2014-12-20auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmrbors-0/+2
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-0/+2
2014-12-19librustc_trans: use `#[deriving(Copy)]`Jorge Aparicio-3/+1