about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-11-26;Jonas Schievink-1/+1
2015-11-26Auto merge of #30068 - wthrowe:unsized-pointer-impls, r=alexcrichtonbors-4/+4
2015-11-26Auto merge of #30043 - arielb1:split-metadata, r=nikomatsakisbors-1244/+1760
2015-11-26rustdoc: only show macro arm's lhsJonas Schievink-2/+10
2015-11-26fix rustc-testAriel Ben-Yehuda-10/+147
2015-11-26fix tidyAriel Ben-Yehuda-27/+32
2015-11-26fix tests & rustdocAriel Ben-Yehuda-22/+25
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-908/+629
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-39/+100
2015-11-26make check worksAriel Ben-Yehuda-79/+130
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-143/+200
2015-11-26remove csearch from the rest of rustcAriel Ben-Yehuda-122/+242
2015-11-26remove csearch from resolve and typeckAriel Ben-Yehuda-74/+130
2015-11-26stop using csearch in librustc and librustc_lintAriel Ben-Yehuda-86/+391
2015-11-26Auto merge of #30061 - tshepang:doc-time, r=brsonbors-13/+12
2015-11-26Auto merge of #30054 - Ms2ger:TypeOrigin, r=eddybbors-82/+83
2015-11-26Add '!' to macro name suggestion, use fileline_help instead of span_helpFlorian Hartwig-2/+2
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-83/+46
2015-11-26Use the TypeOrigin variants qualified.Ms2ger-82/+83
2015-11-26Mark raw pointer Send and Sync impls ?SizedWilliam Throwe-4/+4
2015-11-26save-analysis: use absolute paths for file namesNick Cameron-2/+13
2015-11-26doc: this is already mentioned in previous paragraph, and is harder to readTshepang Lekhonkhobe-3/+2
2015-11-25Corrections to the while-let example per review.ebadf-5/+4
2015-11-26Auto merge of #30053 - JIghtuse:master, r=steveklabnikbors-0/+1
2015-11-26Add test for macro suggestionsFlorian Hartwig-0/+14
2015-11-26Add suggestion of similar macro names to `macro undefined` error messageFlorian Hartwig-3/+21
2015-11-25Auto merge of #30060 - jonas-schievink:asparagus, r=nikomatsakisbors-12/+40
2015-11-26book: miscellaneous improvements to "dining philosophers" exampleTshepang Lekhonkhobe-5/+8
2015-11-26Consider a crate staged if it has `stable` or `unstable` in its rootVadim Petrochenkov-15/+15
2015-11-25doc: fix type nameTshepang Lekhonkhobe-1/+1
2015-11-25doc: add a pauseTshepang Lekhonkhobe-2/+3
2015-11-25doc: split overlong sentenceTshepang Lekhonkhobe-2/+2
2015-11-25doc: add missing commasTshepang Lekhonkhobe-2/+2
2015-11-25doc: fix grammarTshepang Lekhonkhobe-1/+1
2015-11-25doc: remove info repeated on next paragraphTshepang Lekhonkhobe-2/+1
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-1511/+1981
2015-11-25Add a testJonas Schievink-0/+17
2015-11-25Fix "Cannot fill in a NT" ICEJonas Schievink-12/+23
2015-11-25Update liblibcVadim Petrochenkov-0/+0
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-52/+34
2015-11-25Remove `#[staged_api]`Vadim Petrochenkov-37/+18
2015-11-25Auto merge of #30044 - nikomatsakis:issue-29466, r=arielb1bors-139/+3711
2015-11-25Updated "while let" example.androm3da-3/+5
2015-11-25Auto merge of #30030 - steveklabnik:doc_std_char, r=brsonbors-36/+169
2015-11-25Improve docs for std::charSteve Klabnik-36/+169
2015-11-25Auto merge of #30052 - Ryman:bind_docs, r=apasel422bors-1/+1
2015-11-25Fix docs for TcpListener::bindKevin Butler-1/+1
2015-11-25Auto merge of #30034 - brson:rust_path, r=alexcrichtonbors-98/+4
2015-11-25trpl: Fix example logic in error handling chapterBoris Egorov-0/+1
2015-11-25Auto merge of #30049 - Manishearth:rollup, r=Manishearthbors-16/+96