about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-207/+626
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-1120/+1926
2014-08-14auto merge of #16122 : pcwalton/rust/lifetimes-in-unboxed-closures, r=pnkfelixbors-298/+835
2014-08-14librustc: Tie up loose ends in unboxed closures.Patrick Walton-298/+835
2014-08-14auto merge of #16484 : dotdash/rust/empty_struct_wrapper_arg, r=luqmanabors-0/+23
2014-08-14auto merge of #16470 : liigo/rust/rename-private-cmp-macros, r=brsonbors-8/+8
2014-08-14auto merge of #16444 : steveklabnik/rust/fix_boxes_in_manual, r=brsonbors-1/+1
2014-08-14auto merge of #16440 : bheesham/rust/master, r=brsonbors-11/+11
2014-08-14auto merge of #16428 : mdinger/rust/sort_attributes, r=cmrbors-112/+144
2014-08-14auto merge of #16332 : brson/rust/slicestab, r=aturonbors-210/+450
2014-08-14auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichtonbors-72/+254
2014-08-14auto merge of #16477 : pnkfelix/rust/fsk-quotstx, r=brsonbors-31/+474
2014-08-13librustc: Parse, but do not fully turn on, the `ref` keyword forPatrick Walton-72/+254
2014-08-13Fix test falloutBrian Anderson-10/+10
2014-08-13auto merge of #15934 : brson/rust/dur, r=aturonbors-79/+867
2014-08-13Address some review feedbackBrian Anderson-14/+12
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-28/+28
2014-08-13core: Put stability attributes all over the slice moduleBrian Anderson-0/+74
2014-08-13Fix test falloutBrian Anderson-3/+4
2014-08-14Fix handling of ignored arguments in FFI wrappers for rust functionsBjörn Steinbrink-0/+23
2014-08-13Sort `Marker types` and add missing language itemsmdinger-22/+54
2014-08-13auto merge of #16438 : phi-gamma/rust/doc-fixes, r=brsonbors-3/+3
2014-08-13auto merge of #16476 : andreastt/rust/ato/consistency_if_expr_example, r=stev...bors-1/+1
2014-08-13Add a fixme about Duration representationBrian Anderson-0/+2
2014-08-13Update docsBrian Anderson-2/+5
2014-08-13std: Fix build errorsBrian Anderson-3/+3
2014-08-13std: Remove Duration::new/new_opt/to_tupleBrian Anderson-37/+0
2014-08-13std: Improve Duration commentsBrian Anderson-17/+2
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-12/+27
2014-08-13Fix various fallout from timer changesBrian Anderson-19/+35
2014-08-13Fix compiletest to use DurationBrian Anderson-1/+2
2014-08-13std: Refactor time module a bitBrian Anderson-15/+30
2014-08-13std: connect_timeout requires a positive DurationBrian Anderson-9/+27
2014-08-13std: Make the TCP/UDP connect_timeout methods take DurationBrian Anderson-16/+24
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-31/+111
2014-08-13std: Restore missing timer examplesBrian Anderson-0/+52
2014-08-13std: Remove the `zero` constructor from `Duration`Brian Anderson-6/+0
2014-08-13std: Remove ms-taking methods from timersBrian Anderson-172/+49
2014-08-13std: Change time::MAX to time::MAX_DURATION, etc.Brian Anderson-15/+15
2014-08-13std: Update Duration from upstreamBrian Anderson-100/+328
2014-08-13std: Add comments to the time moduleBrian Anderson-1/+16
2014-08-13std: Add sleep, oneshot and periodic timers, taking DurationBrian Anderson-0/+97
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-57/+58
2014-08-13std: Add a Duration typeBrian Anderson-0/+417
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-47/+186
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-9/+9
2014-08-13collections: Deprecate Vec::tailn. Same as slice_fromBrian Anderson-1/+2
2014-08-13core: Rename MutableCloneableSlice::copy_from to clone_from_sliceBrian Anderson-2/+8
2014-08-13core: Deprecate ImmutableSlice::tailn and initnBrian Anderson-0/+4
2014-08-13core: Rename ImmutableSlice::unsafe_ref to unsafe_getBrian Anderson-11/+23