Brian Anderson
|
917ee7e5b1
|
Ignore two failure tests on windows
|
2012-11-26 14:48:48 -08:00 |
|
Gareth Daniel Smith
|
689f6ce5d0
|
Add insert and remove methods to vecs - as proposed in issue #4028.
|
2012-11-26 14:34:50 -08:00 |
|
Brian Anderson
|
f648de74a5
|
Ignore a should_fail test on windows
|
2012-11-25 13:52:07 -08:00 |
|
Tim Chevalier
|
455d73cb86
|
[libs] Remove unread_byte method from core::io::Reader
Method isn't used. See discussion on #2738 and #4031
Closes #2738
|
2012-11-24 14:39:21 -08:00 |
|
Tim Chevalier
|
55ca36196d
|
Merge pull request #4026 from eholk/float-perf
Inline numeric operations for floats.
|
2012-11-24 09:01:23 -08:00 |
|
Gareth Daniel Smith
|
f841d43f54
|
Fix a bug where read(buf, len) would fail if buf was big enough and succeed if it was too small ... which is the opposite of correct.
|
2012-11-24 15:19:51 +00:00 |
|
Eric Holk
|
c961d214d9
|
Inline numeric operations for floats.
|
2012-11-23 13:27:02 -08:00 |
|
Graydon Hoare
|
0c8a009dc9
|
libcore: fix build breakage on win32 stat.
|
2012-11-21 15:35:47 -08:00 |
|
Erick Tryzelaar
|
a27f5239bd
|
libcore: Add stat methods to paths
Should we return the posix types, or should we just use i64s?
Should we expose platform specific stat fields?
|
2012-11-20 16:39:31 -08:00 |
|
Erick Tryzelaar
|
20c11ca757
|
libcore: add stat functions to libc
|
2012-11-20 16:39:31 -08:00 |
|
Erick Tryzelaar
|
28745ce7c8
|
libcore: Clean up the path tests
|
2012-11-20 16:39:30 -08:00 |
|
Erick Tryzelaar
|
ab5d84258e
|
Add PosixPath and WindowsPath constructor fns
|
2012-11-20 16:39:30 -08:00 |
|
Erick Tryzelaar
|
e70b481803
|
libcore: minor os.rs cleanup
|
2012-11-20 16:39:30 -08:00 |
|
Erick Tryzelaar
|
079c768df5
|
libcore: Fix a typo
|
2012-11-20 16:39:30 -08:00 |
|
Erick Tryzelaar
|
9539724e8b
|
Remove parentheses from closure argument types
|
2012-11-20 16:39:30 -08:00 |
|
Graydon Hoare
|
34b7db3bbc
|
Merge pull request #4001 from jesse99/features/docs
Features/docs
|
2012-11-19 16:10:31 -08:00 |
|
Patrick Walton
|
318e534895
|
rustc: Implement explicit self for Eq and Ord. r=graydon
|
2012-11-19 15:33:11 -08:00 |
|
Jesse Jones
|
e5c9a8a479
|
Fixed lint problems
|
2012-11-18 17:05:04 -08:00 |
|
Jesse Jones
|
0fd9c9d054
|
Made from_str pure
|
2012-11-18 13:25:27 -08:00 |
|
Jesse Jones
|
361aea94f2
|
Fixing warnings for long and blank lines
|
2012-11-18 13:25:26 -08:00 |
|
Jesse Jones
|
6d99a2f8a9
|
Made more stuff pure.
escape functions in char, io.with_str_reader, base64 and md5sum, cell.empty_cell
and is_empty.
|
2012-11-18 13:25:26 -08:00 |
|
Jesse Jones
|
c5ab47e7ba
|
Made Result.get, get_ref, is_ok, is_err, and iter methods pure.
Note that the function versions were already pure.
|
2012-11-18 13:25:25 -08:00 |
|
Jesse Jones
|
68c852ad3a
|
Made Map.contains_key, contains_key_ref, and get pure.
|
2012-11-18 13:25:24 -08:00 |
|
Jesse Jones
|
d107e586ea
|
Documented fmt! expression syntax.
Closes #3280
|
2012-11-18 11:00:39 -08:00 |
|
Patrick Walton
|
64305174c9
|
librustc: Fix cross-crate reexports. rs=blocking-servo
|
2012-11-15 17:15:02 -08:00 |
|
Tim Chevalier
|
f67904ca40
|
Un-ignore test_from_str and test_parse_buf
Closes #2609
|
2012-11-15 16:49:57 -08:00 |
|
Graydon Hoare
|
59a034a63f
|
rt: bump log levels up by one, fix tautological-compare error (and permit turning off logging entirely).
|
2012-11-15 12:03:54 -08:00 |
|
Brian Anderson
|
1ead8aa0b5
|
Merge pull request #3954 from burg/result-chain
Fix Result::chain, Result::chain_err to not require Copy bounds.
|
2012-11-12 18:05:29 -08:00 |
|
Brian J. Burg
|
37ed7fcaae
|
Fix Result::chain, Result::chain_err to not require Copy bounds.
|
2012-11-12 17:53:08 -08:00 |
|
Brian Anderson
|
c78020ef4f
|
Whitespace
|
2012-11-08 17:11:44 -08:00 |
|
Brian J. Burg
|
a5718ba377
|
Change option::expect to not require a Copy bound, and move instead.
|
2012-11-08 16:25:22 -08:00 |
|
Patrick Walton
|
0fc952372a
|
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
|
2012-11-07 19:29:30 -08:00 |
|
Patrick Walton
|
2904095570
|
rustc: Implement the Drop trait. r=brson
|
2012-11-07 12:34:32 -08:00 |
|
Zack Corr
|
a54d046174
|
Implement Ptr trait for mutable unsafe pointers. Closes #3926.
|
2012-11-07 16:24:29 +10:00 |
|
Graydon Hoare
|
92e3a8c17e
|
rustc: reuse const vals, translate fn paths as consts. Close #2530.
|
2012-11-06 17:13:52 -08:00 |
|
Brian Anderson
|
45a908cad0
|
Merge pull request #3916 from Dretch/iofix
More methods/docs/tests for core::io
|
2012-11-04 12:51:34 -08:00 |
|
Gareth Daniel Smith
|
fd6f62f9c7
|
Add more doc-comments for Reader, ReaderUtil, Writer and WriterUtil (loosely associated with issue #2004).
|
2012-11-04 18:11:37 +00:00 |
|
Gareth Daniel Smith
|
0aba903de7
|
Add size-specific int reading methods to ReaderUtil to match the existing int writing methods in WriterUtil (for issue #2004).
|
2012-11-04 10:14:49 +00:00 |
|
Tim Chevalier
|
563aa0bf6c
|
Remove the last use of rustrt::rust_compare_and_swap_ptr
Closes #3527
r=brson
|
2012-11-03 14:11:30 -07:00 |
|
Tim Chevalier
|
a006608276
|
Remove stage0 stuff that was awaiting snapshot
and re-register snapshots
Just removing unneeded code, no review
|
2012-11-03 14:04:32 -07:00 |
|
Gareth Daniel Smith
|
a42d2d408a
|
Fix a bug where .write([]) would always fail.
|
2012-11-03 18:48:02 +00:00 |
|
Tim Chevalier
|
4876eb708c
|
Fix #1996 (pending snapshot)
Change int to uint in some extfmt code. Remove the #[cfg(stage0)] code
after a snapshot.
|
2012-11-02 12:01:38 -07:00 |
|
Patrick Walton
|
ad02510258
|
libcore: Implement a memory-safe "each_val" for data in aliasable, mutable locations
|
2012-11-02 10:17:32 -07:00 |
|
Brian Anderson
|
b62844e755
|
core: peek returns false for terminated pipes. Closes #3905
|
2012-11-02 00:57:44 -07:00 |
|
Graydon Hoare
|
b7872fa13e
|
core: fix breakage from recent merge.
|
2012-10-30 10:33:19 -07:00 |
|
Mahmut Bulut
|
f938714be1
|
Remove trait of TimesIx
|
2012-10-30 15:19:14 +02:00 |
|
Mahmut Bulut
|
ac92cc8898
|
Removing iter::TimesIx
|
2012-10-28 22:36:01 +02:00 |
|
Tim Chevalier
|
47baebc68c
|
Remove un-needed comparisons, suppress warnings
|
2012-10-27 17:07:45 -07:00 |
|
Tim Chevalier
|
af842bf76c
|
Rename core::uniq to core::owned
No review.
Closes #3841
|
2012-10-25 14:48:28 -07:00 |
|
Patrick Walton
|
ce23a99925
|
libcore: Make a few more dvec functions inline. Improves profile of Servo. rs=me
|
2012-10-25 10:23:37 -07:00 |
|