Michael Sullivan
|
329eca6044
|
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
|
2012-06-25 20:00:46 -07:00 |
|
Eric Holk
|
b19c98ea9a
|
Some perf fixes, although vec::slice is still too slow (Issue #2719)
|
2012-06-25 16:38:12 -07:00 |
|
Tim Chevalier
|
a6c92f0a17
|
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
This reverts commit 9fae95860de510f6874810cf43efb83f101246ef.
|
2012-06-06 15:08:24 -07:00 |
|
Tim Chevalier
|
97c0b3848d
|
Comments only: annotate more FIXMEs in libstd
|
2012-05-03 17:45:06 -07:00 |
|
Brian Anderson
|
bef5cd8e45
|
std: Export sort::le
|
2012-04-21 13:45:20 -07:00 |
|
Marijn Haverbeke
|
b5a4fa9456
|
Move some code over to iterator-for to see how it performs.
|
2012-03-27 15:46:33 +02:00 |
|
Graydon Hoare
|
6e6798c4e1
|
Bulk-edit mutable -> mut.
|
2012-03-26 18:35:18 -07:00 |
|
Niko Matsakis
|
dc07280b08
|
make --enforce-mut-vars always on, add mut annotations to remaining files
|
2012-03-22 09:58:19 -07:00 |
|
Niko Matsakis
|
6b35875dca
|
annotate libstd and start enforcing mutability
|
2012-03-14 20:46:36 -04:00 |
|
Tim Chevalier
|
35400e13ad
|
Use loop instead of while(true) in libraries and compiler itself
And remove spurious fails/unreachable() calls.
|
2012-03-10 20:34:17 -08:00 |
|
Brian Anderson
|
95521c4084
|
std: Convert to rustdoc
|
2012-03-09 22:56:53 -08:00 |
|
Brian Anderson
|
61691c2428
|
std: Make merge_sort faster
|
2012-02-27 18:32:45 -08:00 |
|
Marijn Haverbeke
|
ad03761a97
|
Remove preconditions from libraries
Closes #1805
|
2012-02-22 11:47:47 +01:00 |
|
Tom Lee
|
a02f332602
|
std: rename sort::lteq to sort::le.
|
2012-02-03 12:02:57 +01:00 |
|
Niko Matsakis
|
5e13d19cc0
|
s/block()/fn()/g
|
2012-01-23 19:06:33 -08:00 |
|
Brian Anderson
|
6e27b27cf8
|
libstd: Move std tests into libstd
|
2012-01-17 19:48:58 -08:00 |
|
Marijn Haverbeke
|
60ae1590af
|
Switch to new param kind bound syntax
And remove support for the old syntax
|
2012-01-05 15:50:02 +01:00 |
|
Graydon Hoare
|
447414f007
|
Establish 'core' library separate from 'std'.
|
2011-12-06 12:13:04 -08:00 |
|