about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-09Remove some outdated comments about dependency tracking from cstore_impl.Michael Woerister-10/+0
2019-10-09self-profiling: Add events for tracking crate metadata loading related activi...Michael Woerister-0/+8
2019-10-09Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an...Michael Woerister-14/+45
2019-10-09Move unstable book entry into compiler flags directoryIgor Aleksanov-0/+0
2019-10-09Auto merge of #65208 - michaelwoerister:sp-events-review-2, r=wesleywiserbors-4/+39
2019-10-09self-profiling: Add events for everything except trait selection.Michael Woerister-4/+39
2019-10-09Add failing example for Self in supertrait listing in E0038 documentationKonrad Borowski-1/+5
2019-10-09Auto merge of #65198 - nnethercote:fix-65080, r=Mark-Simulacrumbors-61/+80
2019-10-09Follow the styling guideIgor Aleksanov-2/+10
2019-10-09Add an entry to the unstable bookIgor Aleksanov-0/+80
2019-10-09Make interface of the feature more convenientIgor Aleksanov-6/+20
2019-10-09Resolve divergency with masterIgor Aleksanov-26/+54
2019-10-09Rollup merge of #65175 - andjo403:partitioning, r=zackmdavisMazdak Farrokhzad-3/+7
2019-10-09Rollup merge of #65166 - csmoe:async-move, r=estebankMazdak Farrokhzad-1/+74
2019-10-09Rollup merge of #65037 - anp:track-caller, r=oli-obkMazdak Farrokhzad-2/+395
2019-10-09Rollup merge of #64656 - passcod:map-entry-insert, r=AmanieuMazdak Farrokhzad-1/+48
2019-10-08add checking (r == 0)Baoshan Pang-1/+1
2019-10-09Change incorrect trait name in E0038 error documentationKonrad Borowski-1/+1
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-18/+1
2019-10-09Implement (HashMap) Entry::insert as per #60142Félix Saparelli-1/+48
2019-10-08Rollup merge of #65213 - estebank:peel-drop-temps, r=CentrilMazdak Farrokhzad-15/+29
2019-10-08Rollup merge of #65194 - estebank:remove_str, r=petrochenkovMazdak Farrokhzad-10/+23
2019-10-08Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-SimulacrumMazdak Farrokhzad-36/+205
2019-10-08Rollup merge of #65133 - davidtwco:issue-65035-static-with-generic-in-foreign...Mazdak Farrokhzad-181/+266
2019-10-08Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...Mazdak Farrokhzad-771/+11
2019-10-08Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkovMazdak Farrokhzad-2/+47
2019-10-08Update LLVM for Emscripten exception handling supportThomas Lively-0/+0
2019-10-08Split non-CAS atomic support off into target_has_atomic_load_storeAmanieu d'Antras-98/+127
2019-10-09Update ui testsben-10/+10
2019-10-08resolve: prohibit foreign statics w/ genericsDavid Wood-181/+266
2019-10-08Auto merge of #65209 - Centril:rollup-tzc0j87, r=Centrilbors-91/+266
2019-10-08review commentsEsteban Küber-9/+5
2019-10-09Update feature gate error messageBen Lewis-1/+1
2019-10-09Fix reify_fn_ptr test as we now pretty print const function pointers.ben-1/+1
2019-10-09Refactor pretty print const to use a big match statementben-123/+106
2019-10-09Substitute and normalize all types of consts within collect constben-11/+6
2019-10-09Gate use of raw and function pointers in const generics behindben-7/+131
2019-10-09Pretty print function pointer const values.ben-15/+27
2019-10-09Fix calling function pointer const parameters. Also fixes inference ofben-30/+145
2019-10-08Call `Expr::peel_drop_temps()` from more places for more accurate suggestionsEsteban Küber-13/+23
2019-10-08Ignore `ExprKind::DropTemps` for some ref suggestionsEsteban Küber-22/+30
2019-10-08Rollup merge of #65179 - GuillaumeGomez:long-err-explanation-E0567, r=davidtwcoMazdak Farrokhzad-2/+30
2019-10-08Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoeristerMazdak Farrokhzad-33/+18
2019-10-08Rollup merge of #65162 - Mark-Simulacrum:no-cache-loading-map, r=michaelwoeri...Mazdak Farrokhzad-31/+0
2019-10-08Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkorMazdak Farrokhzad-9/+102
2019-10-08Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebankMazdak Farrokhzad-1/+1
2019-10-08Rollup merge of #65102 - tmiasko:tsan-probe-stack, r=alexcrichtonMazdak Farrokhzad-4/+6
2019-10-08Rollup merge of #64918 - GuillaumeGomez:long-err-explanation-E0551, r=oli-obkMazdak Farrokhzad-2/+20
2019-10-08Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPCMazdak Farrokhzad-9/+89
2019-10-08Update ClippyMateusz Mikuła-18/+13