about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-13Disable relax relocations againMateusz Mikuła-3/+4
2019-03-13Drop copyright notice from musl-toolchainMateusz Mikuła-10/+0
2019-03-13musl: update LLVM to 7Mateusz Mikuła-1/+1
2019-03-13Address review commentsMartell Malone-2/+2
2019-03-13musl-toolchain: fix global lib paths (dont create /lib/libc.so)Jonathan Sieber-2/+1
2019-03-13Make the musl dynamic loader known to the system, so it can execute target bi...Jonathan Sieber-0/+11
2019-03-13build a proper c++-enabled musl toolchain with musl-cross-makeJonathan Sieber-9/+79
2019-03-13Set RUSTFLAGS env to make dylib workJonathan Sieber-0/+2
2019-03-13Enable dist-x86_64-musl as a host architextureJonathanS-2/+4
2019-03-13test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ...Felix S. Klock II-0/+99
2019-03-13Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-23082/+27842
2019-03-13add suggestions to invalid macro item errorAndy Russell-24/+85
2019-03-13Auto merge of #59143 - ehuss:update-cargo, r=ehussbors-0/+0
2019-03-13middle: replace NodeId with HirId in AccessLevelsljedrz-52/+55
2019-03-13Update cargoEric Huss-0/+0
2019-03-13Auto merge of #58349 - petrochenkov:uni201x, r=pnkfelixbors-111/+11
2019-03-13Revert "Don't generate minification variable if minification disabled"Manish Goregaokar-5/+1
2019-03-13Fix generic argument lookup for SelfAngelos Oikonomopoulos-59/+69
2019-03-13Add test for #55809.David Wood-0/+30
2019-03-13Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoeristerbors-2624/+366
2019-03-13Fix operator precedenceEsteban Küber-2/+2
2019-03-13tidy testSaleem Jaffer-1/+1
2019-03-13adding testSaleem Jaffer-0/+17
2019-03-12Stabilize Range*::contains.Steven Malis-34/+20
2019-03-13Rollup merge of #59138 - timvermeulen:simplify_select_fold1, r=sfacklerMazdak Farrokhzad-58/+49
2019-03-13Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelixMazdak Farrokhzad-2/+62
2019-03-13Rollup merge of #59130 - RalfJung:non-null, r=rkruppeMazdak Farrokhzad-0/+10
2019-03-13Rollup merge of #59129 - sanxiyn:visit-impl-trait, r=varkorMazdak Farrokhzad-1/+44
2019-03-13Rollup merge of #59124 - sntdevco:master, r=CentrilMazdak Farrokhzad-118/+118
2019-03-13Rollup merge of #59121 - czipperz:fix_assert_result_fromiterater, r=CentrilMazdak Farrokhzad-1/+1
2019-03-13Rollup merge of #59101 - kenta7777:reduce-code-repetition, r=oli-obkMazdak Farrokhzad-2/+3
2019-03-13Rollup merge of #59093 - Zoxc:no-prealloc, r=michaelwoeristerMazdak Farrokhzad-11/+0
2019-03-13Rollup merge of #59083 - kyren:master, r=varkorMazdak Farrokhzad-36/+41
2019-03-13Rollup merge of #59080 - nbaksalyar:fix-llvm-codegen-doc, r=frewsxcvMazdak Farrokhzad-3/+3
2019-03-13Rollup merge of #59057 - czipperz:standardize_range_documentation, r=shepmasterMazdak Farrokhzad-27/+43
2019-03-13Rollup merge of #59056 - scottmcm:even-fewer-lifetimes, r=sfacklerMazdak Farrokhzad-93/+93
2019-03-13Rollup merge of #58998 - xTibor:doc_from_bytes, r=scottmcmMazdak Farrokhzad-8/+8
2019-03-13Rollup merge of #58908 - JohnTitor:improve-rand, r=scottmcmMazdak Farrokhzad-1/+1
2019-03-13Rollup merge of #58876 - estebank:numeric-lifetime, r=petrochenkovMazdak Farrokhzad-3/+47
2019-03-13Rollup merge of #58829 - Xanewok:scoped-tls, r=ZoxcMazdak Farrokhzad-1/+1
2019-03-12Suggest adding lifetime to struct fieldEsteban Küber-4/+19
2019-03-12Make std time tests more robust for platform differencesJethro Beekman-9/+2
2019-03-13Add missing project attributesJohn Kåre Alsaker-0/+2
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-2622/+358
2019-03-13Fix newtype_indexJohn Kåre Alsaker-2/+6
2019-03-12review commentsEsteban Küber-3/+3
2019-03-12Rename test struct names to something more sensiblekyren-8/+8
2019-03-12Auto merge of #58743 - varkor:bulk-needstest-1, r=alexcrichtonbors-0/+305
2019-03-12Suggest return lifetime when there's only one named lifetimeEsteban Küber-4/+60
2019-03-12rustc: fix ICE when trait alias has bare SelfSean McArthur-2/+29