summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-19auto merge of #9267 : Kimundi/rust/master, r=huonwbors-620/+641
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-620/+641
2013-09-19auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonwbors-1/+15
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-137/+55
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-8/+84
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-76/+40
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-63/+28
2013-09-18Remove rust_run_program.cppAlex Crichton-76/+40
2013-09-18auto merge of #9260 : alexcrichton/rust/libuv-processes, r=brsonbors-67/+1076
2013-09-18auto merge of #9263 : catamorphism/rust/rustpkg-issue-7879, r=brsonbors-249/+409
2013-09-18tests: Remove crate_map from start.Luqman Aden-1/+26
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-249/+409
2013-09-18auto merge of #9284 : thestinger/rust/main, r=luqmanabors-27/+1
2013-09-18libstd/librustc: Make the crate_map a weak symbol that libstd links against.Luqman Aden-7/+9
2013-09-18Implement process bindings to libuvAlex Crichton-67/+1076
2013-09-18librustc/libstd: No longer pass crate_map to start.Luqman Aden-13/+79
2013-09-18Allow trailing commas in format!Alex Crichton-0/+5
2013-09-18auto merge of #9296 : alexcrichton/rust/snapshots, r=cmrbors-1663/+32
2013-09-18Register new snapshotsAlex Crichton-1663/+32
2013-09-18auto merge of #9277 : crabtw/rust/mips, r=brsonbors-27/+140
2013-09-18Renumber the lang items correctlyAlex Crichton-43/+57
2013-09-18auto merge of #9275 : blake2-ppc/rust/float-from-str, r=thestingerbors-216/+190
2013-09-18auto merge of #9272 : luqmana/rust/esln, r=catamorphismbors-1/+1
2013-09-18auto merge of #9271 : brson/rust/extra-help, r=catamorphismbors-1/+1
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-137/+55
2013-09-18auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichtonbors-10/+21
2013-09-18auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brsonbors-0/+40
2013-09-18auto merge of #9248 : DanRosenwasser/rust/master, r=alexcrichtonbors-0/+46
2013-09-17auto merge of #9281 : brson/rust/multistring, r=alexcrichtonbors-2/+2
2013-09-18remove useless `rust_main` wrapperDaniel Micay-27/+1
2013-09-17std: Fix an invalid read in from_c_multistringBrian Anderson-2/+2
2013-09-18std::borrow: Use raw pointer comparison for `ref_eq`blake2-ppc-1/+15
2013-09-17extra: minor cleanup of Zero and Default syntax extensionErick Tryzelaar-10/+6
2013-09-17Added support for a `\0` escape sequence.Daniel Rosenwasser-0/+46
2013-09-17Document a few undocumented modules in libstdAlex Crichton-51/+336
2013-09-17auto merge of #9133 : dcrewi/rust/bigint-random-range, r=huonwbors-2/+140
2013-09-17std: Remove Option.or_{default,zero}Erick Tryzelaar-19/+1
2013-09-18fix compilation errors of mips targetJyun-Yan You-27/+140
2013-09-18std: Remove {float,f64,f32}::from_str in favor of from_strblake2-ppc-216/+190
2013-09-17Generate random big integers within a rangeDavid Creswick-2/+140
2013-09-17librustc: Respect #[link_name] on extern statics. Fixes #9270Luqman Aden-1/+1
2013-09-17Add an extra line before the "Additional Help" in rustc's --help outputBrian Anderson-1/+1
2013-09-17Ignore a test which is blocking a snapshotAlex Crichton-0/+1
2013-09-17auto merge of #9257 : alexcrichton/rust/better-address-insignificant, r=thest...bors-5/+67
2013-09-17pp: also print bounds in paths with no generic paramsBenjamin Herr-9/+20
2013-09-17auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestingerbors-231/+1444
2013-09-17pp: typo in commentBenjamin Herr-1/+1
2013-09-17auto merge of #9256 : thestinger/rust/drop, r=alexcrichtonbors-28/+8
2013-09-17Prevent a rare linkage issue with an xcrate staticAlex Crichton-5/+67
2013-09-17std: fix win32 build issue re: multistring parsingJeff Olson-1/+1