about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2015-01-06More test fixesAlex Crichton-4/+4
2015-01-06rollup merge of #20557: cactorium/prettyprintersAlex Crichton-0/+9
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-53/+53
2015-01-07TestsNick Cameron-1/+1
2015-01-06test fallout from isize/usizeCorey Richardson-53/+53
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+0
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+0
2015-01-05fix debuginfo testsJorge Aparicio-20/+18
2015-01-05Fixed testsKelvin Ly-1/+0
2015-01-05Fixed testsKelvin Ly-2/+2
2015-01-05Added two tests for pretty printing optimized enumsKelvin Ly-0/+10
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-3/+3
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-6/+6
2015-01-02Fix fallout in tests.Niko Matsakis-3/+3
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-6/+6
2015-01-01debuginfo: Fix an ICE related to local variables in unreachable code.Michael Woerister-0/+86
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-9/+132
2014-12-23debuginfo: Add test case for destructured for-loop variable.Michael Woerister-0/+219
2014-12-23debuginfo: Create debuginfo for for-loop variables again.Michael Woerister-1/+0
2014-12-22Revert "debuginfo: Create debuginfo for for-loop variables again."Alex Crichton-0/+1
2014-12-22Revert "debuginfo: Add test case for destructured for-loop variable."Alex Crichton-178/+0
2014-12-21rollup merge of #20057: nick29581/array-syntaxAlex Crichton-15/+15
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-15/+15
2014-12-19debuginfo: Add test case for destructured for-loop variable.Michael Woerister-0/+178
2014-12-19debuginfo: Create debuginfo for for-loop variables again.Michael Woerister-1/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-10/+10
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-6/+1
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