about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-05Provide the option to use libc++ even on all platformsPetr Hosek-0/+11
2019-01-05Fix compile errorCorey Farwell-1/+1
2019-01-05Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccachePetr Hosek-8/+6
2019-01-06Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakisbors-204/+30
2019-01-06Remove unused codeShotaro Yamada-30/+0
2019-01-06Address review commentsVadim Petrochenkov-14/+27
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-156/+199
2019-01-05privacy: Mark everything in a header of a reachable impl as reachableVadim Petrochenkov-9/+36
2019-01-05privacy: Fix regression in impl reachabilityVadim Petrochenkov-3/+30
2019-01-05Add a target option "merge-functions" taking values in ("disabled",Peter Jin-8/+117
2019-01-05Cleanup PartialEq docs.Corey Farwell-47/+9
2019-01-05Auto merge of #57354 - kennytm:rollup, r=kennytmbors-305/+294
2019-01-05use the correct supertrait substitution in `object_ty_for_trait`Ariel Ben-Yehuda-9/+47
2019-01-05Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakiskennytm-17/+10
2019-01-05Rollup merge of #57342 - phansch:make_public, r=Centrilkennytm-1/+1
2019-01-05Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomezkennytm-2/+9
2019-01-05Rollup merge of #57326 - king6cong:doc, r=rkruppekennytm-2/+2
2019-01-05Rollup merge of #57314 - wiktorkuchta:master, r=Centrilkennytm-32/+32
2019-01-05Rollup merge of #57313 - Nemo157:box-to-pin, r=cramertjkennytm-5/+15
2019-01-05Rollup merge of #57312 - Mendess2526:master, r=Centrilkennytm-2/+2
2019-01-05Rollup merge of #57311 - dlrobertson:fix_valist_copy, r=KodrAuskennytm-1/+1
2019-01-05Rollup merge of #57295 - d-e-s-o:topic/be-be, r=zackmdaviskennytm-4/+4
2019-01-05Rollup merge of #57273 - alexcrichton:update-stdsimd, r=nikomatsakiskennytm-0/+1
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-149/+149
2019-01-05Rollup merge of #57238 - Zoxc:bt-fix, r=alexcrichtonkennytm-1/+10
2019-01-05Rollup merge of #57233 - Smibu:rename-and-fix-nolink-test, r=alexcrichtonkennytm-13/+12
2019-01-05Rollup merge of #57229 - mikeyhew:fix-56806, r=varkorkennytm-5/+37
2019-01-05Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakiskennytm-71/+9
2019-01-05Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichtonbors-53/+96
2019-01-05Remove `Region` from HAIRMatthew Jasper-55/+34
2019-01-05Auto merge of #57101 - o01eg:fix-57014, r=alexcrichtonbors-21/+26
2019-01-05Don't actually create a full MIR stack frame when not neededOliver Scherer-3/+27
2019-01-05Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakisbors-39/+49
2019-01-05Show suggestion to use .char().nth() and link to The Book on unimplemented In...folex-0/+34
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-453/+815
2019-01-05Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakisbors-267/+1648
2019-01-04use `delay_span_bug` instead of `bug!` when doing layout sanity checkMichael Hewson-5/+37
2019-01-04Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakisbors-0/+6
2019-01-04Improve diagnostic labels and add note.David Wood-43/+86
2019-01-04Make conflicting borrow description more robust.David Wood-31/+187
2019-01-04add test for #57162Ariel Ben-Yehuda-0/+7
2019-01-04add some debug logging to collectAriel Ben-Yehuda-2/+6
2019-01-04Auto merge of #56897 - euclio:parse-fatal, r=estebankbors-134/+451
2019-01-04librustc_mir: Make qualify_min_const_fn module publicPhilipp Hansch-1/+1
2019-01-04review commentsEsteban Küber-3/+3
2019-01-04Remove unused name from CrateAnalysisIgor Matuszewski-3/+0
2019-01-04Replace CrateAnalysis::access_levels with queryIgor Matuszewski-14/+10
2019-01-04Fix repeated word in astconv.rswiktorkuchta-2/+2
2019-01-04Update src/librustc/ty/fold.rsArtem Varaksa-1/+1
2019-01-04Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakisbors-584/+486