about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2017-02-08Exclude top-level macro expansions from source location override.Vadim Chugunov-0/+43
2017-02-04ignore more gdb versions with buggy rust supportTim Neumann-10/+10
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-6/+6
2017-01-13debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.Michael Woerister-0/+10
2017-01-03Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiynbors-0/+0
2017-01-02Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoeristerbors-0/+45
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-3/+2
2016-12-26travis: Update the OSX image we run tests inAlex Crichton-0/+1
2016-12-22Fix debuginfo for unsized struct membersPhilip Craig-0/+45
2016-12-19prefer hyphens in test files named after issue numbersZack M. Davis-0/+0
2016-12-14Fix computation of enum names based off the discrfield in the case of the nul...Austin Hicks-2/+2
2016-12-14Modify debuginfo to deal with the difference between source and memory orderAustin Hicks-17/+17
2016-11-30debuginfo: Ignore macro-stepping test on aarch64Michael Woerister-0/+1
2016-11-11Move all Linux/OSX CI infastructure to TravisAlex Crichton-5/+5
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-494/+983
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-10-31adapt debuginfo tests for gdb with native rust supportTim Neumann-494/+983
2016-10-20Fix line stepping in debugger.Vadim Chugunov-0/+91
2016-09-09Add s390x supportUlrich Weigand-0/+5
2016-09-03Fix type encoding/decoding for unionsVadim Petrochenkov-3/+3
2016-09-03Fix rebase, fix some testsVadim Petrochenkov-8/+9
2016-09-03Generate debuginfo for unionsVadim Petrochenkov-0/+49
2016-08-25Fix debug line info for macro expansions. Vadim Chugunov-1/+124
2016-08-14[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.Eduard Burtescu-2/+2
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-2/+2
2016-07-25Remove no_stack_check tests (#34915)abhi-369/+0
2016-07-17test: disable more stdcall tests for ARM arches. temp workaround for #24958Ximin Luo-0/+2
2016-07-12std: Clean out deprecated APIsAlex Crichton-2/+0
2016-07-04Auto merge of #34639 - dzamlo:master, r=michaelwoeristerbors-0/+77
2016-07-04Use lazy iterator in vec/slice gdb pretty printersLoïc Damien-0/+77
2016-07-04Added a pretty printer for &mut slicesNikhil Shagrithaya-0/+7
2016-06-13Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrcbors-3/+5
2016-06-13Replace `println!("");` invocations with calls to a dummy function in debugin...Jeffrey Seyfried-3/+5
2016-06-07mir: distinguish between variable visibility scopes and SEME scopes.Eduard Burtescu-12/+1
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+0
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-0/+84
2016-05-01debuginfo: Fix regression in namespace handling for struct types.Michael Woerister-0/+70
2016-04-16mir: place match pattern bindings in their respective arms.Eduard Burtescu-2/+1
2016-04-16debuginfo: argument and upvar names for MIR.Eduard Burtescu-35/+20
2016-04-16test: don't depend on locals being in scope on the return path.Eduard Burtescu-4/+6
2016-04-11tests: update for MIR debuginfo.Eduard Burtescu-13/+42
2016-03-25fallout in existing testsNiko Matsakis-0/+3
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+1
2015-12-18Fix the falloutVadim Petrochenkov-1/+1
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-2/+21
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-4/+4
2015-09-19Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`Andrew Paseltiner-3/+97
2015-08-05Revert "debuginfo: Bring back some GDB pretty printing autotests that are not...Alex Crichton-188/+0
2015-08-03debuginfo: Bring back some GDB pretty printing autotests that are not actuall...Michael Woerister-0/+188