summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+1
2017-06-09Pretty-printers tests: gdbr -> gdbgentoo90-4/+4
2017-06-02Add GDB pretty-printer for OsStringgentoo90-2/+10
2017-06-01Add test for 'invalid literal for int()' exception in gdb pretty-printersgentoo90-0/+5
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-1/+0
2017-05-19debuginfo: Generate unique DW_AT_names for compilation units to work around O...Michael Woerister-0/+67
2017-03-09update gdbr testsTim Neumann-17/+22
2017-03-03work around LLVM PR#32123Ariel Ben-Yehuda-1/+2
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