Steve Klabnik
|
2c75256c15
|
Exise 'unsafe pointer' in favor of 'raw pointer'
Using two terms for one thing is confusing, these are called 'raw pointers' today.
|
2015-06-09 16:49:24 -04:00 |
|
Alex Crichton
|
0dfc90ab15
|
Rename all raw pointers as necessary
|
2014-06-28 11:53:58 -07:00 |
|
Brian Anderson
|
9a773da681
|
Remove ancient emacs mode lines from test cases
These are relics that serve no purpose.
|
2013-10-25 17:41:54 -07:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
b355936b4d
|
Convert ret to return
|
2012-08-01 19:16:06 -07:00 |
|
Gareth Daniel Smith
|
6d86969260
|
change the test suite //! kind syntax to //~ kind in order to avoid a
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
|
2012-06-30 12:23:59 +01:00 |
|
Niko Matsakis
|
50a3dd40ae
|
implement new borrow ck (disabled by default)
|
2012-05-09 17:00:19 -07:00 |
|
Niko Matsakis
|
215b1ab000
|
make compiler emit more than 1 error in the case of unsafe
|
2011-10-12 16:33:07 -07:00 |
|
Niko Matsakis
|
3b66806624
|
prohibit ptr deref unless in unsafe code
|
2011-10-12 16:33:07 -07:00 |
|