summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-19Don't link to specific versions of rust in the book.Steven Allen-8/+6
2015-06-19std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+3
2015-06-18Remove superfluous variableSimonas Kazlauskas-2/+0
2015-06-18Add a test for issue 26322Simonas Kazlauskas-0/+36
2015-06-18Fix file!(), line!() and column!() macrosSimonas Kazlauskas-72/+72
2015-06-17Clear cached landing pads before generating a call.Eli Friedman-0/+47
2015-06-17std: Add an option to disable ELF based TLSAlex Crichton-5/+59
2015-06-17std: Stabilize a number of new fs featuresAlex Crichton-256/+626
2015-06-17Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>Ulrik Sverdrup-1/+38
2015-06-09Remove build date from the output of --versionJohannes Oertel-5/+0
2015-06-09properly null out ptr in LinkedList::split_off - fixes #26020Alexis Beingessner-0/+26
2015-06-09collections: Make BinaryHeap panic safe in sift_up / sift_downUlrik Sverdrup-25/+196
2015-06-09std: Reexport std::net::tcp::IncomingAlex Crichton-1/+1
2015-06-09std: Fix missing stability on iter::ClonedAlex Crichton-1/+1
2015-06-09std: Make abs() panic on overflow in debug modeAlex Crichton-3/+33
2015-05-29Fix windows recvfrom definitionSteven Fackler-2/+1
2015-05-16Make a test compatible with the beta channelBrian Anderson-2/+0
2015-05-15Auto merge of #25059 - erickt:pprint, r=acrichtobors-16/+55
2015-05-15syntax: Unquoting some statements requires trailing semicolonsErick Tryzelaar-3/+17
2015-05-15syntax: Add unquoting ast::{Generics,WhereClause}Erick Tryzelaar-13/+38
2015-05-15syntax: Allow pretty printing more interpolated itemsErick Tryzelaar-13/+13
2015-05-15Auto merge of #25402 - parir:master, r=Manishearthbors-7/+7
2015-05-15Auto merge of #25423 - dotdash:assume, r=huonwbors-16/+16
2015-05-15Auto merge of #25400 - nrc:save-api, r=huonwbors-1510/+1756
2015-05-155 != 4parir-1/+1
2015-05-15commentsNick Cameron-6/+20
2015-05-15Auto merge of #25422 - cactorium:unsafe_errors, r=huonwbors-4/+70
2015-05-15Add backticks around language keywordKelvin Ly-1/+1
2015-05-15Auto merge of #25419 - nrc:time, r=alexcrichtonbors-4/+9
2015-05-15Auto merge of #25421 - steveklabnik:rollup, r=steveklabnikbors-15/+19
2015-05-15Fix major compile time regressionBjörn Steinbrink-16/+16
2015-05-14Fix merge conflict and also add markdown formattingKelvin Ly-911/+1274
2015-05-14Rollup merge of #25420 - habnabit:master, r=steveklabnikSteve Klabnik-3/+0
2015-05-14Rollup merge of #25418 - leunggamciu:patch-trpl, r=steveklabnikSteve Klabnik-0/+3
2015-05-14Rollup merge of #25414 - apasel422:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-14Rollup merge of #25413 - killercup:patch-11, r=alexcrichtonSteve Klabnik-2/+2
2015-05-14Rollup merge of #25412 - koute:master, r=alexcrichtonSteve Klabnik-0/+1
2015-05-14Rollup merge of #25410 - durka:patch-2, r=steveklabnikSteve Klabnik-1/+4
2015-05-14Rollup merge of #25408 - Nashenas88:rust-book-stack-and-heap-typo, r=stevekla...Steve Klabnik-3/+3
2015-05-14Rollup merge of #25407 - durka:patch-1, r=alexcrichtonSteve Klabnik-3/+3
2015-05-14Rollup merge of #25405 - dreid:patch-3, r=nikomatsakisSteve Klabnik-1/+1
2015-05-14Rollup merge of #25404 - dnaeon:doc-fixes, r=steveklabnikSteve Klabnik-1/+1
2015-05-14Fix error codes E0197-E0200Kelvin Ly-4/+62
2015-05-15Auto merge of #25399 - kballard:crate-attributes-cfg_attr, r=alexcrichtonbors-11/+42
2015-05-14Remove an almost-duplicated sentence.Aaron Gallagher-3/+0
2015-05-15Don't use <Duration as Display>::display() in time passesNick Cameron-4/+9
2015-05-15trpl: Fix missing internal linksleunggamciu-0/+3
2015-05-14Auto merge of #25403 - Manishearth:rollup, r=Manishearthbors-42/+229
2015-05-14s/Iterater/Iterator/Andrew Paseltiner-1/+1
2015-05-14TRPL: Fix Internal LinkPascal Hertleif-2/+2