Brian Anderson
|
272c3c2cfb
|
Tidy
|
2013-05-14 14:52:06 -07:00 |
|
Brian Anderson
|
10355d7a7d
|
core::rt Wire up logging to newsched tasks
|
2013-05-14 14:52:06 -07:00 |
|
Zack Corr
|
cb66d8948a
|
Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]
|
2013-05-08 21:11:23 +10:00 |
|
Daniel Micay
|
86efd97a10
|
add gitattributes and fix whitespace issues
|
2013-05-03 20:01:42 -04:00 |
|
Alex Crichton
|
fa7772893a
|
Remove unused imports throughout
|
2013-03-26 19:20:02 -04:00 |
|
Patrick Walton
|
fd271adc75
|
libcore: Remove extern mod { ... } from libcore. rs=deexterning
|
2013-03-07 22:32:51 -08:00 |
|
Alex Crichton
|
cb4ab76e4a
|
Adding missing imports for tests, and gate off others
|
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 |
|
Patrick Walton
|
ca71c6ec5b
|
librustc: Make all external functions unsafe. r=tjc
|
2013-01-10 21:24:08 -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 |
|
Erick Tryzelaar
|
a7ecde3323
|
libcore: minor code cleanup.
This is minor and probably completely inconsequential to performance,
but I find vec::map to be more clear than vec::each and a push.
|
2012-10-18 10:09:57 -07:00 |
|
Graydon Hoare
|
3654287826
|
De-export logging, to_str, to_bytes, from_str, util. Part of #3583.
|
2012-09-28 17:47:09 -07:00 |
|
Patrick Walton
|
c6605168a1
|
libcore: De-export logging and pipes
|
2012-09-26 16:46:54 -07:00 |
|
Patrick Walton
|
f41c53667e
|
rustc: Fix calls to the logging function when the must_cast flag is true; stop using shape code for logging
|
2012-09-25 14:56:17 -07:00 |
|
Patrick Walton
|
ee7fa194fa
|
Revert "rustc: Stop using shape code for logging" due to ICEs
This reverts commit ac822a52be .
|
2012-09-25 12:17:05 -07:00 |
|
Patrick Walton
|
ac822a52be
|
rustc: Stop using shape code for logging
|
2012-09-25 11:44:23 -07:00 |
|
Graydon Hoare
|
dffe188991
|
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
|
2012-09-21 18:11:43 -07:00 |
|
Brian Anderson
|
ee426f177b
|
core: Mark three more trivial mods as demoded
|
2012-09-20 17:18:18 -07:00 |
|
Gareth Daniel Smith
|
be0141666d
|
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
2012-07-04 19:18:13 -07:00 |
|
Graydon Hoare
|
debb7e4641
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
Brian Anderson
|
b22556a6f8
|
core: Convert to rustdoc
|
2012-03-09 22:56:53 -08:00 |
|
Brian Anderson
|
79207321ae
|
libcore: Add core::logging::console_on/off functions
These affect logging output to stdout globally, and turning the console off
has no effect when overridden by RUST_LOG.
|
2012-01-13 13:44:09 -08:00 |
|