Branch: ffi-generics
-
vadimcn committed
Sep 16, 2015
-
Auto merge of rust-lang#28103 - GuillaumeGomez:fix-intrinsic, r=huonw
bors committedAug 31, 2015 Fixes rust-lang#28062
-
Auto merge of rust-lang#28007 - Ms2ger:FnKind, r=nrc
bors committedAug 31, 2015 There is no longer a need for that pattern, since enums are now qualified.
-
Auto merge of rust-lang#27983 - barosl:respect-color, r=nrc
bors committedAug 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.
-
Auto merge of rust-lang#28106 - marcusklaas:continue, r=eddyb
bors committedAug 30, 2015 Fixes rust-lang#28105.
-
Assign correct span to continue expression
marcusklaas committedAug 30, 2015 Fixes rust-lang#28105.
-
Auto merge of rust-lang#28102 - arielb1:fix-log-again, r=eddyb
bors committedAug 30, 2015 r? @eddyb
-
fix compilation with RUST_LOG=rustc::middle::traits
Ariel Ben-Yehuda committedAug 30, 2015 -
Auto merge of rust-lang#28097 - tbu-:pr_macro_to_const_fn, r=eddyb
bors committedAug 30, 2015 -
Make a macro a const fn and remove outdated NB
tbu- committedAug 30, 2015 -
Add compile-fail test for E0444
GuillaumeGomez committedAug 30, 2015 -
Add E0444 error code explanation
GuillaumeGomez committedAug 30, 2015 -
Add checkup on number of arguments
GuillaumeGomez committedAug 30, 2015 -
Auto merge of rust-lang#27588 - cesarb:read_all, r=alexcrichton
bors committedAug 30, 2015 This implements the proposed "read_exact" RFC (rust-lang/rfcs#980). Tracking issue: rust-lang#27585
-
Auto merge of rust-lang#28087 - AlisdairO:diagnostics122, r=arielb1
bors committedAug 30, 2015 As title :-) Part of rust-lang#24407. r? @Manishearth
-
Auto merge of rust-lang#28086 - AlisdairO:diagnostics281, r=arielb1
bors committedAug 30, 2015 As title :-) Part of rust-lang#24407. r? @Manishearth
-
Auto merge of rust-lang#28077 - jonas-schievink:attr-gateage, r=huonw
bors committedAug 29, 2015 This allows marking attributes as whitelisted/crate-only independent of their feature gate status. Closes rust-lang#24213
-
Auto merge of rust-lang#28090 - mystor:derive-unsafe-trait, r=Manishe…
bors committedAug 29, 2015 …arth
-
Allow #[derive()] to generate unsafe trait impls
mystor committedAug 29, 2015 -
add long diagnostics for E0122
AlisdairO committedAug 29, 2015 -
AlisdairO committed
Aug 15, 2015 -
Handle gateage of built-in attributes seperately
jonas-schievink committedAug 28, 2015 This allows marking attributes as whitelisted/crate-only independent of their feature gate status. Closes rust-lang#24213
-
Auto merge of rust-lang#28080 - huonw:travis++, r=alexcrichton
bors committedAug 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.
-
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.
-
Auto merge of rust-lang#28078 - apasel422:patch-1, r=alexcrichton
bors committedAug 29, 2015 -
Auto merge of rust-lang#28070 - mdchoate:patch-1, r=alexcrichton
bors committedAug 29, 2015 -
Remove superfluous line from Nomicon
apasel422 committedAug 29, 2015 -
Auto merge of rust-lang#28042 - Jake-Shadle:master, r=steveklabnik
bors committedAug 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 -
Auto merge of rust-lang#28043 - apasel422:rfc-1194, r=alexcrichton
bors committedAug 29, 2015
-
Auto merge of rust-lang#27900 - SimonSapin:Chars_as_str, r=alexcrichton
bors committedAug 28, 2015 See rust-lang#27775. r? @alexcrichton
-
Auto merge of rust-lang#28068 - apasel422:debug-builders, r=sfackler
bors committedAug 28, 2015 This appears to have been an oversight, as the structs are stable but only nameable through `core::fmt`.
-
Add .as_str() to str::Chars and str::CharIndices. See rust-lang#27775.
SimonSapin committedAug 19, 2015 -
Auto merge of rust-lang#28067 - apasel422:issue-20803, r=alexcrichton
bors committedAug 28, 2015 closes rust-lang#20803
-
mdchoate committed
Aug 28, 2015 -
Jake Shadle committed
Aug 28, 2015 Use suggested composite command instead of 2 separate commands.