about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-13Auto merge of #37735 - Mark-Simulacrum:remove-e-macro, r=blussbors-8/+3
2016-11-12Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomezbors-3/+32
2016-11-12Auto merge of #37675 - arielb1:trans-closure, r=eddybbors-505/+455
2016-11-12address review commentsAriel Ben-Yehuda-73/+80
2016-11-12Auto merge of #37611 - Mark-Simulacrum:tari-nodejs-runner-detect, r=alexcrichtonbors-8/+14
2016-11-12rustdoc: fold fields for enum struct variants into a docblockQuietMisdreavus-3/+32
2016-11-12Remove macro work-around.Mark-Simulacrum-8/+3
2016-11-12rustc_trans: translate closures using the collectorAriel Ben-Yehuda-404/+241
2016-11-12rustc_typeck: register item types for closuresAriel Ben-Yehuda-30/+49
2016-11-12rustc: move closure upvar types to the closure substsAriel Ben-Yehuda-92/+179
2016-11-12Auto merge of #37531 - estebank:fix-ref-mut-mut, r=jonathandturnerbors-11/+130
2016-11-12Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturnerbors-24/+63
2016-11-12Rollup merge of #37727 - GuillaumeGomez:invalid_src, r=eddybEduard-Mihai Burtescu-2/+15
2016-11-12Rollup merge of #37716 - GuillaumeGomez:mem_urls, r=@frewsxcvEduard-Mihai Burtescu-16/+23
2016-11-12Rollup merge of #37709 - bluss:cleaner-vec-extend, r=alexcrichtonEduard-Mihai Burtescu-30/+41
2016-11-12Rollup merge of #37708 - oli-obk:box_free, r=eddybEduard-Mihai Burtescu-6/+7
2016-11-12Rollup merge of #37705 - nnethercote:fewer-mk_ty-calls, r=brsonEduard-Mihai Burtescu-1/+1
2016-11-12Rollup merge of #37699 - alexcrichton:default-for-duration, r=brsonEduard-Mihai Burtescu-1/+1
2016-11-12Rollup merge of #37698 - GuillaumeGomez:marker_urls, r=brsonEduard-Mihai Burtescu-21/+21
2016-11-12Rollup merge of #37696 - arthurprs:patch-1, r=alexcrichtonEduard-Mihai Burtescu-1/+4
2016-11-12Rollup merge of #37695 - estebank:unescaped-curly, r=alexcrichtonEduard-Mihai Burtescu-6/+61
2016-11-12Rollup merge of #37694 - michaelwoerister:test-if-ich, r=brsonEduard-Mihai Burtescu-0/+232
2016-11-12Rollup merge of #37693 - michaelwoerister:ich-tests, r=brsonEduard-Mihai Burtescu-0/+203
2016-11-12Rollup merge of #37692 - nbp:debug-lvalue-subslice, r=eddybEduard-Mihai Burtescu-1/+1
2016-11-12Rollup merge of #37690 - TimNN:llvm-rel-dbg, r=alexcrichtonEduard-Mihai Burtescu-1/+14
2016-11-12Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkovEduard-Mihai Burtescu-492/+400
2016-11-12Rollup merge of #37682 - cuviper:local-cargo, r=alexcrichtonEduard-Mihai Burtescu-1/+4
2016-11-12Rollup merge of #37669 - GuillaumeGomez:always_urls, r=brsonEduard-Mihai Burtescu-7/+15
2016-11-12Rollup merge of #37662 - wesleywiser:intrinsics_docs, r=aturonEduard-Mihai Burtescu-0/+418
2016-11-12Rollup merge of #37659 - nikomatsakis:sfackler-36340-fix, r=eddybEduard-Mihai Burtescu-46/+192
2016-11-12Rollup merge of #37615 - atilag:armv5te-support, r=alexcrichtonEduard-Mihai Burtescu-0/+35
2016-11-12Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alex...Eduard-Mihai Burtescu-2/+1163
2016-11-12Rollup merge of #37584 - alexcrichton:travis, r=brsonEduard-Mihai Burtescu-6/+664
2016-11-12Rollup merge of #37551 - Mark-Simulacrum:upgrade-accvec, r=eddybEduard-Mihai Burtescu-285/+572
2016-11-12Rollup merge of #37535 - Havvy:graph, r=eddybEduard-Mihai Burtescu-19/+126
2016-11-12Rollup merge of #37527 - Mark-Simulacrum:mpsc-recvtimeouterror-error-impl, r=...Eduard-Mihai Burtescu-0/+32
2016-11-12Rollup merge of #37503 - nwin:patch-3, r=steveklabnikEduard-Mihai Burtescu-14/+8
2016-11-12Rollup merge of #37481 - estebank:lifetime-help-removal-for-impl, r=eddybEduard-Mihai Burtescu-16/+71
2016-11-12Rollup merge of #37368 - trotter:patch-1, r=steveklabnikEduard-Mihai Burtescu-31/+92
2016-11-12Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomezEduard-Mihai Burtescu-52/+156
2016-11-11Auto merge of #37469 - meh:fix-term, r=alexcrichtonbors-30/+26
2016-11-12Fix invalid src urlGuillaume Gomez-2/+15
2016-11-11bootstrap: rust-docs is a default packageBrian Anderson-0/+1
2016-11-11On fmt string with unescaped `{` note how to escapeEsteban Küber-6/+61
2016-11-11Add missing urls for mem moduleGuillaume Gomez-16/+23
2016-11-11Update patch with example.nwin-1/+15
2016-11-11Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturnerbors-26/+82
2016-11-11Move all Linux/OSX CI infastructure to TravisAlex Crichton-6/+664
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-285/+572
2016-11-11Auto merge of #37447 - estebank:non-duplicate-definition-error, r=nrcbors-13/+14