| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-31 | auto merge of #5649 : thestinger/rust/lib, r=brson | bors | -4/+4 | |
| There's no reason to make them executable, and this throws a warning with the Arch Linux package lint tool (namcap) for .a files. | ||||
| 2013-03-31 | install.mk: use INSTALL_LIB for all libraries | Daniel Micay | -4/+4 | |
| There's no reason to make them executable, and this throws a warning with the Arch Linux package lint tool (namcap) for .a files. | ||||
| 2013-03-31 | mark the assembly object stacks as non-executable | Daniel Micay | -5/+3 | |
| Closes #5643 This also removes the need to pass noexecstack to gcc, but that wasn't actually working anymore. | ||||
| 2013-03-25 | Merge remote-tracking branch 'brson/rt' | Brian Anderson | -3/+11 | |
| Conflicts: src/libcore/rt/context.rs src/libcore/rt/sched.rs src/libcore/rt/thread.rs src/libcore/rt/uv.rs | ||||
| 2013-03-21 | stop installing empty .so files | Daniel Micay | -10/+0 | |
| Closes #4468 | ||||
| 2013-03-19 | auto merge of #5350 : yichoi/rust/pull-0313-2, r=graydon,pcwalton | bors | -35/+35 | |
| FIX #5330 rename arm-unknown-android to arm-linux-androideabi | ||||
| 2013-03-18 | mk: If NO_REBUILD is set then don't rebuild core/std before testing | Brian Anderson | -3/+11 | |
| Can make turnaround of testing changes to core/std/syntax much faster. | ||||
| 2013-03-14 | auto merge of #5355 : yichoi/rust/pull-0314, r=graydon | bors | -1/+1 | |
| ar in rt.mk should be desinated by target-triples. lt has been worked on linux but failed on mac | ||||
| 2013-03-14 | mk: rt.mk ar desinated by target-triples | Young-il Choi | -1/+1 | |
| 2013-03-13 | mk: target triple rename arm-unknown-android->arm-linux-androideabi | Young-il Choi | -35/+35 | |
| 2013-03-12 | Disable debuginfo tests on mac since gdb requires root | Brian Anderson | -0/+4 | |
| 2013-03-08 | mk: cleanup - minor fixes for android check | ILyoan | -2/+2 | |
| 2013-03-06 | mk: Cleanup. Minor fixes | Brian Anderson | -135/+127 | |
| 2013-03-05 | mk: --android-cross-path to rustc | Young-il Choi | -0/+1 | |
| 2013-03-04 | mk: install/uninstall for multiple target | Young-il Choi | -2/+22 | |
| 2013-03-04 | mk: platform.mk typo UNIXY | Young-il Choi | -8/+8 | |
| 2013-03-04 | mk: platform.mk more flags added | Young-il Choi | -8/+30 | |
| 2013-03-04 | mk: Restore toolchain config for i386 mac/linux, and freebsd | Brian Anderson | -0/+39 | |
| Conflicts: mk/platform.mk | ||||
| 2013-03-04 | mk: rt.mk fix for libuv cross compile | Young-il Choi | -4/+4 | |
| 2013-03-02 | mk: cleanup - lib and executable suffix handling | Young-il Choi | -314/+329 | |
| 2013-03-02 | mk: Cross-compile fixes | Brian Anderson | -46/+46 | |
| 2013-03-02 | mk: mingw32 fix | Young-il Choi | -3/+3 | |
| 2013-03-01 | mk: mingw32 flags added | Young-il Choi | -62/+69 | |
| 2013-02-27 | mk: rewrite make files | Young-il Choi | -282/+297 | |
| 2013-02-21 | mk: Refactor platform.mk a bit | Brian Anderson | -81/+77 | |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -104/+122 | |
| For cross compiling to targets that don't want to build a compiler | ||||
| 2013-02-19 | Attempt to solve make check test ambiguity betwen crate 'rust' and ↵ | Marvin Löbel | -4/+4 | |
| extratected doc 'rust' | ||||
| 2013-02-18 | Added rust convenience tool similar to go's go tool | Marvin Löbel | -2/+57 | |
| 2013-02-15 | Rename cargo to rustpkg and start over fresh | Zack Corr | -33/+33 | |
| 2013-02-14 | move isaac RNG utility functions to new rust_rng.cpp file | Chris Peterson | -0/+1 | |
| 2013-02-12 | auto merge of #4876 : brson/rust/debuginfo, r=brson | bors | -3/+31 | |
| Update of #4862 | ||||
| 2013-02-10 | mk: Run debuginfo tests by default, but only if gdb is available | Brian Anderson | -1/+19 | |
| 2013-02-10 | mk: Typo | Brian Anderson | -1/+1 | |
| 2013-02-10 | build: add link flag for freebsd libuv build | Jeff Olson | -0/+4 | |
| 2013-02-10 | build: change libuv to point at joyent's repo and make unpatched build libuv ↵ | Jeff Olson | -2/+2 | |
| work on mingw | ||||
| 2013-02-10 | build: ifdef for mingw/non-mingw builds | Jeff Olson | -5/+8 | |
| 2013-02-10 | build: tweak rt.mk, as per graydon.. CFLAGS had to stay | Jeff Olson | -7/+8 | |
| 2013-02-10 | etc: rework of how libuv is integrated into the build | Jeff Olson | -7156/+6 | |
| - thanks to work in libuv's upstream, we can call libuv's Makefile directly with parameters, instead of descending in gyp-uv madness and generating our own. | ||||
| 2013-02-09 | Add debug info tests | Brian Leibig | -2/+12 | |
| 2013-02-07 | Merge pull request #4619 from brson/exchange | Brian Anderson | -0/+1 | |
| Some work on freestanding Rust: foreign calls, exchange allocator | ||||
| 2013-02-07 | auto merge of #4814 : brson/rust/check, r=nikomatsakis | bors | -690/+345 | |
| r? @nikomatsakis The third commit here is the one that makes the test suite remember which steps have completed successfully. | ||||
| 2013-02-06 | doc: improvements to version-stamp makefile logic. | Graydon Hoare | -4/+6 | |
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -0/+1 | |
| 2013-02-06 | Make foreign calls work outside of tasks. #4451 | Brian Anderson | -3/+0 | |
| 2013-02-06 | mk: Add output files to tests so they don't rerun unnecessarily | Brian Anderson | -15/+29 | |
| 2013-02-05 | mk: Don't check core/std/rustc as part of check-fast | Brian Anderson | -3/+0 | |
| When debugging check-fast it's annoying to wait through core/std | ||||
| 2013-02-05 | mk: Parameterize tests.mk to the max | Brian Anderson | -687/+331 | |
| 2013-02-01 | rt: Remove circular_buffer | Brian Anderson | -1/+0 | |
| 2013-02-01 | rt: Remove ports | Brian Anderson | -2/+0 | |
| 2013-01-31 | mk: Remove USE_SNAPSHOT_RT, etc. Obsolete. #4713 r=graydon | Brian Anderson | -125/+0 | |
