Skip to content
Permalink
Branch: ffi-generics
Commits on Sep 16, 2015
  1. ffi-generics

    vadimcn committed Sep 16, 2015
Commits on Aug 31, 2015
  1. Auto merge of rust-lang#28007 - Ms2ger:FnKind, r=nrc

    bors committed Aug 31, 2015
    There is no longer a need for that pattern, since enums are now qualified.
Commits on Aug 30, 2015
  1. Auto merge of rust-lang#27983 - barosl:respect-color, r=nrc

    bors committed Aug 30, 2015
    Currently, `early_error` and `early_warn` in `librustc::session` always use `ColorConfig::Auto`. Modify them to follow the color configuration set by the `--color` option.
    
    As colored output is also printed during the early stage, parsing the `--color` option should be done as early as possible. However, there are still some cases when the output needs to be colored before knowing the exact color settings. In these cases, it will be defaulted to `ColorConfig::Auto`, which is the same as before.
    
    Fixes rust-lang#27879.
  2. fix compilation with RUST_LOG=rustc::middle::traits

    Ariel Ben-Yehuda
    Ariel Ben-Yehuda committed Aug 30, 2015
  3. Auto merge of rust-lang#27588 - cesarb:read_all, r=alexcrichton

    bors committed Aug 30, 2015
    This implements the proposed "read_exact" RFC (rust-lang/rfcs#980).
    
    Tracking issue: rust-lang#27585
Commits on Aug 29, 2015
  1. Auto merge of rust-lang#28077 - jonas-schievink:attr-gateage, r=huonw

    bors committed Aug 29, 2015
    This allows marking attributes as whitelisted/crate-only independent of
    their feature gate status.
    
    Closes rust-lang#24213
  2. add diagnostics for E0281

    AlisdairO committed Aug 15, 2015
  3. Handle gateage of built-in attributes seperately

    jonas-schievink committed Aug 28, 2015
    This allows marking attributes as whitelisted/crate-only independent of
    their feature gate status.
    
    Closes rust-lang#24213
  4. Auto merge of rust-lang#28080 - huonw:travis++, r=alexcrichton

    bors committed Aug 29, 2015
    It is very difficult to find tidy problems in the midst of the output of
    the LLVM/jemalloc/etc. build, and travis is great for the former, so
    lets remove that problem.
  5. Run tidy by itself on travis.

    huonw committed Aug 29, 2015
    It is very difficult to find tidy problems in the midst of the output of
    the LLVM/jemalloc/etc. build, and travis is great for the former, so
    lets remove that problem.
  6. Auto merge of rust-lang#28042 - Jake-Shadle:master, r=steveklabnik

    bors committed Aug 29, 2015
    Encountered an issue with `pacman` while going through the guide for installing the `mingw` toolchain on Windows with `msys2`, after some googling I found the [solution](msys2/MSYS2-packages#163 (comment)).
    
    I thought it would be good to update the README so people don't get frustrated. 😃 
    
    r? @steveklabnik
Commits on Aug 28, 2015
  1. Auto merge of rust-lang#28068 - apasel422:debug-builders, r=sfackler

    bors committed Aug 28, 2015
    This appears to have been an oversight, as the structs are stable but only nameable through `core::fmt`.
  2. Fix typo in loops.md

    mdchoate committed Aug 28, 2015
  3. Update README.md

    Jake Shadle
    Jake Shadle committed Aug 28, 2015
    Use suggested composite command instead of 2 separate commands.
Older
You can’t perform that action at this time.