summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-26Update testsFlorian Hahn-4/+6
2016-01-26Update expression span when transcribing macro argsFlorian Hahn-2/+292
2016-01-26Improve error message for let-in-expr-positionManish Goregaokar-3/+4
2016-01-26Make emitter handle DUMMY_SP correctlyManish Goregaokar-2/+2
2016-01-26Rollup merge of #31201 - steveklabnik:gh30633, r=alexcrichtonManish Goregaokar-0/+6
2016-01-26Rollup merge of #31199 - steveklabnik:gh31181, r=ManishearthManish Goregaokar-0/+4
2016-01-26Rollup merge of #31197 - apasel422:issue-31195, r=steveklabnikManish Goregaokar-1/+1
2016-01-26Rollup merge of #31192 - frewsxcv:patch-27, r=alexcrichtonManish Goregaokar-1/+3
2016-01-26Rollup merge of #31189 - ollie27:book_links, r=steveklabnikManish Goregaokar-13/+4
2016-01-26Rollup merge of #31184 - arielb1:remove-implicator, r=nikomatsakisManish Goregaokar-503/+1
2016-01-26Rollup merge of #31152 - durka:ty-follow-bracket, r=pnkfelixManish Goregaokar-1/+313
2016-01-26rebasingNick Cameron-2/+2
2016-01-26Initial work towards abort-free compilationNick Cameron-265/+331
2016-01-26Resolve: fix #23880, a scoping bugJeffrey Seyfried-30/+78
2016-01-25Describe next_back() wrt Iterator protocolSteve Klabnik-0/+6
2016-01-25Mention the need for a linkerSteve Klabnik-0/+4
2016-01-25Fix typo in "Loops" section of the bookAndrew Paseltiner-1/+1
2016-01-25std: Fix some behavior without stdio handlesAlex Crichton-4/+133
2016-01-26Auto merge of #31065 - nrc:ident-correct, r=pnkfelixbors-163/+233
2016-01-25RefCell::borrow_mut example should demonstrate mutCorey Farwell-1/+3
2016-01-25Auto merge of #31097 - DanielJCampbell:SaveAnalysis, r=nrcbors-198/+248
2016-01-25Replace link to learn-rust in the bookOliver Middleton-12/+3
2016-01-25Fix link to hello-cargo in the bookOliver Middleton-1/+1
2016-01-26Fix a rebasing issue and addressed reviewer commentNick Cameron-13/+21
2016-01-25Auto merge of #30899 - oli-obk:non-local-const-fn, r=pnkfelixbors-85/+18
2016-01-25Fix pretty_printer to print omitted type `_` markernxnfufunezn-15/+50
2016-01-25do not additionally note about unexpected identifier after unexpected letDaan Sprenkels-6/+5
2016-01-25Update qquote.rs test case and make unexpected `let` error fatalDaan Sprenkels-7/+7
2016-01-25libsyntax: move check for keyword Let to a more logical spotDaan Sprenkels-6/+6
2016-01-25libsyntax: note that `let a = (let b = something)` is invalidDaan Sprenkels-0/+6
2016-01-25remove implicatorAriel Ben-Yehuda-503/+1
2016-01-25Auto merge of #31182 - adrianheine:master, r=pnkfelixbors-2/+1
2016-01-25Add dependency tracking to trait cache in translation contextMichael Woerister-5/+23
2016-01-25Auto merge of #31176 - frewsxcv:incorrect-pass-kind, r=dotdashbors-12/+65
2016-01-25librustc/middle/dataflow.rs: Debug to STDERRAdrian Heine-2/+1
2016-01-25Register LLVM passes with the correct LLVM pass manager.Corey Farwell-12/+65
2016-01-24rustc_mir: Mark the crate as unstableAlex Crichton-0/+2
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-12/+49
2016-01-25Auto merge of #31159 - dirk:dirk/clarify-cargo-lock, r=steveklabnikbors-3/+5
2016-01-24Add section about memory safety to `ffi::CString` documentationDirk Gadsden-3/+15
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-24Integrate overview section with existing docsGreg Chapple-117/+81
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-23add `[` to FOLLOW(ty) and FOLLOW(path)Alex Burka-1/+1
2016-01-23thorough follow-set testsAlex Burka-0/+312
2016-01-23Rollup merge of #31146 - angelsl:patch-1, r=steveklabnikSteve Klabnik-1/+1