| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -71/+70 | |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -3/+3 | |
| Hi there, Really enjoying Rust. Noticed a few typos so I searched around for a few more--here's some fixes. Ran `make check` and got `summary of 24 test runs: 4868 passed; 0 failed; 330 ignored`. Thanks! Sean | ||||
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -14/+15 | |
| 2013-05-09 | Fix typos | Sean Moon | -3/+3 | |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -2/+2 | |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -39/+35 | |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -2/+0 | |
| 2013-04-19 | std: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -56/+50 | |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -2/+1 | |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -3/+3 | |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ↵ | Huon Wilson | -6/+6 | |
| pub mod or pub fn). | ||||
| 2013-04-14 | std: remove unused unsafe blocks/functions | Alex Crichton | -6/+6 | |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -16/+16 | |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+5 | |
| 2013-03-25 | Merge remote-tracking branch 'brson/rt' | Brian Anderson | -0/+1919 | |
| Conflicts: src/libcore/rt/context.rs src/libcore/rt/sched.rs src/libcore/rt/thread.rs src/libcore/rt/uv.rs | ||||
| 2013-03-18 | core: Simplify uvll bindings and strip out currently-unused bits | Brian Anderson | -18/+0 | |
| No more mapping uv structs to Rust structs | ||||
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -0/+1939 | |
| I intend to do some big refactoring and don't want to deal w/ std just now | ||||
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -1923/+0 | |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -2/+4 | |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -16/+16 | |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. ↵ | Patrick Walton | -3/+6 | |
| rs=deexterning | ||||
| 2013-03-07 | libstd: Remove `extern mod { ... }` from libstd. rs=deexterning | Patrick Walton | -138/+146 | |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -1/+13 | |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -1/+2 | |
| Also touch up use of 'pub' and move some tests around so the tested functions don't have to be 'pub' | ||||
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 | |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -1/+0 | |
| 2013-02-14 | fix bug in uv_ll tests uncovered by not zeroing | Daniel Micay | -3/+3 | |
| 2013-02-11 | std: Fix uv_tcp_t size on i686-apple-darwin | Brian Anderson | -19/+66 | |
| 2013-02-10 | std: fix libuv structs on macos | Jeff Olson | -2/+35 | |
| 2013-02-10 | rt/std: update of libuv API glue for libuv submodule update | Jeff Olson | -120/+95 | |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -5/+5 | |
| 2013-02-04 | std: Stamp out structural records | Tim Chevalier | -1/+1 | |
| See #4665 | ||||
| 2013-01-29 | std: Stop using oldcomm | Brian Anderson | -29/+30 | |
| 2013-01-24 | std: Mop up Mac/Linux breakage | Tim Chevalier | -2/+2 | |
| 2013-01-24 | std: Fix broken Windows function | Tim Chevalier | -1/+1 | |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -188/+243 | |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -382/+413 | |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -0/+15 | |
| Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs | ||||
| 2013-01-11 | libstd: Fix std test. rs=busted | Patrick Walton | -82/+105 | |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -94/+109 | |
| 2013-01-09 | std: fix net::tcp::test fallout from 2db3abd harder | Graydon Hoare | -0/+2 | |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -0/+8 | |
| module scope. r=tjc | ||||
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the ↵ | Patrick Walton | -8/+0 | |
| nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -0/+8 | |
| module scope. r=tjc | ||||
| 2012-12-28 | libstd: Fix tests. rs=bustage | Patrick Walton | -11/+19 | |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -2/+8 | |
| contain at least two components. r=graydon | ||||
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -19/+18 | |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-10-20 | std: Shuffle around test ports some more | Brian Anderson | -1/+1 | |
| 2012-10-20 | uv: implement a way to get client's ip/port. | Luqman Aden | -0/+22 | |
