about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-08-19A few minor documentation fixesP1start-864/+868
2014-08-19auto merge of #16345 : EduardoBautista/rust/fix-error-message-in-guide, r=ste...bors-2/+2
2014-08-19auto merge of #16580 : steveklabnik/rust/gh1498, r=pcwaltonbors-11/+0
2014-08-18auto merge of #16579 : steveklabnik/rust/gh9099, r=pcwaltonbors-1/+1
2014-08-18auto merge of #16578 : steveklabnik/rust/gh16239, r=pcwaltonbors-1/+6
2014-08-18Explain EOF behavior in File.eof().Steve Klabnik-1/+6
2014-08-18auto merge of #16575 : pcwalton/rust/import-foo-as-bar, r=aturonbors-136/+140
2014-08-18Remove innapropriate string mutability section.Steve Klabnik-11/+0
2014-08-18Improve text of Option.unwrap()Steve Klabnik-1/+1
2014-08-18auto merge of #16576 : steveklabnik/rust/static_analysis_gate, r=pcwaltonbors-4/+3
2014-08-18Remove 'static analysis'Steve Klabnik-4/+3
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-136/+140
2014-08-18snapshots: Register new snapshots.Patrick Walton-34/+8
2014-08-18auto merge of #16568 : jakub-/rust/needstest, r=pcwaltonbors-0/+90
2014-08-18auto merge of #16556 : pczarn/rust/wbr, r=alexcrichtonbors-3/+3
2014-08-18auto merge of #16450 : klutzy/rust/win-fixme-cleanup, r=alexcrichtonbors-18/+1
2014-08-18Remove workaround of #13793/#10872klutzy-8/+0
2014-08-18regex: Enable test on Windowsklutzy-10/+1
2014-08-18auto merge of #16567 : jakub-/rust/issue-16149, r=pcwaltonbors-47/+90
2014-08-18auto merge of #16566 : thestinger/rust/aslr, r=pcwaltonbors-0/+3
2014-08-18auto merge of #16559 : Gankro/rust/bitv, r=pcwaltonbors-3/+114
2014-08-18Add missing tests for fixed issuesJakub Wieczorek-0/+90
2014-08-17auto merge of #16565 : kaseyc/rust/documentation_fixes, r=pcwaltonbors-15/+20
2014-08-17Correct internal BitvSet 0-padding, fixes #16542Alexis Beingessner-3/+114
2014-08-18Forbid extern statics from appearing in patternsJakub Wieczorek-47/+90
2014-08-17mark Windows binaries as compatible with ASLRDaniel Micay-0/+3
2014-08-17auto merge of #16554 : jakub-/rust/struct-pat-fields-ty-err, r=pcwaltonbors-13/+43
2014-08-17Changed the sample command in the Rustdoc readme to use --output instead of t...Kasey Carrothers-15/+20
2014-08-17Fix type checking of struct fields in patterns of type ty_errJakub Wieczorek-13/+43
2014-08-17auto merge of #16558 : Gankro/rust/hashbig, r=pcwaltonbors-1/+55
2014-08-17rustdoc: Fix and improve line break hints with the <wbr> tagPiotr Czarnecki-3/+3
2014-08-17auto merge of #16550 : kaseyc/rust/fix_documentation_error, r=alexcrichtonbors-1/+1
2014-08-17Make BigUint and BigInt Hash, fixes #16551Alexis Beingessner-1/+55
2014-08-17auto merge of #16547 : huonw/rust/new-kw, r=pcwaltonbors-3/+9
2014-08-17auto merge of #16543 : huonw/rust/deprecated-btree, r=alexcrichtonbors-0/+7
2014-08-17auto merge of #16537 : jakub-/rust/use-mod-manual, r=alexcrichtonbors-1/+12
2014-08-17auto merge of #16432 : pcwalton/rust/kindck-traits, r=nikomatsakisbors-43/+622
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-43/+622
2014-08-17auto merge of #16535 : michaelsproul/rust/vim-traits, r=pcwaltonbors-8/+8
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-42/+47
2014-08-16Fix an error in a code sample in bitv.rsKasey Carrothers-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-433/+579
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-3/+9
2014-08-17collections: deprecate BTree.Huon Wilson-0/+7
2014-08-16auto merge of #16531 : alexcrichton/rust/snapshots, r=luqmanabors-8/+8
2014-08-16Add `use a::b::{c, mod};` to the manualJakub Wieczorek-1/+12
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-42/+47
2014-08-16auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichtonbors-3/+67
2014-08-16auto merge of #16534 : thestinger/rust/dep, r=huonwbors-0/+3
2014-08-16auto merge of #16527 : kballard/rust/vim_fold, r=chrisbors-11/+14