about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-08-30Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini-1/+1
2018-08-30Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAusPietro Albini-0/+21
2018-08-30Made std::intrinsics::transmute() const fn.thedarkula-0/+22
2018-08-30fix u32 steps_between for 16-bit systemsAndre Bogus-0/+23
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-08-29Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obkbors-0/+8
2018-08-28Add partialeq implementation for TryFromIntError typeGuillaume Gomez-0/+21
2018-08-28restructure unary_op to also dispatch on type first; fix promotion with unary...Ralf Jung-0/+8
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-4/+4
2018-08-26fix `is_non_exhaustive` confusion between structs and enumsAriel Ben-Yehuda-0/+29
2018-08-25Update Cargo submoduleAlex Crichton-2/+2
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-1/+50
2018-08-24Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkovkennytm-0/+49
2018-08-24Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppekennytm-1/+1
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+0
2018-08-23Prefer `.nth(n)` over `.skip(n).next()`.Corey Farwell-1/+1
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-12/+34
2018-08-23move PinBox into pin module and export through stdNiv Kaminer-2/+2
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-2/+2
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-1/+0
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-6/+6
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-10/+10
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-18/+19
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-6/+6
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-10/+10
2018-08-21Further fixes.Kyle Simpson-1/+1
2018-08-21Fixes for code review.Kyle Simpson-3/+8
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-13/+0
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-6/+6
2018-08-19Rename `catch_expr` feature to `try_blocks`Scott McMurray-2/+2
2018-08-19Parse try blocks with the try keyword instead of do catch placeholderScott McMurray-10/+14
2018-08-19Add `try` to syntax_pos as an edition-2018-only keywordScott McMurray-0/+18
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-2/+3
2018-08-19Fix typos found by codespell.Matthias Krüger-10/+10
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-0/+98
2018-08-18Auto merge of #53324 - alexreg:self_in_typedefs, r=eddybbors-0/+40
2018-08-18Added tests.Alexander Regueiro-0/+40
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-56/+51
2018-08-17Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkorCorey Farwell-1/+1
2018-08-17Fix undesirable falloutVadim Petrochenkov-51/+51
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-5/+0
2018-08-17rustc_resolve: don't allow paths starting with `::crate`.Eduard-Mihai Burtescu-3/+4
2018-08-17rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.Eduard-Mihai Burtescu-1/+8
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-1/+1
2018-08-15Auto merge of #53133 - Zoxc:gen-int, r=eddybbors-0/+35
2018-08-15Auto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakisbors-0/+35
2018-08-14Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichtonkennytm-0/+29
2018-08-14Auto merge of #53335 - eddyb:issue-53333, r=petrochenkovbors-0/+17
2018-08-14rustc_resolve: crates only exist in the type namespace.Eduard-Mihai Burtescu-0/+17