about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-01-04Replace BlockAndBuilder with Builder.Mark Simulacrum-2/+2
2017-01-04Auto merge of #38670 - dotdash:transmute_align, r=eddybbors-0/+31
2017-01-04Don't leak the compiler's internal representation of scopes in error messages.Eduard-Mihai Burtescu-0/+58
2017-01-03Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiynbors-0/+0
2017-01-03Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr...Dylan McKay-0/+20
2017-01-02Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoeristerbors-0/+45
2017-01-02Auto merge of #38760 - est31:ignorecfg, r=sanxiynbors-1/+1
2017-01-01Fix pre-cfg_attr notation in commentest31-1/+1
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-3/+2
2016-12-31Auto merge of #38482 - est31:i128, r=eddybbors-10/+226
2016-12-31Fix iabs and add some more testsest31-1/+5
2016-12-31Fix transmute::<T, U> where T requires a bigger alignment than UBjörn Steinbrink-0/+31
2016-12-31Style fixesJosh Driver-2/+1
2016-12-31Stop macro calls in structs for proc_macro_derive from panicingJosh Driver-0/+53
2016-12-30Add test to ensure unadjusted stays unstableest31-0/+17
2016-12-30Further and hopefully final Windows fixesSimonas Kazlauskas-2/+38
2016-12-3040 -> 39, as ceil(log10(2^128)) == 39est31-0/+2
2016-12-30Fix intrinsics and expand testsest31-0/+16
2016-12-30Fix rebase falloutSimonas Kazlauskas-0/+6
2016-12-30Fix parse-fail and compile-fail testsSimonas Kazlauskas-20/+7
2016-12-30TidySimonas Kazlauskas-0/+36
2016-12-30Feature gate the 128 bit typesSimonas Kazlauskas-0/+39
2016-12-30Tests for the 128 bit integersSimonas Kazlauskas-0/+73
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-1/+1
2016-12-29Add a test for #38273Nick Cameron-0/+21
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-9/+8
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-7/+7
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-4/+14
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-64/+53
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-39/+154
2016-12-28hir: lower `ImplicitSelf` to resolved `Self` TyQPath's.Eduard-Mihai Burtescu-2/+3
2016-12-28Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakisbors-0/+272
2016-12-27Auto merge of #38600 - arielb1:dead-drop, r=eddybbors-0/+54
2016-12-27Auto merge of #38537 - jseyfried:fix_rustdoc_ice, r=nrcbors-0/+57
2016-12-27Auto merge of #38507 - alexcrichton:travis-lldb, r=brsonbors-0/+1
2016-12-26fix ui testJorge Aparicio-1/+1
2016-12-26travis: Update the OSX image we run tests inAlex Crichton-0/+1
2016-12-26Auto merge of #38542 - YaLTeR:fastcall-fix, r=pnkfelixbors-0/+85
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-439/+576
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-323/+1285
2016-12-25Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddybbors-1/+3
2016-12-25clear discriminant drop flag at the bottom of a ladderAriel Ben-Yehuda-0/+54
2016-12-25Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddybbors-0/+22
2016-12-24Rollup merge of #38557 - michaelwoerister:inline-asm-ich, r=nikomatsakisSteve Klabnik-0/+265
2016-12-24Rollup merge of #38502 - michaelwoerister:ich-test-inherent-impls, r=nikomats...Steve Klabnik-1/+409
2016-12-24Auto merge of #38268 - withoutboats:parse_where_higher_rank_hack, r=eddybbors-0/+16
2016-12-23Auto merge of #38523 - camlorn:disable_field_reordering, r=nikomatsakisbors-36/+32
2016-12-23Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrcbors-1/+1
2016-12-23Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrcbors-2/+2
2016-12-23Allow legacy custom derive authors to disable warnings in downstream crates.Jeffrey Seyfried-1/+1