| Age | Commit message (Expand) | Author | Lines |
| 2017-08-23 | minor fix | gaurikholkar | -1/+1 |
| 2017-08-23 | code review fixes | gaurikholkar | -126/+73 |
| 2017-08-23 | Fixes issue #43205: ICE in Rvalue::Len evaluation. | Alexey Tarasov | -3/+37 |
| 2017-08-23 | Add reset_err_count() to errors::Handler | Seiichi Uchida | -0/+6 |
| 2017-08-23 | Rollup merge of #44054 - frewsxcv:frewsxcv-libstd-thread-unwrap-or-else, r=sf... | Corey Farwell | -1/+1 |
| 2017-08-23 | Rollup merge of #44047 - cuviper:union-basic-endian, r=petrochenkov | Corey Farwell | -6/+2 |
| 2017-08-23 | Rollup merge of #44039 - remexre:master, r=steveklabnik | Corey Farwell | -3/+5 |
| 2017-08-23 | Rollup merge of #44016 - steffengy:master, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-08-23 | Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichton | Corey Farwell | -3/+13 |
| 2017-08-23 | Rollup merge of #43977 - GuillaumeGomez:remove-outline, r=QuietMisdreavus | Corey Farwell | -0/+4 |
| 2017-08-23 | Rollup merge of #43631 - ruuda:update-docs, r=QuietMisdreavus | Corey Farwell | -2/+2 |
| 2017-08-23 | Auto merge of #40113 - smaeul:native-musl, r=alexcrichton | bors | -48/+127 |
| 2017-08-23 | Auto merge of #43948 - jseyfried:generic_arguments_in_paths, r=petrochenkov | bors | -45/+67 |
| 2017-08-22 | fn_must_use soft feature-gate warning on methods too, not only functions | Zack M. Davis | -1/+18 |
| 2017-08-22 | "soft" (warn instead of error) feature-gate for #[must_use] on functions | Zack M. Davis | -13/+63 |
| 2017-08-23 | Auto merge of #43830 - alexcrichton:path-display-regression, r=aturon | bors | -6/+29 |
| 2017-08-22 | Thread spawning: don't run `min_stack` if the user has specified stack size. | Corey Farwell | -1/+1 |
| 2017-08-22 | correct comment re feature-checking tooling | Zack M. Davis | -2/+2 |
| 2017-08-22 | hard feature-gate for #[must_use] on functions | Zack M. Davis | -22/+49 |
| 2017-08-23 | Speed up APFloat division by using short division for small divisors. | Eduard-Mihai Burtescu | -30/+96 |
| 2017-08-22 | Fix fallout in tests. | Jeffrey Seyfried | -44/+38 |
| 2017-08-22 | Ensure that generic arguments don't end up in attribute paths. | Jeffrey Seyfried | -1/+29 |
| 2017-08-22 | Auto merge of #44032 - pnkfelix:mir-borrowck-fix-orisnotand, r=eddyb | bors | -1/+1 |
| 2017-08-22 | Update ignored tests for dynamic musl | Samuel Holland | -2/+0 |
| 2017-08-22 | Support dynamic linking for musl-based targets | Samuel Holland | -7/+0 |
| 2017-08-22 | Update libunwind dependencies for musl | Samuel Holland | -1/+7 |
| 2017-08-22 | Tell the linker when we want to link a static executable | Samuel Holland | -2/+14 |
| 2017-08-22 | Disable PIE when linking statically | Samuel Holland | -1/+1 |
| 2017-08-22 | Introduce target feature crt_static_allows_dylibs | Samuel Holland | -2/+11 |
| 2017-08-22 | Introduce temporary target feature crt_static_respected | Samuel Holland | -1/+18 |
| 2017-08-22 | Factor out a helper for the getting C runtime linkage | Samuel Holland | -15/+17 |
| 2017-08-22 | Inline crt-static choice for pc-windows-msvc | Samuel Holland | -7/+6 |
| 2017-08-22 | Introduce crt_static target option in config.toml | Samuel Holland | -0/+22 |
| 2017-08-22 | Copy musl startup objects before building std | Samuel Holland | -16/+27 |
| 2017-08-22 | Infer a default musl_root for native builds | Samuel Holland | -1/+8 |
| 2017-08-22 | Improve explanation of musl_root | Samuel Holland | -1/+4 |
| 2017-08-22 | Remove incorrect special case of mips-musl | Samuel Holland | -1/+1 |
| 2017-08-22 | --print=native-static-libs | Kornel | -3/+46 |
| 2017-08-22 | Split print function | Kornel | -4/+6 |
| 2017-08-22 | Fix little-endian assumptions in run-pass/union/union-basic | Josh Stone | -6/+2 |
| 2017-08-22 | Auto merge of #44013 - arielb1:coerce-snapshot, r=eddyb | bors | -11/+27 |
| 2017-08-22 | Simplify code for handling Redox paths | Ian Douglas Scott | -10/+5 |
| 2017-08-22 | Mention null_mut on the pointer primitive docs. | Nathaniel Ringo | -3/+5 |
| 2017-08-22 | Fixed changes to .in-band CSS | Jouan Amate | -0/+9 |
| 2017-08-22 | Return L4Re TargetOptions as a Result type instead of panic | Tobias Schaffner | -6/+6 |
| 2017-08-22 | Use cfg! instead of #[cfg] | Ian Douglas Scott | -13/+3 |
| 2017-08-22 | remove needless clone | Andy Russell | -1/+1 |
| 2017-08-22 | Auto merge of #44033 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -76/+103 |
| 2017-08-22 | L4Re Target: Add the needed Libraries and locate them | Sebastian Humenda | -2/+52 |
| 2017-08-22 | Rollup merge of #44014 - Mark-Simulacrum:update-readme, r=alexcrichton | Guillaume Gomez | -16/+20 |