about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-14fixed wordingRalf Jung-1/+1
2018-08-13Window Mutex: make sure we properly initialize the SRWLockRalf Jung-0/+2
2018-08-10Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values...bors-202/+388
2018-08-10don't walk MIR if no local variables need livenessNiko Matsakis-1/+6
2018-08-10Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakisbors-51/+104
2018-08-10Auto merge of #53124 - davidtwco:issue-52742, r=nikomatsakisbors-58/+95
2018-08-10Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelixbors-169/+185
2018-08-09Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebankbors-0/+99
2018-08-09Auto merge of #53216 - kennytm:rollup, r=kennytmbors-409/+791
2018-08-10Rollup merge of #53207 - llogiq:num-rotate-docs, r=QuietMisdreavuskennytm-113/+115
2018-08-10Rollup merge of #53222 - ljedrz:cleanup_rustc_target, r=Mark-Simulacrumkennytm-50/+46
2018-08-10Rollup merge of #53215 - ljedrz:refactor_format, r=estebankkennytm-61/+70
2018-08-10Rollup merge of #53219 - memoryruins:nll_bootstrap_3, r=nikomatsakiskennytm-0/+13
2018-08-10Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakiskennytm-0/+10
2018-08-10Rollup merge of #53211 - memoryruins:nll_bootstrap, r=nikomatsakiskennytm-0/+8
2018-08-10Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomezkennytm-63/+63
2018-08-10Rollup merge of #53217 - strake:inline, r=nagisakennytm-0/+10
2018-08-10Rollup merge of #53106 - RalfJung:ordering, r=stjepangkennytm-74/+327
2018-08-10Rollup merge of #53183 - estebank:println-comma, r=oli-obkkennytm-19/+73
2018-08-10Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichtonkennytm-1/+9
2018-08-09Move span_bug and bug helper functions to utilMark Rousskov-40/+54
2018-08-09Cache ignored attributes inside ICH entirelyMark Rousskov-9/+6
2018-08-09Move Fingerprint to data structuresMark Rousskov-10/+12
2018-08-09Reuse Hash impls for session data structuresMark Rousskov-45/+13
2018-08-09Remove dependency on rustc::ty from code_statsMark Rousskov-14/+12
2018-08-09Move path2cstr to rustc_fs_utilMark Rousskov-20/+17
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-16/+41
2018-08-09Move SVH structure to data structuresMark Rousskov-16/+31
2018-08-09Add individual docs for rotate_{left, right}Andre Bogus-113/+115
2018-08-09A few cleanups for rustc_targetljedrz-50/+46
2018-08-09Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichtonbors-24/+203
2018-08-09[nll] libunwind: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] libterm: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] libsyntax_pos: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] librustc_target: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] librustc_incremental: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] librustc_driver: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] librustc_cratesio_shim: enable feature(nll) for bootstrapmemoryruins-0/+2
2018-08-09[nll] librustc_apfloat: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] libpanic_unwind: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] libpanic_abort: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09[nll] libfmt_macros: enable feature(nll) for bootstrapmemoryruins-0/+2
2018-08-09Updated tests after rebase.David Wood-30/+31
2018-08-09inline some short functionsM Farkas-Dyck-0/+10
2018-08-09Rollup merge of #53116 - jakllsch:netbsd-unsigned-char, r=alexcrichtonkennytm-0/+4
2018-08-09Rollup merge of #53110 - Xanewok:save-analysis-remap-path, r=nrckennytm-5/+3
2018-08-09Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrckennytm-0/+19
2018-08-09Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakiskennytm-23/+21
2018-08-09Fallback to 'has type' error messages rather than 'lifetime appears in type'.David Wood-26/+10
2018-08-09Correctly identify named early bound regions.David Wood-4/+56