about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2014-12-09rollup merge of #19581: luqmana/ducAlex Crichton-6/+43
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+27
2014-12-05librustc: Fix debuginfo for captured variables in non-FnOnce unboxed closures.Luqman Aden-6/+43
2014-12-02gdb: Fix pretty printer for nullable-opt enums with fat pointers.Luqman Aden-2/+10
2014-12-02lldb: Fix pretty printer for nullable-opt enums with fat pointers.Luqman Aden-0/+9
2014-12-01debuginfo: Fix multi-byte character related bug in cleanup scope handling.Michael Woerister-0/+28
2014-11-27debuginfo: Make variables captured in unboxed closures available in debuginfo.Michael Woerister-1/+18
2014-11-20removed struct_variant feature from testsSimon Wollwage-18/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-21/+54
2014-10-31debuginfo: Enable some GDB tests on Windows.Michael Woerister-9/+0
2014-10-31debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.Michael Woerister-447/+57
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-50/+50
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update code with new lint namesAaron Turon-50/+50
2014-10-22debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being avai...Michael Woerister-16/+100
2014-10-11Remove `virtual` struct testsJakub Wieczorek-12/+1
2014-10-09Rename the no_split_stack attribute to no_stack_checkKeegan McAllister-12/+12
2014-10-08debuginfo: Don't mark struct fields as artificial.Michael Woerister-31/+35
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-0/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Test fixes from the rollupAlex Crichton-53/+53
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-578/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+0
2014-10-02tests: remove uses of Gc.Eduard Burtescu-578/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-0/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-30Ignore yet another windows debuginfo testBrian Anderson-2/+3
2014-09-25debuginfo: Make sure that all calls to drop glue are associated with debug lo...Michael Woerister-2/+2
2014-09-21Move -Z lto to -C lto.Colin Davidson-1/+1
2014-09-18Ignore two gdb tests on windows that are failing on the botsBrian Anderson-0/+2
2014-09-17test: Un-ignore some GDB pretty printing testsAlex Crichton-2/+0
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-09-02test: Ignore failing gdb pretty testsAlex Crichton-0/+2
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-1/+81
2014-08-27debuginfo: Add GDB pretty printers for structs and enums.Michael Woerister-0/+167
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-9/+9
2014-08-15debuginfo: Add a "no_debug" attribute that allows to exclude functions from d...Michael Woerister-0/+45
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-9/+9
2014-07-26Remove managed_box gate from testsBrian Anderson-12/+1
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-0/+1
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-33/+33
2014-07-16librustc: Allow the new UFCS explicit self in trait definitions, andPatrick Walton-9/+9
2014-07-16debuginfo: Add LLDB autotests to debuginfo test suite.Michael Woerister-261/+3316
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-02debuginfo: Make names of types in debuginfo reliable and omit source location...Michael Woerister-0/+333
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-85/+88
2014-06-24Test fixes from the rollupAlex Crichton-5/+5
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-3/+3
2014-06-18debuginfo: Add test case for issue 14411.Michael Woerister-0/+25