about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-03document that `panic_impl` never passes the FFI boundaryJorge Aparicio-1/+2
2018-06-03remove unused `struct NoPayload`Jorge Aparicio-2/+0
2018-06-03format payload if possible instead of returning "Box<Any>"Jorge Aparicio-4/+11
2018-06-03s/panic_fmt/panic_impl/g in docsJorge Aparicio-21/+22
2018-06-03implement #[panic_implementation]Jorge Aparicio-18/+379
2018-06-03Show which line the link is coming from.kennytm-10/+76
2018-06-03Also prevent overflow in debug buildsOliver Schneider-1/+1
2018-06-03Ignore i128 test on asmjsLinus Färnstrand-4/+9
2018-06-03Point to the rustdoc attribute where intralink resolution failed.kennytm-9/+38
2018-06-03command line args trump config.toml settingsOliver Schneider-1/+4
2018-06-03Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-57/+99
2018-06-02Stabilize Iterator::step_byThayne McCombs-18/+4
2018-06-03refactor mode to ToolRustc for Rls & RustfmtCollins Abitekaniza-2/+2
2018-06-03thread tool modes throughCollins Abitekaniza-16/+36
2018-06-03refactor, make requested changesCollins Abitekaniza-16/+15
2018-06-03refactor Mode enumCollins Abitekaniza-92/+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-03Pass literal through black_boxLinus Färnstrand-4/+8
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-03Allow enabling incremental via config.tomlOliver Schneider-0/+2
2018-06-02Add a couple lines describing differences between into_mut/get_mut.Corey Farwell-0/+9
2018-06-02Stabilize iterator_repeat_withThayne McCombs-34/+8
2018-06-02Correctly access ScalarPair fields during const evalOliver Schneider-79/+80
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-02Generate br for all two target SwitchIntsNikita Popov-5/+14
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-02Add test for const endianess conversionLinus Färnstrand-0/+23
2018-06-02fixed feature gate to right placedylan_DPC-2/+2
2018-06-02Change the log level of the message reporting the selected Polonius algorithm...Vytautas Astrauskas-1/+1