about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-07-15libsyntax::ast: Derive Show implsBen Gamari-70/+82
2014-07-15auto merge of #15615 : jakub-/rust/diagnostics, r=brsonbors-390/+410
2014-07-15auto merge of #15426 : aochagavia/rust/str, r=alexcrichtonbors-563/+534
2014-07-15Fix errorsAdolfo Ochagavía-110/+51
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-256/+258
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-106/+111
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-36/+40
2014-07-15Deprecate str::from_byteAdolfo Ochagavía-2/+19
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-21/+17
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-11/+23
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-86/+80
2014-07-15auto merge of #15604 : mrmonday/rust/raw-socket-libc, r=alexcrichtonbors-0/+21
2014-07-15auto merge of #15421 : catharsis/rust/doc-ffi-minor-fixes, r=alexcrichtonbors-7/+7
2014-07-15Add low level support for polling with librustuv.Robert Clipsham-0/+21
2014-07-15auto merge of #15371 : pnkfelix/rust/fsk-render-dataflow-on-dot, r=alexcrichtonbors-47/+627
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-47/+627
2014-07-15auto merge of #15534 : steveklabnik/rust/guide_stdin, r=brsonbors-0/+106
2014-07-15auto merge of #15531 : steveklabnik/rust/guide_looping, r=brsonbors-4/+137
2014-07-15auto merge of #15511 : brson/rust/extract-rustc-back, r=alexcrichtonbors-2459/+2718
2014-07-15auto merge of #15434 : steveklabnik/rust/guide_match, r=brsonbors-0/+96
2014-07-14auto merge of #15227 : alexcrichton/rust/windows-unlink, r=brsonbors-6/+47
2014-07-14std: Make unlink() more consistentAlex Crichton-6/+47
2014-07-14Fix rebase fallout. Sorry.Brian Anderson-76/+29
2014-07-14rustc_llvm: Remove the inner llvm moduleBrian Anderson-1698/+1698
2014-07-14rustc_llvm: Remove an unnecessary workaroundBrian Anderson-6/+1
2014-07-14rustc: Move util::sha2 to rustc_backBrian Anderson-3/+6
2014-07-14rustc: Move util::fs to rustc_backBrian Anderson-1/+3
2014-07-14rustc_back: Update crate docsBrian Anderson-1/+14
2014-07-14rustc: Move archive to rustc_backBrian Anderson-1/+2
2014-07-14rustc: Move ArchiveRO to rustc_llvmBrian Anderson-57/+74
2014-07-14rustc: Invert some archive depsBrian Anderson-34/+85
2014-07-14Extract rpath to rustc_back::rpathBrian Anderson-1/+2
2014-07-14rustc: Invert some rpath dependenciesBrian Anderson-85/+77
2014-07-14Extract librustc_back from librustcBrian Anderson-125/+166
2014-07-14Move llvm bindings to their own crateBrian Anderson-19/+209
2014-07-14auto merge of #15666 : yorkie/rust/patch-1, r=alexcrichtonbors-1/+1
2014-07-15doc: missing quote in keyword SendYazhong Liu-1/+1
2014-07-14auto merge of #15655 : lightsofapollo/rust/glob-match-options-pub, r=alexcric...bors-3/+3
2014-07-14auto merge of #15632 : masklinn/rust/patch-1, r=alexcrichtonbors-2/+8
2014-07-14Document that Result.unwrap prints the Err's valuemasklinn-2/+8
2014-07-13glob::MatchOptions struct fields should be publicJames Lal-3/+3
2014-07-14auto merge of #15653 : erickt/rust/master, r=alexcrichtonbors-2/+2
2014-07-14auto merge of #15497 : jasonthompson/rust/docs/str3, r=cmrbors-0/+47
2014-07-14auto merge of #15649 : catharsis/rust/rust-libstd-examples, r=alexcrichtonbors-7/+45
2014-07-13std: make std::io::IoError{,Kind} implement EqErick Tryzelaar-2/+2
2014-07-13auto merge of #15158 : alexcrichton/rust/windows-paths, r=brsonbors-1/+77
2014-07-13native: Search the child's PATH on win32Alex Crichton-1/+77
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-107/+112
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-107/+112
2014-07-13libstd: Add a few doc examplesAnton Lofgren-7/+45