about summary refs log tree commit diff
path: root/src/libgreen
AgeCommit message (Expand)AuthorLines
2014-10-02Test fixes from the rollupAlex Crichton-2/+2
2014-10-01Remove all use of librustuvAaron Turon-86/+1
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-13/+9
2014-09-30librustc: Fix up mutability in method autoderefs if incorrect, andPatrick Walton-1/+1
2014-09-30Fix libgreenSteven Fackler-13/+9
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-2/+2
2014-09-16Fallout from renamingAaron Turon-7/+7
2014-09-09Remove some test warnings.Jonas Hietala-0/+1
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-19/+19
2014-08-28Fallout from stabilizing core::optionAaron Turon-19/+19
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+4
2014-08-26DST coercions and DST structsNick Cameron-1/+1
2014-08-20Stage #[repr(packed)] in std::rtCorey Richardson-7/+8
2014-08-20libgreen: use FFI-safe typesCorey Richardson-30/+33
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-08-13Fix various fallout from timer changesBrian Anderson-1/+2
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-5/+5
2014-08-07Rename `Share` to `Sync`Alex Crichton-5/+5
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-13/+31
2014-08-05Renamed `record_stack_bounds` for clarity.Vadim Chugunov-2/+2
2014-08-04libnative should not mess with stack limits in the TIB. Only libgreen has a ...Vadim Chugunov-2/+2
2014-08-04Ensure that Registers struct is 16-byte aligned on x86_64.Vadim Chugunov-11/+29
2014-08-04stabilize atomics (now atomic)Aaron Turon-14/+14
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-1/+5
2014-07-30green: Prevent runtime corruption on spawn failureAlex Crichton-3/+18
2014-07-30rustrt: Allow dropping a brand-new TaskAlex Crichton-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+5
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-34/+42
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+1
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-2/+2
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-12auto merge of #15588 : alexcrichton/rust/issue-15478, r=cmrbors-11/+13
2014-07-11std: Move MemoryMap fields to methodsAlex Crichton-11/+13
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10Document event_loop_factory usageRobert Clipsham-1/+10
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-5/+5
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-21/+21
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-20/+20
2014-06-28Rename all raw pointers as necessaryAlex Crichton-20/+20
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brsonbors-3/+3
2014-06-26rustrt: Reorganize task usageAlex Crichton-3/+3
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5