Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -08:00 |
|
Erick Tryzelaar
|
5ae06ae9de
|
core: convert vec::{tail,tailn} to return references
|
2013-03-05 19:37:04 -08:00 |
|
Erick Tryzelaar
|
359bb3e10b
|
core: convert vec::{head,head_opt} to return references
|
2013-03-05 19:37:04 -08:00 |
|
Alex Crichton
|
dfb5c10dea
|
Remove unused imports throughout src/
|
2013-03-04 12:27:01 -05:00 |
|
Niko Matsakis
|
a32498d846
|
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
correct handling of moves for struct-record update.
Part of #3678. Fixes #2828, #3904, #4719.
|
2013-02-07 05:53:30 -08:00 |
|
Brian Anderson
|
409d8af3c4
|
rustdoc: deny(deprecated_mode)
|
2013-01-30 18:52:31 -08:00 |
|
Brian Anderson
|
1ee94529d9
|
rustdoc: Various bits of modernization
|
2013-01-30 18:20:45 -08:00 |
|
Daniel Micay
|
e4337a9def
|
remove remaining is_not_empty functions/methods
|
2013-01-24 23:24:57 -05:00 |
|
Patrick Walton
|
2db3abddcd
|
librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc
|
2013-01-08 22:02:35 -08:00 |
|
Patrick Walton
|
44ab00ee37
|
Revert "librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc"
This reverts commit a8d37af247 .
|
2013-01-08 19:29:16 -08:00 |
|
Patrick Walton
|
a8d37af247
|
librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc
|
2013-01-08 19:27:57 -08:00 |
|
Patrick Walton
|
57c599914a
|
librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon
|
2012-12-27 10:02:54 -08:00 |
|
Graydon Hoare
|
00c856c0b1
|
Update license, add license boilerplate to most files. Remainder will follow.
|
2012-12-03 17:12:14 -08:00 |
|
Brian Anderson
|
145e02347e
|
rustdoc: Remove legacy exports
|
2012-11-20 21:04:37 -08:00 |
|
Daniel Patterson
|
6c79d78843
|
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as per #3543
|
2012-11-03 18:23:43 -07:00 |
|