]> git.lizzy.rs Git - rust.git/history - src
librustc: Stop assuming that implementations and traits only contain
[rust.git] / src /
2014-08-14 Patrick Waltonlibrustc: Stop assuming that implementations and traits...
2014-08-14 borsauto merge of #16122 : pcwalton/rust/lifetimes-in-unbox...
2014-08-14 Patrick Waltonlibrustc: Tie up loose ends in unboxed closures.
2014-08-14 borsauto merge of #16484 : dotdash/rust/empty_struct_wrappe...
2014-08-14 borsauto merge of #16470 : liigo/rust/rename-private-cmp...
2014-08-14 borsauto merge of #16444 : steveklabnik/rust/fix_boxes_in_m...
2014-08-14 borsauto merge of #16440 : bheesham/rust/master, r=brson
2014-08-14 borsauto merge of #16428 : mdinger/rust/sort_attributes...
2014-08-14 borsauto merge of #16332 : brson/rust/slicestab, r=aturon
2014-08-14 borsauto merge of #15929 : pcwalton/rust/by-ref-closures...
2014-08-14 borsauto merge of #16477 : pnkfelix/rust/fsk-quotstx, r...
2014-08-14 Patrick Waltonlibrustc: Parse, but do not fully turn on, the `ref...
2014-08-14 Brian AndersonFix test fallout
2014-08-13 borsauto merge of #15934 : brson/rust/dur, r=aturon
2014-08-13 Brian AndersonAddress some review feedback
2014-08-13 Brian Andersoncore: Change the argument order on splitn and rsplitn...
2014-08-13 Brian Andersoncore: Put stability attributes all over the slice module
2014-08-13 Brian AndersonFix test fallout
2014-08-13 Björn SteinbrinkFix handling of ignored arguments in FFI wrappers for...
2014-08-13 mdingerSort `Marker types` and add missing language items
2014-08-13 borsauto merge of #16438 : phi-gamma/rust/doc-fixes, r...
2014-08-13 borsauto merge of #16476 : andreastt/rust/ato/consistency_i...
2014-08-13 Brian AndersonAdd a fixme about Duration representation
2014-08-13 Brian AndersonUpdate docs
2014-08-13 Brian Andersonstd: Fix build errors
2014-08-13 Brian Andersonstd: Remove Duration::new/new_opt/to_tuple
2014-08-13 Brian Andersonstd: Improve Duration comments
2014-08-13 Brian Andersonstd: Make connect_timeout return Err on zero duration
2014-08-13 Brian AndersonFix various fallout from timer changes
2014-08-13 Brian AndersonFix compiletest to use Duration
2014-08-13 Brian Andersonstd: Refactor time module a bit
2014-08-13 Brian Andersonstd: connect_timeout requires a positive Duration
2014-08-13 Brian Andersonstd: Make the TCP/UDP connect_timeout methods take...
2014-08-13 Brian Andersonstd: Clarify what timers do with zero and negative...
2014-08-13 Brian Andersonstd: Restore missing timer examples
2014-08-13 Brian Andersonstd: Remove the `zero` constructor from `Duration`
2014-08-13 Brian Andersonstd: Remove ms-taking methods from timers
2014-08-13 Brian Andersonstd: Change time::MAX to time::MAX_DURATION, etc.
2014-08-13 Brian Andersonstd: Update Duration from upstream
2014-08-13 Brian Andersonstd: Add comments to the time module
2014-08-13 Brian Andersonstd: Add sleep, oneshot and periodic timers, taking...
2014-08-13 Brian Andersonstd: Rename sleep, periodic, and oneshot timers to...
2014-08-13 Brian Andersonstd: Add a Duration type
2014-08-13 Brian Andersoncore: Add binary_search and binary_search_elem methods...
2014-08-13 Brian Andersoncore: Rename ImmutableEqSlice to ImmutablePartialEqSlice
2014-08-13 Brian Andersoncollections: Deprecate Vec::tailn. Same as slice_from
2014-08-13 Brian Andersoncore: Rename MutableCloneableSlice::copy_from to clone_...
2014-08-13 Brian Andersoncore: Deprecate ImmutableSlice::tailn and initn
2014-08-13 Brian Andersoncore: Rename ImmutableSlice::unsafe_ref to unsafe_get
2014-08-13 Brian Andersonstd: Rename slice::Vector to Slice
2014-08-13 Brian Andersonstd: Rename various slice traits for consistency
2014-08-13 Felix S. Klock IIrustc lexer: regression tests for embedded Idents.
2014-08-13 Felix S. Klock IIquote_expr macro: embed Ident using special encoding...
2014-08-13 Andreas TolfsenGuide: Add missing integer type to section on if expres...
2014-08-13 borsauto merge of #16381 : pnkfelix/rust/fsk-rust.md-fixes...
2014-08-13 borsauto merge of #16421 : ipetkov/rust/cmd-fd-fix-retry...
2014-08-13 borsauto merge of #16460 : pcwalton/rust/borrowck-closure...
2014-08-13 Liigo Zhuanglibcore: rename private cmp macros
2014-08-13 borsauto merge of #16458 : pcwalton/rust/borrowck-for-moves...
2014-08-13 Ivan Petkovlibnative: process spawning should not close inherited...
2014-08-13 borsauto merge of #16452 : epdtry/rust/unreachable-item...
2014-08-12 Stuart Pernsteinermore consistent handling of inner items
2014-08-12 Stuart PernsteinerRevert "avoid redundant translation of items during...
2014-08-12 Stuart PernsteinerRevert "don't translate items when monomorphizing forei...
2014-08-12 Patrick Waltonlibrustc: Use the correct categorized mutable type...
2014-08-12 borsauto merge of #16433 : aturon/rust/deprecated-in-crate...
2014-08-12 Patrick Waltonlibrustc: Record unique immutable borrows in the restri...
2014-08-12 Aaron TuronAllow deprecation in deprecated libraries
2014-08-12 Aaron TuronDeprecation fallout in libsync
2014-08-12 Aaron TuronDeprecation fallout in libcollections
2014-08-12 Aaron TuronEnable deprecation lint on crate-local items
2014-08-12 borsauto merge of #16454 : pcwalton/rust/types-in-path...
2014-08-12 Philipp Gesangguide-unsafe.md: fix wording
2014-08-12 borsauto merge of #16081 : luqmana/rust/nr, r=pcwalton
2014-08-12 Patrick Waltonlibsyntax: Don't strip types and lifetimes from single...
2014-08-12 Steve Klabnik~ -> Box in the manual
2014-08-12 borsauto merge of #16434 : vadimcn/rust/many-crates-but...
2014-08-12 borsauto merge of #16425 : nham/rust/fix_nan_format, r...
2014-08-12 Bheesham PersaudMinor changes to `rust.md`, and `guide-ffi.md`.
2014-08-12 Philipp Gesangguide-unsafe.md: fix noun
2014-08-12 Philipp Gesangguide-testing.md: add auxiliary verb
2014-08-12 Philipp Gesangguide-runtime.md: remove redundant verb
2014-08-12 borsauto merge of #16195 : P1start/rust/more-index, r=aturon
2014-08-12 Luqman Adenlibrustc: Don't use an alloca per return if the functio...
2014-08-12 P1startImplement Index for TrieMap
2014-08-12 P1startImplement Index for SmallIntMap
2014-08-12 P1startImplement Index for TreeMap
2014-08-12 P1startImplement Index for HashMap
2014-08-12 P1startImplement Index for RingBuf
2014-08-12 borsauto merge of #16284 : alexcrichton/rust/issue-16272...
2014-08-12 nhamChange std::fmt::{Float,LowerExp,UpperExp} to not print...
2014-08-12 Luqman Adenlibrustc: Don't use Load/Store for structural values.
2014-08-12 Luqman Adenlibrustc: Don't allow return_address intrinsic in funct...
2014-08-12 Patrick Waltonlibrustc: Add an intrinsic to retrieve the return point...
2014-08-12 Luqman AdenReenable ignored test and add run-pass test.
2014-08-12 Luqman Adenlibrustc: Use separate stack slot for each return.
2014-08-12 Vadim ChugunovFix many-crates-but-no-match test. (Issue #16348)
2014-08-12 borsauto merge of #16417 : jasonthompson/rust/docs/slice3...
2014-08-11 borsauto merge of #16427 : brson/rust/https, r=thestinger
2014-08-11 borsauto merge of #16429 : steveklabnik/rust/guide_vectors...
next