]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-09-28 Brian KoropoffCorrectly populate trait impl map when checking for...
2014-09-27 borsauto merge of #17511 : MatejLach/rust/iter_guide_typo...
2014-09-27 borsauto merge of #17515 : mbrubeck/rust/patch-1, r=alexcri...
2014-09-27 borsauto merge of #17512 : nodakai/rust/fix-ptr-guide,...
2014-09-27 borsauto merge of #17469 : sfackler/rust/into-result, r...
2014-09-27 borsauto merge of #17506 : sfackler/rust/cfg-attr, r=alexcr...
2014-09-26 borsauto merge of #17464 : pcwalton/rust/inherent-methods...
2014-09-26 Patrick Waltonlibrustc: Give trait methods accessible via fewer autod...
2014-09-26 Steven FacklerAdd Option::{ok_or, ok_or_else}
2014-09-26 borsauto merge of #17494 : aturon/rust/stabilize-mutable...
2014-09-26 borsauto merge of #17549 : brson/rust/morewinfail, r=alexcr...
2014-09-26 Brian AndersonIgnore two I/O tests that are failing on the win32 bot
2014-09-26 borsauto merge of #17504 : danburkert/rust/tuple-serializat...
2014-09-26 Aaron TuronAdd tests for new _mut variants
2014-09-26 Aaron TuronFallout from deprecation
2014-09-26 Aaron TuronStabilize mutable slice API
2014-09-26 borsauto merge of #17495 : alexcrichton/rust/snapshots...
2014-09-25 borsauto merge of #17466 : nikomatsakis/rust/oibt, r=pcwalton
2014-09-25 Niko MatsakisFix various places that were affected by adding core...
2014-09-25 borsauto merge of #17482 : hoeppnertill/rust/master, r...
2014-09-25 borsauto merge of #17455 : steveklabnik/rust/document_defau...
2014-09-25 Matej LachCorrect tense
2014-09-25 borsauto merge of #17498 : coyotebush/rust/iter-doc, r...
2014-09-25 Till HoeppnerAdd partial_min/max to libcore/cmp
2014-09-25 borsauto merge of #17497 : nodakai/rust/libnative-misc...
2014-09-25 Niko MatsakisRemove as much of TypeContents as I can -- unfortunatel...
2014-09-25 Niko MatsakisMove checking of whether fields are Sized or not into...
2014-09-25 Niko MatsakisRemove the last redundant check from kindck, and then...
2014-09-25 Niko MatsakisMove checks for closure bounds out of kind.rs
2014-09-25 Niko MatsakisRemove redundant local variable checks.
2014-09-25 Niko MatsakisRemove checks that are already being done during typeck
2014-09-25 Niko MatsakisMove unsafe destructor check from kind.rs into wf.rs
2014-09-25 Niko MatsakisIntegrate caching of results. Measurements show approx...
2014-09-25 Niko MatsakisIntegrate builtin bounds fully into the trait checker
2014-09-25 borsauto merge of #17492 : alexcrichton/rust/issue-16274...
2014-09-25 borsauto merge of #17428 : fhahn/rust/issue-16114-rename...
2014-09-25 borsauto merge of #17378 : Gankro/rust/hashmap-entry, r...
2014-09-25 Alexis Beingessnerhandling fallout from entry api
2014-09-25 Alexis Beingessnerimplement entry API for HashMap
2014-09-25 Steve KlabnikBeef up Default documentation
2014-09-24 Florian HahnRename `begin_unwind_string` to `fail_str`, refs #16114
2014-09-24 Florian HahnRename `fail_` lang item to `fail`, closes #16114
2014-09-24 Florian HahnRename `core::failure::begin_unwind` to `fail_impl...
2014-09-24 Florian HahnRename `begin_unwind` lang item to `fail_fmt`, refs...
2014-09-24 borsauto merge of #17410 : jakub-/rust/dead-code, r=alexcri...
2014-09-24 Jakub WieczorekRemove dead code from librustc
2014-09-24 Jakub WieczorekRemove unused enum variants
2014-09-24 Jakub WieczorekUse more descriptive names in dead code messages
2014-09-24 Jakub WieczorekAdd detection of unused enum variants
2014-09-24 borsauto merge of #17477 : vhbit/rust/ios-deprecation-fix...
2014-09-24 Matt BrubeckFix typo in unsafe guide (s/xlibrary/library)
2014-09-24 borsauto merge of #17472 : kaseyc/rust/ICE_fix, r=aturon
2014-09-24 borsauto merge of #17438 : alexcrichton/rust/string-stable...
2014-09-24 NODA, Kaiguide-pointers.md: C sample code should match the Rust...
2014-09-24 Matej LachCorrect typo in the Iterator adapters section
2014-09-24 borsauto merge of #17471 : vadimcn/rust/link-libgcc, r...
2014-09-24 borsauto merge of #17463 : oskchaitanya/rust/master, r...
2014-09-24 borsauto merge of #17459 : dradtke/rust/master, r=brson
2014-09-24 Steven FacklerFix rebase fallout
2014-09-24 Steven FacklerDeprecate `#[ignore(cfg(...))]`
2014-09-24 Steven FacklerAdd a cfg_attr syntax extension
2014-09-24 Dan Burkertuse emit_tuple_arg while serializing tuples
2014-09-24 borsauto merge of #17449 : mcoffin/rust/master, r=alexcrichton
2014-09-24 Corey FordFix iterator doc
2014-09-24 borsauto merge of #17248 : jbcrail/rust/fix-rational-roundi...
2014-09-24 NODA, Kailiblibc and libnative: send() should use const buffers.
2014-09-24 Alex CrichtonDeal with the fallout of string stabilization
2014-09-24 Alex CrichtonRegister new snapshots
2014-09-24 NODA, Kailibnative/io: datasync() wrongly called fsync().
2014-09-24 Joseph CrailFix regression and overflow bug for rationals.
2014-09-23 Alex Crichtonrustdoc: Don't try to inline the crate root
2014-09-23 Alex Crichtonrustdoc: Prevent infinite recursion when inlining
2014-09-23 borsauto merge of #17402 : steveklabnik/rust/update_manual...
2014-09-23 borsauto merge of #17366 : ohazi/rust/master, r=steveklabnik
2014-09-23 Kasey CarrothersCleanup the check_null function.
2014-09-23 borsauto merge of #17413 : jakub-/rust/issue-17385, r=pcwalton
2014-09-23 Valerii HioraFixed: iOS build was broken because of deprecated APIs
2014-09-23 borsauto merge of #17028 : pcwalton/rust/higher-rank-trait...
2014-09-23 borsauto merge of #17456 : alfie/rust/master, r=steveklabnik
2014-09-23 borsauto merge of #17446 : steveklabnik/rust/gh17445, r...
2014-09-23 Kasey CarrothersCheck for null bytes before calling with_c_str on link_...
2014-09-23 borsauto merge of #17443 : alexcrichton/rust/issue-17442...
2014-09-23 borsauto merge of #17401 : pcwalton/rust/private-items...
2014-09-23 Patrick Waltonlibrustc: Parse and resolve higher-rank lifetimes in...
2014-09-23 Patrick Waltonlibrustc: Forbid private types in public APIs.
2014-09-23 borsauto merge of #17432 : nick29581/rust/contrib, r=brson
2014-09-23 O S K Chaitanyacollapse setting and exporting RUST_BENCH into one...
2014-09-23 O S K ChaitanyaUse locale 'C' for running tests. Closes #17423
2014-09-22 borsauto merge of #17286 : vberger/rust/deprecated_in_macro...
2014-09-22 Vadim ChugunovLink libgcc statically on Win64.
2014-09-22 Damien RadtkeAdd cargo.vim compiler file.
2014-09-22 borsauto merge of #17408 : bkoropoff/rust/bot-ice, r=alexcr...
2014-09-22 Steve Klabnikclean up some references to 'owned'
2014-09-22 Steve Klabnikvectors are not in the language
2014-09-22 Steve Klabnikdie 'managed'
2014-09-22 Steve Klabniklogging is an external crate
2014-09-22 Steve Klabnikno it won't
2014-09-22 Steve Klabnikruntime has no C++
2014-09-22 Steve KlabnikRemove lies about task scheduling
2014-09-22 Steve KlabnikFix terminology around boxes
next