about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-03auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphismbors-26/+17
2013-05-03auto merge of #6227 : graydon/rust/issue-6112-box-annihilator, r=graydonbors-6/+25
2013-05-03auto merge of #6219 : dotdash/rust/fmt, r=graydonbors-4/+2
2013-05-03factor code for write guards into its own module; add neglected resolve_stage0Niko Matsakis-0/+5514
2013-05-03auto merge of #6198 : luqmana/rust/linker-arg, r=graydonbors-12/+24
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-144/+144
2013-05-03auto merge of #6124 : catamorphism/rust/rustpkg, r=catamorphismbors-132/+428
2013-05-03rustpkg: Make code actually compileTim Chevalier-4/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-567/+163
2013-05-03rustc: Warning policeTim Chevalier-11/+8
2013-05-03syntax: Warning policeTim Chevalier-4/+3
2013-05-03std: Warning policeTim Chevalier-10/+3
2013-05-03core: Warning policeTim Chevalier-1/+3
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-52/+106
2013-05-03tidyTim Chevalier-1/+1
2013-05-03rustpkg: Implement install commandTim Chevalier-85/+328
2013-05-03auto merge of #6200 : catamorphism/rust/issue-5358, r=catamorphismbors-34/+85
2013-05-03Remove pub from core::{unicode,cmath,stackwalk,rt}Alex Crichton-23/+22
2013-05-03rustc: add rooting, write-guards to slices etcNiko Matsakis-32/+194
2013-05-03Be more careful about the order in which we read the next fieldNiko Matsakis-6/+25
2013-05-03tidyTim Chevalier-7/+7
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-34/+85
2013-05-03auto merge of #6217 : Sodel-the-Vociferous/rust/export-ToBytes, r=graydonbors-2/+1
2013-05-03librustc: Add argument to allow choosing "linker"Luqman Aden-12/+24
2013-05-03lang: um, actually set locking bits! this code got lost.Niko Matsakis-1/+11
2013-05-03auto merge of #6216 : Sodel-the-Vociferous/rust/dralston-6146, r=graydonbors-1/+1
2013-05-03auto merge of #6213 : kud1ing/rust/patch-1, r=graydonbors-0/+2
2013-05-03Correct mismatch between the way that pattern ids and expression ids map to t...Niko Matsakis-115/+131
2013-05-03auto merge of #6046 : brson/rust/io, r=graydonbors-307/+1363
2013-05-04compiletest: fix decision rule to run and cleanupYoung-il Choi-18/+37
2013-05-03auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydonbors-23/+14
2013-05-03Avoid needless creation of unique strings in fmt!()Björn Steinbrink-4/+2
2013-05-03Change borrow debugging so it is disabled by -ONiko Matsakis-73/+129
2013-05-03FIX: Export to_bytes::ToBytesDaniel Ralston-2/+1
2013-05-03auto merge of #6207 : sanxiyn/rust/tc-big, r=thestingerbors-78/+0
2013-05-03Add core::cmp::Equiv to preludeDaniel Ralston-1/+1
2013-05-03auto merge of #6204 : pcwalton/rust/uninhabited-enum-cast, r=catamorphismbors-6/+16
2013-05-03Remove extra `#[cfg(stage0)]`gifnksm-5/+0
2013-05-03Add a brief description to show up in http://static.rust-lang.org/doc/core/in...kud1ing-0/+2
2013-05-02auto merge of #6212 : brson/rust/xfail-flatpipes, r=brsonbors-0/+1
2013-05-02std: xfail test_serializing_pipesBrian Anderson-0/+1
2013-05-02auto merge of #6206 : sanxiyn/rust/mach-sty, r=thestingerbors-20/+2
2013-05-02Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-307/+1363
2013-05-02auto merge of #6201 : pcwalton/rust/inhtwama-serializer, r=graydonbors-533/+5357
2013-05-02auto merge of #6140 : Dretch/rust/run-with-rust, r=brsonbors-250/+492
2013-05-02core: Wire up the unwinder to newsched againBrian Anderson-17/+18
2013-05-02rustc: Drop the visitor object from the visitor glueBrian Anderson-4/+9
2013-05-02librustc: Make uninhabited enums not castable to intPatrick Walton-6/+16
2013-05-02move @mut into scope_infoNiko Matsakis-54/+55
2013-05-02auto merge of #6195 : luqmana/rust/newtype-drop, r=catamorphismbors-0/+28