about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-04-21Bump version to 1.1.0Brian Anderson-2/+2
2015-04-21Add research to README of TRPLSteve Klabnik-0/+2
2015-04-21syntax: Copy unstable str::char_at into libsyntaxErick Tryzelaar-22/+39
2015-04-21small edits for recently written book chaptersSteve Klabnik-145/+145
2015-04-21syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32Erick Tryzelaar-8/+6
2015-04-21syntax: Remove #[feature(path_ext)]Erick Tryzelaar-3/+3
2015-04-21syntax: replace Vec::push_all with stable Vec::extendErick Tryzelaar-9/+14
2015-04-21syntax: Replace Vec::map_in_place with stable mut iteratorErick Tryzelaar-9/+11
2015-04-21syntax: Replace [].tail with the stable [1..] syntaxErick Tryzelaar-1/+1
2015-04-21syntax: Replace String::from_str with the stable String::fromErick Tryzelaar-9/+9
2015-04-21syntax: remove #[feature(quote, unsafe_destructor)]Erick Tryzelaar-6/+43
2015-04-21syntax: Don't use unstable fn to convert single element to a sliceErick Tryzelaar-1/+4
2015-04-21syntax: Remove use of TraitObject in pretty printerErick Tryzelaar-13/+8
2015-04-21syntax: remove uses of `.into_cow()`Erick Tryzelaar-5/+4
2015-04-21syntax: Remove uses of #[feature(slice_patterns)]Erick Tryzelaar-47/+73
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-46/+44
2015-04-21Add an example of completely slicing an object.John Van Enk-0/+1
2015-04-21Pick a feature name for write_charSimon Sapin-1/+1
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-8/+104
2015-04-21add notes clarifying introduction of warnings for a pair of run-pass tests.Felix S. Klock II-0/+13
2015-04-21Tests for shadowing between lifetimes and loop labels within function bodies.Felix S. Klock II-3/+275
2015-04-21Check for shadowing between lifetimes and loop labels in function bodies.Felix S. Klock II-12/+201
2015-04-21write_char is unlikely to make it for 1.0, it’ll be 1.1Simon Sapin-1/+1
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-36/+12
2015-04-21Remove dead testTamir Duberstein-7/+0
2015-04-21Remove unused filesTamir Duberstein-1002/+0
2015-04-21add TCP_* consts for linuxYoung Wu-0/+24
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-179/+982
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-91/+18
2015-04-21Add a `write_char` method to `std::fmt::Write`Simon Sapin-0/+23
2015-04-21Refocus unsafe code chapter on unsafe itself.Steve Klabnik-3/+4
2015-04-21Auto merge of #24598 - lfairy:impl-debug-for-file, r=alexcrichtonbors-0/+68
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-179/+102
2015-04-21Change a few error messages to give code suggestionsP1start-25/+113
2015-04-21Auto merge of #24646 - brson:stab, r=alexcrichtonbors-11/+8
2015-04-21Separate code into two code blocksNick Hamann-3/+4
2015-04-21Implement Debug for FileChris Wong-0/+68
2015-04-21Fix typosmdinger-2/+2
2015-04-20Address some nitsNick Hamann-2/+2
2015-04-20Add two examples for Path::newNick Hamann-0/+7
2015-04-21Auto merge of #24648 - steveklabnik:rollup, r=steveklabnikbors-834/+995
2015-04-20Refocus unsafe code chapter on unsafe itself.Steve Klabnik-77/+121
2015-04-20Rollup merge of #24647 - mbrubeck:doc-edit, r=steveklabnikSteve Klabnik-1/+1
2015-04-20Rollup merge of #24643 - steveklabnik:doc_if_let, r=jakub-Steve Klabnik-1/+80
2015-04-20Rollup merge of #24642 - tshepang:why-be-negative, r=huonwSteve Klabnik-0/+2
2015-04-20Rollup merge of #24632 - steveklabnik:casting_guide, r=alexcrichtonSteve Klabnik-1/+87
2015-04-20Rollup merge of #24631 - steveklabnik:unsafe_guide, r=alexcrichtonSteve Klabnik-101/+124
2015-04-20Rollup merge of #24630 - steveklabnik:quickfix, r=alexcrichtonSteve Klabnik-1/+1
2015-04-20Rollup merge of #24629 - steveklabnik:gh24511, r=alexcrichtonSteve Klabnik-8/+13
2015-04-20Rollup merge of #24628 - steveklabnik:gh24173, r=alexcrichtonSteve Klabnik-21/+0