-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve io docs #5672
Improve io docs #5672
Commits on Mar 30, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0224eb3 - Browse repository at this point
Copy the full SHA 0224eb3View commit details -
vim: highlight ref + static as storage specifiers
lifetimes and globals are now the only two places static is used, and 'static isn't matched by this
Configuration menu - View commit details
-
Copy full SHA for 7142cde - Browse repository at this point
Copy the full SHA 7142cdeView commit details -
vim: mark Todo as contained and rm unsafe from it
It's nice to make unsafe stand out, but this way isn't correct because it highlights it in comments.
Configuration menu - View commit details
-
Copy full SHA for b0f66c4 - Browse repository at this point
Copy the full SHA b0f66c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6442b1c - Browse repository at this point
Copy the full SHA 6442b1cView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 47011e3 - Browse repository at this point
Copy the full SHA 47011e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e30d3f - Browse repository at this point
Copy the full SHA 8e30d3fView commit details
Commits on Mar 31, 2013
-
11
Configuration menu - View commit details
-
Copy full SHA for 258a367 - Browse repository at this point
Copy the full SHA 258a367View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 02700e0 - Browse repository at this point
Copy the full SHA 02700e0View commit details -
auto merge of rust-lang#5634 : thestinger/rust/dlist, r=brson,thestinger
Closes rust-lang#3549 The issue report has some reasoning, but I'd like to add that I don't think managed pointers belong in core. It's *possible* to write a safe doubly-linked list on top of `unsafe`, but it would be much more limited and I don't think there's much of a use case - it would lose a lot of flexibility. You're probably better off using a vector, hash table, tree, heap or ring buffer in almost every case.
Configuration menu - View commit details
-
Copy full SHA for bd7ba1f - Browse repository at this point
Copy the full SHA bd7ba1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eadd358 - Browse repository at this point
Copy the full SHA eadd358View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 74d20b4 - Browse repository at this point
Copy the full SHA 74d20b4View commit details -
auto merge of rust-lang#5638 : luqmana/rust/5405, r=brson
rust-lang#5405 Also, renames the confusingly named `use_new_rt` in `libcore/unstable/lang.rs`
Configuration menu - View commit details
-
Copy full SHA for 042a665 - Browse repository at this point
Copy the full SHA 042a665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d615d - Browse repository at this point
Copy the full SHA 75d615dView commit details -
Fix underflow in char_range_at_reverse
Added char_range_at_reverse underflow test
5Configuration menu - View commit details
-
Copy full SHA for df66e8d - Browse repository at this point
Copy the full SHA df66e8dView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 4c58903 - Browse repository at this point
Copy the full SHA 4c58903View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5f020 - Browse repository at this point
Copy the full SHA fb5f020View commit details -
mark the assembly object stacks as non-executable
Closes rust-lang#5643 This also removes the need to pass noexecstack to gcc, but that wasn't actually working anymore.
5Configuration menu - View commit details
-
Copy full SHA for c0be7df - Browse repository at this point
Copy the full SHA c0be7dfView commit details -
auto merge of rust-lang#5648 : luqmana/rust/incoming, r=thestinger
Fix typo and add fixed length vec changes.
Configuration menu - View commit details
-
Copy full SHA for f336afd - Browse repository at this point
Copy the full SHA f336afdView commit details -
install.mk: use INSTALL_LIB for all libraries
There's no reason to make them executable, and this throws a warning with the Arch Linux package lint tool (namcap) for .a files.
5Configuration menu - View commit details
-
Copy full SHA for 431380f - Browse repository at this point
Copy the full SHA 431380fView commit details
Commits on Apr 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b9c7ee5 - Browse repository at this point
Copy the full SHA b9c7ee5View commit details -
auto merge of rust-lang#5649 : thestinger/rust/lib, r=brson
There's no reason to make them executable, and this throws a warning with the Arch Linux package lint tool (namcap) for .a files.
Configuration menu - View commit details
-
Copy full SHA for 686f448 - Browse repository at this point
Copy the full SHA 686f448View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for d617030 - Browse repository at this point
Copy the full SHA d617030View commit details -
auto merge of rust-lang#5651 : luqmana/rust/incoming, r=thestinger
Change fn() -> &fn().
Configuration menu - View commit details
-
Copy full SHA for be79258 - Browse repository at this point
Copy the full SHA be79258View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for e3327d3 - Browse repository at this point
Copy the full SHA e3327d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7eb7e - Browse repository at this point
Copy the full SHA bd7eb7eView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 26fc76a - Browse repository at this point
Copy the full SHA 26fc76aView commit details -
auto merge of rust-lang#5655 : thestinger/rust/arm, r=brson
Turns out @ isn't valid for the ARM assembler.
Configuration menu - View commit details
-
Copy full SHA for 8e9fd72 - Browse repository at this point
Copy the full SHA 8e9fd72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37634f3 - Browse repository at this point
Copy the full SHA 37634f3View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 243e601 - Browse repository at this point
Copy the full SHA 243e601View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc60788 - Browse repository at this point
Copy the full SHA dc60788View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20d1ad - Browse repository at this point
Copy the full SHA a20d1adView commit details