about summary refs log tree commit diff
path: root/src/doc/rust.md
AgeCommit message (Expand)AuthorLines
2014-07-07manual: Fix typo.Ruud van Asseldonk-3/+2
2014-07-04auto merge of #15378 : mdinger/rust/Issue_15333, r=alexcrichtonbors-10/+10
2014-07-03Improve code reuse between trans/_match.rs and check_match.rsJakub Wieczorek-2/+0
2014-07-02Fix broken link by adding commamdinger-10/+10
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-18/+17
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-26auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichtonbors-1/+1
2014-06-26Fix a typo and a small syntactic error.OGINO Masanori-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-7/+8
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-5/+6
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-4/+4
2014-06-22Update few files after comparison traits renamingPiotr Jawniak-1/+1
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-9/+24
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+3
2014-06-18Add stability inheritanceAaron Turon-9/+24
2014-06-18Deprecate the bytes!() macro.Simon Sapin-0/+13
2014-06-18auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichtonbors-6/+65
2014-06-17Document the byte, byte string, and raw byte string literals.Simon Sapin-6/+65
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-4/+11
2014-06-16rustc: Start accepting `*const T`Alex Crichton-5/+6
2014-06-10Remove outdated info about nested block comments. Fixes #14767Jonathan Reem-2/+2
2014-06-09Convert libraries to use #[plugin_registrar]Keegan McAllister-3/+2
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-1/+1
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-0/+3
2014-06-06auto merge of #14680 : Kimundi/rust/master, r=brsonbors-18/+18
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-1/+1
2014-06-05Purged "record" from the manual.Marvin Löbel-18/+18
2014-06-02auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichtonbors-41/+41
2014-06-02doc: Remove use of `pub use` globsklutzy-3/+3
2014-06-02docs: Stop using `notrust`Florian Gilcher-41/+41
2014-05-31auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichtonbors-10/+10
2014-05-30Remove deprecated owned vector from rust.mdJonathan Reem-10/+10
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-13/+13
2014-05-29auto merge of #14488 : SimonSapin/rust/patch-11, r=alexcrichtonbors-0/+1
2014-05-28auto merge of #14465 : Ryman/rust/patch-1, r=alexcrichtonbors-1/+1
2014-05-28Doc: `static mut` is unsafe tooSimon Sapin-0/+1
2014-05-27rust manual: supertraits seperator is wrongRyman-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-11/+11
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-0/+1
2014-05-20auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichtonbors-9/+9
2014-05-20Correct EBNF grammar in the manualPiotr Czarnecki-9/+9
2014-05-19Minor doc fixes in various placesPiotr Jawniak-5/+5
2014-05-16doc: Remove all uses of `~str` from the documentation.Patrick Walton-13/+13
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-0/+2
2014-05-13Replaced ~T by Box<T> in manualAdolfo Ochagavía-9/+9
2014-05-12doc: Update the linkage documentationAlex Crichton-26/+26
2014-05-12doc: updates rust manual (loop to continue)Piotr Jawniak-11/+9