about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-03update the miri submoduleJorge Aparicio-2/+2
2018-06-03Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-57/+99
2018-06-02Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obkMark Simulacrum-8/+8
2018-06-02Rollup merge of #51312 - frewsxcv:clarify-hash-map-entry-get-mut, r=dtolnayMark Simulacrum-4/+30
2018-06-02Rollup merge of #51306 - kennytm:impl-default-for-mut-str, r=SimonSapinMark Simulacrum-0/+7
2018-06-02Rollup merge of #51297 - GuillaumeGomez:fix-run-but-style, r=QuietMisdreavusMark Simulacrum-3/+6
2018-06-02Rollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapinMark Simulacrum-37/+43
2018-06-02Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertjMark Simulacrum-5/+5
2018-06-02Copy changes from HashMap over to BTreeMap.Corey Farwell-2/+15
2018-06-03Auto merge of #50953 - GuillaumeGomez:attributes-in-other-places, r=QuietMisd...bors-13/+53
2018-06-02Add a couple lines describing differences between into_mut/get_mut.Corey Farwell-0/+9
2018-06-02Add attributes for trait and methods as wellGuillaume Gomez-13/+53
2018-06-02use type name in E0599 enum variant suggestionAndy Russell-8/+8
2018-06-02Fixed typoPhlosioneer-1/+1
2018-06-02Clarify the difference between get_mut and into_mut for OccupiedEntryPhlosioneer-2/+6
2018-06-02Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavusMark Simulacrum-2/+2
2018-06-02Rollup merge of #51291 - evincarofautumn:master, r=oli-obkMark Simulacrum-5/+5
2018-06-02Rollup merge of #51147 - tmccombs:sliceindex, r=SimonSapinMark Simulacrum-4/+31
2018-06-02Rollup merge of #51124 - frewsxcv:frewsxcv-replace, r=QuietMisdreavusMark Simulacrum-4/+6
2018-06-02Rollup merge of #50919 - frewsxcv:frewsxcv-epsilon, r=steveklabnikMark Simulacrum-2/+10
2018-06-02Rollup merge of #50167 - fintelia:duration-nanos, r=sfacklerMark Simulacrum-0/+51
2018-06-03impl Default for &mut strkennytm-0/+7
2018-06-02Rustdoc itself no longer requires proc macros to buildMark Simulacrum-2/+2
2018-06-02Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichtonbors-23/+165
2018-06-02add missing inline's and optimizationsgnzlbg-4/+11
2018-06-02remove debug_assert in padding_needed_forgnzlbg-3/+0
2018-06-02Specify that packed types must derive, not implement, CopyMark Simulacrum-5/+5
2018-06-02Auto merge of #51274 - nikomatsakis:issue-46557-promote-ref-mut, r=eddybbors-5/+211
2018-06-02Fix run button styleGuillaume Gomez-3/+6
2018-06-02Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=...bors-202/+421
2018-06-02Auto merge of #50554 - clarcharr:from_bool, r=TimNNbors-2/+39
2018-06-02Fix typos of 'ambiguous'Jon Purdy-5/+5
2018-06-01Reword {ptr,mem}::replace docs.Corey Farwell-4/+6
2018-06-02Auto merge of #51270 - nicokoch:issue-51266, r=TimNNbors-5/+12
2018-06-02Auto merge of #51287 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-29/+59
2018-06-01Rollup merge of #51272 - steveklabnik:remove_feature_flag, r=QuietMisdreavusMark Simulacrum-2/+0
2018-06-01Rollup merge of #51262 - GuillaumeGomez:add-missing-whitespace, r=QuietMisdre...Mark Simulacrum-1/+1
2018-06-01Rollup merge of #51152 - crlf0710:patch-1, r=kennytmMark Simulacrum-1/+1
2018-06-01Rollup merge of #51135 - estebank:sugg-7575, r=oli-obkMark Simulacrum-25/+57
2018-06-01Auto merge of #50108 - Zoxc:sync-gcx, r=mwbors-7/+62
2018-06-01Add @ithinuel's tests from #50597Clar Charr-0/+21
2018-06-01Fix ambiguity in Result testClar Charr-2/+4
2018-06-01Add From<bool> for int typesClar Charr-0/+14
2018-06-01Auto merge of #51163 - Amanieu:hashmap_layout, r=SimonSapinbors-107/+21
2018-06-01Simplify HashMap layout calculation by using LayoutAmanieu d'Antras-107/+21
2018-06-01Auto merge of #50340 - Emerentius:master, r=alexcrichtonbors-42/+122
2018-06-01incorporate changes from code reviewEmerentius-38/+46
2018-06-01compacts join codeEmerentius-30/+14
2018-06-01add more join testsEmerentius-0/+22
2018-06-01optimize joining and concatenation for slicesEmerentius-47/+113