Alex Crichton
da50f7c288
std: Remove deprecated functionality from 1.5
...
This is a standard "clean out libstd" commit which removes all 1.5-and-before
deprecated functionality as it's now all been deprecated for at least one entire
cycle.
2015-12-10 11:47:55 -08:00
Andrew Paseltiner
6fa0ff25bd
Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section]
...
Closes #28091 .
2015-09-19 19:39:25 -04:00
Alex Crichton
ce1a965cf5
Fallout in tests and docs from feature renamings
2015-06-17 09:07:16 -07:00
Michael Woerister
03f9269496
Add a name for tuple fields in debuginfo so that they can be accessed in debuggers.
2015-04-12 20:44:25 +02:00
Brian Anderson
df290f127e
Require feature attributes, and add them where necessary
2015-03-23 14:40:26 -07:00
Eduard Burtescu
e64670888a
Remove integer suffixes where the types in compiled code are identical.
2015-03-05 12:38:33 +05:30
Eunji Jeong
b1af8648a7
Enable test/debuginfo on android
2015-02-10 15:48:07 +09:00
Brian Anderson
7b73ec4698
Tie stability attributes to feature gates
2015-01-21 16:16:21 -08:00
Brian Anderson
1f70acbf4c
Improvements to feature staging
...
This gets rid of the 'experimental' level, removes the non-staged_api
case (i.e. stability levels for out-of-tree crates), and lets the
staged_api attributes use 'unstable' and 'deprecated' lints.
This makes the transition period to the full feature staging design
a bit nicer.
2015-01-08 03:07:23 -08:00
Michael Woerister
91a0e18866
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
Michael Woerister
54a5a2b365
debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.
...
On some Windows versions of GDB this is more stable than setting breakpoints via function names.
2014-10-31 18:49:59 +01:00
Aaron Turon
e0ad0fcb95
Update code with new lint names
2014-10-28 08:54:21 -07:00
Alex Crichton
f96ee10e88
Test fixes from the rollup
2014-10-02 15:43:37 -07:00
Michael Woerister
c7f45a9458
debuginfo: Add LLDB autotests to debuginfo test suite.
...
This commit adds LLDB autotests to the test suite but does not activate them by default yet.
2014-07-16 09:46:31 +02:00
Brian Anderson
1a1e6c8e73
std: Move simd to core::simd and reexport. #1457
...
[breaking-change]
2014-05-23 15:27:48 -07:00
Michael Woerister
55a8bd56e5
debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb
2014-05-07 19:58:07 +02:00