about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-27Use an 'approximate' universal upper bound when reporting region errorsAaron Hill-12/+101
2020-06-27Update src/librustc_mir/interpret/intrinsics.rsGary Guo-2/+1
2020-06-27Improve messaging from PR feedbackDavid Hewitt-23/+12
2020-06-27Document the type keywordAlexis Bourget-2/+26
2020-06-28Update src/doc/unstable-book/src/language-features/rustc-attrs.mdIvan Tham-1/+1
2020-06-27Update the documentation to point to open instead of is_file and is_dirAlexis Bourget-11/+15
2020-06-27Recover extra trailing angle brackets in struct definitionAaron Hill-8/+66
2020-06-27Forward Hash::write_iN to Hash::write_uNNikita Popov-5/+5
2020-06-27fix typo in self-profile.mdTakuto Ikuta-1/+1
2020-06-27more LocalDefId cleanupBastian Kauschke-260/+259
2020-06-27Add test for issue-71381Yuki Okushi-0/+47
2020-06-27more LocalDefId in ty::contextBastian Kauschke-6/+10
2020-06-27use LocalDefId in module checkingBastian Kauschke-39/+39
2020-06-27Small cleanup for E0705 explanationGuillaume Gomez-2/+2
2020-06-27linker: Create GNU_EH_FRAME header by default when producing ELFsVadim Petrochenkov-14/+19
2020-06-27Add unstable docs for rustc_attrsIvan Tham-0/+50
2020-06-27Auto merge of #73779 - Manishearth:rollup-lwqd9jm, r=Manishearthbors-116/+445
2020-06-27Fix ICE for lib featuresGary Guo-4/+25
2020-06-26Auto merge of #73596 - petrochenkov:shebang2, r=Mark-Simulacrumbors-20/+21
2020-06-26Rollup merge of #73765 - kraai:remove-blank-line, r=jonas-schievinkManish Goregaokar-1/+0
2020-06-26Rollup merge of #73738 - nbdd0121:comment, r=nikomatsakisManish Goregaokar-5/+0
2020-06-26Rollup merge of #73728 - oli-obk:const_prop_cleanup, r=wesleywiserManish Goregaokar-6/+13
2020-06-26Rollup merge of #73718 - poliorcetics:super-keyword, r=shepmasterManish Goregaokar-2/+18
2020-06-26Rollup merge of #73694 - poliorcetics:self-upper-keyword, r=Mark-SimulacrumManish Goregaokar-2/+57
2020-06-26Rollup merge of #73691 - ajpaverd:bootstrap-windows-73689, r=Mark-SimulacrumManish Goregaokar-0/+6
2020-06-26Rollup merge of #73627 - ssomers:btree_iter_min_max, r=Mark-SimulacrumManish Goregaokar-0/+141
2020-06-26Rollup merge of #73579 - RalfJung:doc-missing-links, r=shepmasterManish Goregaokar-2/+4
2020-06-26Rollup merge of #73529 - pickfire:liballoc-specfromelem-i8, r=cuviperManish Goregaokar-1/+15
2020-06-26Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakisManish Goregaokar-3/+39
2020-06-26Rollup merge of #72937 - AdrianCX:master, r=nikomatsakisManish Goregaokar-71/+54
2020-06-26Rollup merge of #72771 - jyn514:rustdoc, r=ManishearthManish Goregaokar-23/+98
2020-06-26Make `likely` and `unlikely` constGary Guo-0/+10
2020-06-26Fix allow_internal_unstable with rustc_const_unstableGary Guo-7/+18
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-102/+745
2020-06-26Make `fn_arg_names` return `Ident` instead of symbolAaron Hill-21/+34
2020-06-26removes unnecessary tidy ignoreroot-12/+2
2020-06-26moves terminator types to sub moduleroot-494/+519
2020-06-26Add peek test for projectionsDylan MacKenzie-0/+48
2020-06-26Handle stores to projections correctly in liveness analysisDylan MacKenzie-2/+25
2020-06-26remove some compiler warningsStefan Lankes-3/+1
2020-06-26rustc_lexer: Simplify shebang parsing once moreVadim Petrochenkov-20/+21
2020-06-26Don't pollute docs/suggestions with libstd depsAlex Crichton-0/+16
2020-06-27Add liballoc doc panic detail according to RawVecIvan Tham-11/+5
2020-06-26errors: use `-Z terminal-width` in JSON emitterDavid Wood-7/+96
2020-06-26Update mdbook.Eric Huss-7/+10
2020-06-26Remove mdbook-linkcheck.Eric Huss-126/+2
2020-06-26Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebankbors-986/+1273
2020-06-26Remove blank lineKRAAI, MATTHEW [VISUS]-1/+0
2020-06-26Document the trait keywordAlexis Bourget-3/+172
2020-06-26Fix debug messagesJoshua Nelson-3/+2