about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2018-08-03Auto merge of #51657 - wesleywiser:wip_profiling, r=eddybbors-1/+306
2018-08-02Generate self-profiler types with macrosWesley Wiser-130/+91
2018-08-02Fix tidyWesley Wiser-12/+25
2018-08-02Remove some dead codeWesley Wiser-17/+1
2018-08-02Include additional data in the json outputWesley Wiser-3/+12
2018-08-02Include query hits/totalsWesley Wiser-3/+10
2018-08-02Refactor json printingWesley Wiser-35/+21
2018-08-02First pass at json outputWesley Wiser-0/+52
2018-08-02Fix more missed query dataWesley Wiser-0/+9
2018-08-02Remove redundant s in outputWesley Wiser-1/+1
2018-08-02Fix some missed query dataWesley Wiser-4/+3
2018-08-02Switch to markdown outputWesley Wiser-12/+15
2018-08-02Add units to timesWesley Wiser-1/+1
2018-08-02Basic incremental statsWesley Wiser-9/+55
2018-08-02Basic profilingWesley Wiser-1/+237
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-0/+8
2018-08-02Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichtonbors-14/+7
2018-08-02When we turn on NLL migration in the 2018 edition, we need two-phase borrows ...Felix S. Klock II-3/+11
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-14/+7
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-7/+7
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-0/+8
2018-08-01Auto merge of #52937 - pietroalbini:rollup, r=pietroalbinibors-29/+92
2018-08-01Rollup merge of #52851 - flip1995:tool_lints, r=oli-obkPietro Albini-29/+92
2018-08-01Auto merge of #52756 - alexcrichton:cap-applicable, r=oli-obkbors-14/+16
2018-07-31assert no region obligations on entering custom type opNiko Matsakis-0/+13
2018-07-30rustc: Disallow machine applicability in foreign macrosAlex Crichton-14/+16
2018-07-30Explain that the tool is responsible for unknown tool_lintsflip1995-3/+4
2018-07-30Check if the lint_name is from a tool and if the tool_lint existsflip1995-29/+71
2018-07-30Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasperbors-3/+3
2018-07-30Introduce the declare_tool_lint macroflip1995-0/+20
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-90/+85
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-26/+17
2018-07-29Sanity-check all constantsOliver Schneider-6/+22
2018-07-29Remove unused `mut`sMatthew Jasper-3/+3
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-26/+17
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-28/+28
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-10/+11
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-0/+3
2018-07-28Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelixbors-22/+79
2018-07-28Don't format!() string literalsljedrz-90/+85
2018-07-28Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakisbors-2/+11
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-5/+5
2018-07-28Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelixkennytm-9/+0
2018-07-28Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakiskennytm-14/+7
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-0/+3
2018-07-27Use slices where a vector is not necessaryljedrz-5/+5
2018-07-27Better Option handlingShotaro Yamada-7/+9
2018-07-27Remove unnecessary `.collect()`Shotaro Yamada-1/+1
2018-07-27Use str::repeatShotaro Yamada-2/+1