Patrick Walton
|
33c1e47c1b
|
librustc: Implement moves based on type. r=nmatsakis
|
2012-12-04 15:38:04 -08:00 |
|
Patrick Walton
|
d1ebdbeb6c
|
librustc: Implement explicit self for Add and Index; add a hack in the borrow checker to support this. r=nmatsakis
|
2012-12-04 14:51:31 -08:00 |
|
Graydon Hoare
|
94be145169
|
core: rename box to managed. Close #4079.
|
2012-12-03 17:45:19 -08:00 |
|
Graydon Hoare
|
2a5713ed5c
|
core: rename unit to nil. Close #4080.
|
2012-12-03 17:28:19 -08:00 |
|
Graydon Hoare
|
00c856c0b1
|
Update license, add license boilerplate to most files. Remainder will follow.
|
2012-12-03 17:12:14 -08:00 |
|
Patrick Walton
|
f34833abfc
|
librustc: Make a.b() always a method call. r=nmatsakis
|
2012-11-30 20:41:46 -08:00 |
|
Tim Chevalier
|
bde2dcc8d5
|
Merge pull request #4085 from andrew-d/andrew-fix-typo
Fix small typo in kinds documentation
|
2012-11-30 12:48:28 -08:00 |
|
Andrew Dunham
|
e19d8f7ae5
|
Fix small typo in kinds documentation
|
2012-11-30 15:39:44 -05:00 |
|
Graydon Hoare
|
d783f4d7bb
|
libs: Remove transitionary material on iter_bytes, add workcache to build.
|
2012-11-30 10:33:16 -08:00 |
|
Brian Anderson
|
38ba2c4941
|
core: Add docs about kind traits
|
2012-11-30 01:52:26 -08:00 |
|
Brian Anderson
|
b52a4b412e
|
core: Make core.rc more readable. Cleanup
|
2012-11-30 01:32:53 -08:00 |
|
Brian Anderson
|
3ed9fbd63c
|
impls of traits cannot define methods on the anonymous trait
|
2012-11-29 22:07:49 -08:00 |
|
Brian Anderson
|
28ecef7bf5
|
core: Add impls of Eq and Ord for f32, f64
|
2012-11-29 18:10:11 -08:00 |
|
Patrick Walton
|
a0617eae68
|
librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring
|
2012-11-29 17:51:56 -08:00 |
|
Paul Stansifer
|
9814e58815
|
No longer parse the delimiters of the RHS of a macro as part of the expansion.
|
2012-11-29 12:09:10 -08:00 |
|
Patrick Walton
|
9e1c9be16f
|
librustc: Make the Drop trait use explicit self
|
2012-11-29 11:06:15 -08:00 |
|
Brian Anderson
|
5a282ec26f
|
core: Convert some records to structs
|
2012-11-28 21:50:09 -08:00 |
|
Brian Anderson
|
65bd40e300
|
Remove uses of #[merge]
|
2012-11-28 17:09:26 -08:00 |
|
Brian Anderson
|
9b95d51131
|
core: Remove old template files
|
2012-11-28 15:26:55 -08:00 |
|
Brian Anderson
|
fc06114ddf
|
Merge remote-tracking branch 'brson/companion' into incoming
Conflicts:
src/compiletest/compiletest.rs
src/libcargo/cargo.rs
src/libcore/core.rs
src/librustc/rustc.rs
src/librustdoc/rustdoc.rc
|
2012-11-28 13:17:33 -08:00 |
|
Brian Anderson
|
8179e268ef
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
Patrick Walton
|
669fbddc44
|
librustc: Add explicit self to IterBytes. r=nmatsakis
|
2012-11-28 11:36:04 -08:00 |
|
Patrick Walton
|
07f4031bb4
|
libsyntax: Implement a macro die! to replace the fail expression. r=brson
|
2012-11-28 11:28:56 -08:00 |
|
Michael Arntzenius
|
d2d6d955f4
|
libcore/to_bytes.rs: add IterBytes impls for pairs and triples. r=pcwalton
|
2012-11-28 11:27:05 -08:00 |
|
Brian Anderson
|
b21e9d52de
|
core: Add Clone trait
|
2012-11-27 11:08:19 -08:00 |
|
Patrick Walton
|
7bc29c62d0
|
libcore: Add explicit self to all overloaded operators but Add and Index. r=brson
|
2012-11-26 19:35:52 -08:00 |
|
Brian Anderson
|
be6613e048
|
Remove the crate language
|
2012-11-26 18:13:54 -08:00 |
|
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 |
|