about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-08-23minor fixgaurikholkar-1/+1
2017-08-23code review fixesgaurikholkar-126/+73
2017-08-23Fixes issue #43205: ICE in Rvalue::Len evaluation.Alexey Tarasov-3/+37
2017-08-23Add reset_err_count() to errors::HandlerSeiichi Uchida-0/+6
2017-08-23Rollup merge of #44054 - frewsxcv:frewsxcv-libstd-thread-unwrap-or-else, r=sf...Corey Farwell-1/+1
2017-08-23Rollup merge of #44047 - cuviper:union-basic-endian, r=petrochenkovCorey Farwell-6/+2
2017-08-23Rollup merge of #44039 - remexre:master, r=steveklabnikCorey Farwell-3/+5
2017-08-23Rollup merge of #44016 - steffengy:master, r=alexcrichtonCorey Farwell-2/+2
2017-08-23Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichtonCorey Farwell-3/+13
2017-08-23Rollup merge of #43977 - GuillaumeGomez:remove-outline, r=QuietMisdreavusCorey Farwell-0/+4
2017-08-23Rollup merge of #43631 - ruuda:update-docs, r=QuietMisdreavusCorey Farwell-2/+2
2017-08-23Auto merge of #40113 - smaeul:native-musl, r=alexcrichtonbors-48/+127
2017-08-23Auto merge of #43948 - jseyfried:generic_arguments_in_paths, r=petrochenkovbors-45/+67
2017-08-22fn_must_use soft feature-gate warning on methods too, not only functionsZack M. Davis-1/+18
2017-08-22"soft" (warn instead of error) feature-gate for #[must_use] on functionsZack M. Davis-13/+63
2017-08-23Auto merge of #43830 - alexcrichton:path-display-regression, r=aturonbors-6/+29
2017-08-22Thread spawning: don't run `min_stack` if the user has specified stack size.Corey Farwell-1/+1
2017-08-22correct comment re feature-checking toolingZack M. Davis-2/+2
2017-08-22hard feature-gate for #[must_use] on functionsZack M. Davis-22/+49
2017-08-23Speed up APFloat division by using short division for small divisors.Eduard-Mihai Burtescu-30/+96
2017-08-22Fix fallout in tests.Jeffrey Seyfried-44/+38
2017-08-22Ensure that generic arguments don't end up in attribute paths.Jeffrey Seyfried-1/+29
2017-08-22Auto merge of #44032 - pnkfelix:mir-borrowck-fix-orisnotand, r=eddybbors-1/+1
2017-08-22Update ignored tests for dynamic muslSamuel Holland-2/+0
2017-08-22Support dynamic linking for musl-based targetsSamuel Holland-7/+0
2017-08-22Update libunwind dependencies for muslSamuel Holland-1/+7
2017-08-22Tell the linker when we want to link a static executableSamuel Holland-2/+14
2017-08-22Disable PIE when linking staticallySamuel Holland-1/+1
2017-08-22Introduce target feature crt_static_allows_dylibsSamuel Holland-2/+11
2017-08-22Introduce temporary target feature crt_static_respectedSamuel Holland-1/+18
2017-08-22Factor out a helper for the getting C runtime linkageSamuel Holland-15/+17
2017-08-22Inline crt-static choice for pc-windows-msvcSamuel Holland-7/+6
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+22
2017-08-22Copy musl startup objects before building stdSamuel Holland-16/+27
2017-08-22Infer a default musl_root for native buildsSamuel Holland-1/+8
2017-08-22Improve explanation of musl_rootSamuel Holland-1/+4
2017-08-22Remove incorrect special case of mips-muslSamuel Holland-1/+1
2017-08-22--print=native-static-libsKornel-3/+46
2017-08-22Split print functionKornel-4/+6
2017-08-22Fix little-endian assumptions in run-pass/union/union-basicJosh Stone-6/+2
2017-08-22Auto merge of #44013 - arielb1:coerce-snapshot, r=eddybbors-11/+27
2017-08-22Simplify code for handling Redox pathsIan Douglas Scott-10/+5
2017-08-22Mention null_mut on the pointer primitive docs.Nathaniel Ringo-3/+5
2017-08-22Fixed changes to .in-band CSSJouan Amate-0/+9
2017-08-22Return L4Re TargetOptions as a Result type instead of panicTobias Schaffner-6/+6
2017-08-22Use cfg! instead of #[cfg]Ian Douglas Scott-13/+3
2017-08-22remove needless cloneAndy Russell-1/+1
2017-08-22Auto merge of #44033 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-76/+103
2017-08-22L4Re Target: Add the needed Libraries and locate themSebastian Humenda-2/+52
2017-08-22Rollup merge of #44014 - Mark-Simulacrum:update-readme, r=alexcrichtonGuillaume Gomez-16/+20