about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2015-03-12debuginfo: Add GDB pretty printers for slices, Vec<>, and String.Michael Woerister-0/+60
2015-03-12debuginfo: Make LLDB pretty printer correctly handle zero-sized fields.Michael Woerister-0/+57
2015-03-06Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichtonManish Goregaokar-0/+135
2015-03-05debuginfo: Add test case for `extern "C"` functions.Michael Woerister-0/+68
2015-03-05debuginfo: Add `debuginfo::with_source_location_override()` function...Michael Woerister-0/+67
2015-03-05trans: Add early-out when translating unreachable controlflow expressions.Michael Woerister-1/+84
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-21/+21
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-0/+74
2015-03-03Switched to Box::new in many places.Felix S. Klock II-1/+1
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-17/+17
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-7/+10
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-7/+10
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-22/+22
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-90/+1
2015-02-17Rollup merge of #22360 - wg:master, r=alexcrichtonManish Goregaokar-0/+2
2015-02-16tests: debuginfo: use `static mut` to avoid constant folding globals.Eduard Burtescu-31/+32
2015-02-15Fix tests that fail on FreeBSDWill-0/+2
2015-02-11opt into box_patterns in debuginfo tests.Felix S. Klock II-0/+3
2015-02-10Enable test/debuginfo on androidEunji Jeong-90/+1
2015-02-06debuginfo: Fix problem with debug locations of constants in match patterns.Michael Woerister-0/+92
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-13/+13
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-8/+8
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-4/+4
2015-01-30Remove all `i` suffixesTobias Bucher-79/+79
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-1/+0
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-12/+12
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-16/+8
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-11/+11
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+34
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-16/+8
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+156
2015-01-24debuginfo: Extend option-like-enum test case to contain nested discriminants.Michael Woerister-0/+34
2015-01-22Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichtonSteve Klabnik-0/+152
2015-01-21Make diagnostic ordering deterministicAlex Crichton-0/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-21debuginfo: Fix issue with associated types and struct fieldsMichael Woerister-0/+152
2015-01-20rustc: Remove deprecated flagsAlex Crichton-3/+3
2015-01-15rollup merge of #21197: michaelwoerister/linestablesonly-forloopAlex Crichton-1/+5
2015-01-15debuginfo: Fix ICE when compiling for-loops with lines-tables-only.Michael Woerister-1/+5
2015-01-14Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers ...Niko Matsakis-28/+0
2015-01-11rustc_trans: Fix type projection debuginfoErick Tryzelaar-0/+28
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+24
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-1/+0