about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-0/+25
2018-04-16Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomezbors-0/+21
2018-04-16Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkovbors-0/+77
2018-04-16Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkovbors-89/+50
2018-04-15Check generated save-analysis, instead of `bug!()`ingShotaro Yamada-0/+19
2018-04-15Auto merge of #49833 - oli-obk:incremental_miri_regression, r=michaelwoeristerbors-0/+19
2018-04-15Auto merge of #49885 - spastorino:fn_ref_unsound, r=nikomatsakisbors-0/+40
2018-04-15Auto merge of #49881 - varkor:partialord-opt, r=Manishearthbors-4/+32
2018-04-15Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebankbors-2/+50
2018-04-14ignore stage1 testingGuillaume Gomez-3/+10
2018-04-14Add tests and longer error explanationGuillaume Gomez-2/+43
2018-04-14Rollup merge of #49864 - QuietMisdreavus:doctest-target-features, r=Guillaume...kennytm-0/+31
2018-04-14Rollup merge of #49958 - glandium:cleanup, r=SimonSapinkennytm-14/+14
2018-04-14Don't recurse into allocations, use a global table insteadOliver Schneider-0/+19
2018-04-14Replace remaining uses of deprecated Heap with GlobalMike Hommey-8/+8
2018-04-14Replace remaining uses of deprecated std::heap with std::allocMike Hommey-8/+8
2018-04-14Rollup merge of #49852 - alexcrichton:fix-more-proc-macros, r=nrckennytm-0/+94
2018-04-14Auto merge of #49326 - petrochenkov:nteq, r=eddybbors-0/+47
2018-04-14macros: Do not match on "complex" nonterminals requiring AST comparisonsVadim Petrochenkov-0/+47
2018-04-13Auto merge of #49585 - GuillaumeGomez:rename-to-compile-pass, r=Mark-Simulacrumbors-128/+128
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-128/+128
2018-04-13add -C parameter to rustdocQuietMisdreavus-0/+21
2018-04-13Auto merge of #49830 - sinkuu:fix_ice_47715, r=cramertjbors-0/+38
2018-04-13Auto merge of #49808 - spastorino:dump_cause_ice, r=nikomatsakisbors-0/+44
2018-04-13Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichtonbors-47/+43
2018-04-13Auto merge of #49718 - petrochenkov:fieldcmp, r=eddybbors-83/+478
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-10/+10
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-12/+13
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+1
2018-04-12Remove the now-unit-struct AllocErr parameter of oom()Simon Sapin-5/+5
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-33/+27
2018-04-12add test for using target features in doctestsQuietMisdreavus-0/+31
2018-04-12Add some new tests + Fix failing testsVadim Petrochenkov-39/+208
2018-04-12Move hygiene tests to UIVadim Petrochenkov-0/+223
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-1/+1
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-43/+46
2018-04-12Implement inferring outlives requirements for references, structs, enum, unio...toidiu-1/+674
2018-04-12Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakisbors-22/+70
2018-04-12Auto merge of #48528 - bitshifter:repr_packed, r=eddybbors-85/+673
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-7/+5
2018-04-11Fix unsoundness bug in functions input referencesSantiago Pastorino-0/+40
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-3/+1
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-4/+4
2018-04-11Auto merge of #49875 - kennytm:rollup, r=kennytmbors-8/+173
2018-04-11Update compile-fail testsvarkor-4/+14
2018-04-12Rollup merge of #48270 - leodasvacas:refactor-casts, r=nikomatsakiskennytm-0/+36
2018-04-12Rollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertjkennytm-0/+22
2018-04-12Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoeristerkennytm-0/+3
2018-04-11Add test for derive(PartialOrd) correctnessvarkor-0/+18
2018-04-11Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakisbors-54/+3597