about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-02-11[self-profiler] Misc cleanupsWesley Wiser-15/+4
2019-02-11Capture time spent blocked waiting on queriesWesley Wiser-4/+39
2019-02-11Add self profiler events for loading incremental query results from diskWesley Wiser-3/+31
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-1/+1
2019-02-11Parallel rustc needs synchronizing smart pointer cloningOliver Scherer-2/+2
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-9/+10
2019-02-11Use a more fitting name for a respanning functionOliver Scherer-6/+8
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-12/+34
2019-02-11Do not apply future deprecation warning for #[deprecated]varkor-27/+1
2019-02-11Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebankbors-0/+10
2019-02-11Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxcbors-2/+6
2019-02-11Remove two dead functions.Nicholas Nethercote-33/+0
2019-02-11Add an option to print the status of incremental tasks / dep nodes after runn...John Kåre Alsaker-0/+17
2019-02-10rustc: doc commentsAlexander Regueiro-986/+993
2019-02-10Rollup merge of #58324 - RalfJung:fn-ptr-eq, r=oli-obkGuillaume Gomez-8/+23
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-33/+30
2019-02-10Auto merge of #58085 - wesleywiser:profiler_2, r=wesleywiserbors-182/+363
2019-02-10Auto merge of #58103 - RalfJung:mir-shim-dump, r=eddybbors-2/+5
2019-02-10Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoeristerbors-57/+100
2019-02-09Use ? in librustc macrosMatthew Jasper-260/+246
2019-02-09cleanup: remove hir_path_strljedrz-5/+0
2019-02-09cleanup: rename node_id_to_type(_opt)ljedrz-20/+16
2019-02-09miri: give non-generic functions a stable addressRalf Jung-8/+23
2019-02-09Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obkbors-17/+19
2019-02-09fix node classificationRalf Jung-5/+2
2019-02-09fix --emit=mir: StructCtors are functionsRalf Jung-1/+4
2019-02-09fix rebase fallout: AnonConsts are Consts, and Methods are functionsRalf Jung-1/+4
2019-02-09Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkovbors-1/+8
2019-02-08review comments: (marginally) reduce memory consumtionEsteban Küber-10/+20
2019-02-08Correct descriptive item name for implvarkor-5/+3
2019-02-08Use descriptive variant namevarkor-2/+2
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-35/+61
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Move no_hash from mir_built to optimized_mirJohn Kåre Alsaker-2/+2
2019-02-08Remove no_hash from typeck_tables_ofJohn Kåre Alsaker-1/+1
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-60/+103
2019-02-07Make it an incompatibility lint for nowMark Mansi-1/+8
2019-02-07Improve the error messages for missing stability attributesvarkor-10/+15
2019-02-07unused_imports: make the lint machine-applicablePietro Albini-0/+10
2019-02-07Add lowering errors for const genericsvarkor-32/+47
2019-02-07Add const params to Defvarkor-3/+14
2019-02-07Reweork incompatible match arms errorEsteban Küber-15/+28
2019-02-07Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapinGuillaume Gomez-3/+1
2019-02-07Calculate self-times not total timesWesley Wiser-7/+18
2019-02-07Add #[inline] annotationsWesley Wiser-0/+7
2019-02-07Implement more detailed self profilingWesley Wiser-182/+345
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-19/+12
2019-02-07Auto merge of #58254 - kennytm:rollup, r=kennytmbors-1243/+1235