about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-25Auto merge of #31176 - frewsxcv:incorrect-pass-kind, r=dotdashbors-12/+65
2016-01-25Register LLVM passes with the correct LLVM pass manager.Corey Farwell-12/+65
2016-01-25Auto merge of #31159 - dirk:dirk/clarify-cargo-lock, r=steveklabnikbors-3/+5
2016-01-24Auto merge of #31166 - geofft:process-comments, r=alexcrichtonbors-9/+6
2016-01-24Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnikbors-5/+5
2016-01-24sys/unix/process.rs: Update comments in make_argv and make_envpGeoffrey Thomas-9/+6
2016-01-24 Improve the error explanations for check_constAriel Ben-Yehuda-36/+50
2016-01-24doc: miscellaneous OpenOptions:append improvementsTshepang Lekhonkhobe-5/+5
2016-01-23Clarify when `Cargo.lock` is created by `cargo build` in the bookDirk Gadsden-3/+5
2016-01-23Rollup merge of #31146 - angelsl:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-01-23Rollup merge of #31145 - D101101:patch-1, r=steveklabnikSteve Klabnik-0/+1
2016-01-23Rollup merge of #31136 - mbrubeck:btree-doc, r=steveklabnikSteve Klabnik-10/+10
2016-01-23Rollup merge of #31130 - marcbowes:master, r=nrcSteve Klabnik-0/+2
2016-01-23Rollup merge of #31128 - kamalmarhubi:book-trait-impl-clarify, r=steveklabnikSteve Klabnik-5/+11
2016-01-23Rollup merge of #31113 - steveklabnik:master, r=alexcrichtonSteve Klabnik-7/+8
2016-01-23Rollup merge of #31111 - apasel422:issue-31103, r=steveklabnikSteve Klabnik-1/+1
2016-01-23Rollup merge of #31090 - tshepang:improve-sentence, r=brsonSteve Klabnik-2/+2
2016-01-23Rollup merge of #31088 - tshepang:grammar, r=brsonSteve Klabnik-1/+1
2016-01-23Rollup merge of #31061 - brson:bib, r=steveklabnikSteve Klabnik-0/+1
2016-01-23Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichtonSteve Klabnik-2/+2
2016-01-23Rollup merge of #31054 - steveklabnik:a11y, r=alexcrichtonSteve Klabnik-3/+3
2016-01-23Rollup merge of #31050 - apasel422:issue-31048, r=ManishearthSteve Klabnik-1/+1
2016-01-23Rollup merge of #31045 - Manishearth:diag-prim-shadow, r=steveklabnikSteve Klabnik-1/+35
2016-01-23Rollup merge of #31035 - nathankleyn:improve-visibility-of-entry-api, r=steve...Steve Klabnik-0/+29
2016-01-23Rollup merge of #31031 - brson:issue-30123, r=nikomatsakisSteve Klabnik-0/+52
2016-01-23Rollup merge of #31019 - andreabedini:patch-1, r=alexcrichtonSteve Klabnik-3/+1
2016-01-23Rollup merge of #30997 - bluss:trait-default, r=nikomatsakisSteve Klabnik-2/+2
2016-01-23Semaphore not sempahoreangelsl-1/+1
2016-01-23Auto merge of #31121 - Manishearth:prim-link, r=alexcrichtonbors-9/+30
2016-01-23Handle generics in raw pointersManish Goregaokar-3/+11
2016-01-23Fix the missing line in the guessing-game.mdSergey Veselkov-0/+1
2016-01-23Auto merge of #30807 - kolloch:patch-1, r=steveklabnikbors-0/+3
2016-01-23Auto merge of #31126 - arielb1:remote-errors, r=eddybbors-30/+38
2016-01-23Auto merge of #31124 - dirk:dirk/display-and-error-impls-for-string-parse-err...bors-0/+14
2016-01-23Auto merge of #31116 - bluss:expect-out-cold, r=alexcrichtonbors-7/+20
2016-01-22Auto merge of #31104 - nrc:save-fix-variant-data, r=alexcrichtonbors-10/+23
2016-01-22Document that BTreeMap iteration is in orderMatt Brubeck-10/+10
2016-01-22Auto merge of #31095 - alexcrichton:remove-old-files, r=brsonbors-463/+0
2016-01-22E0210: Add a warning about type aliasesMarc Bowes-0/+2
2016-01-22Forward reference crates and modules chapterKamal Marhubi-1/+3
2016-01-22book: Clarify that trait or type must be in same crate as implKamal Marhubi-5/+9
2016-01-22Simplify return for error::Error impl for string::ParseErrorDirk Gadsden-1/+1
2016-01-22astconv: don't use as_local_node_id for ids in a DefAriel Ben-Yehuda-30/+38
2016-01-22Implement error::Error and fmt::Display for string::ParseErrorDirk Gadsden-0/+14
2016-01-22Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichtonbors-16/+13
2016-01-22Move cold panic functions in Option and ResultUlrik Sverdrup-28/+18
2016-01-22Use cold functions for panic formatting Option::expect, Result::unwrap etcUlrik Sverdrup-7/+30
2016-01-22Correctly output links for primitive types which enclose their contentsManish Goregaokar-9/+22
2016-01-22Auto merge of #31087 - nikomatsakis:incr-comp-fulfillment-cache, r=arielb1bors-46/+139
2016-01-22Avoid bounds check for slice binary searcharthurprs-16/+13