about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-11-23make `./x.py bench` againMazdak Farrokhzad-61/+59
2019-11-22Allow miri allocation interning to work im generic MachinesWesley Wiser-1/+1
2019-11-23Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obkbors-2/+15
2019-11-22remove the 'dereferenceable' attribute from BoxRalf Jung-1/+7
2019-11-22Retire impl_stable_hash_for.Camille GILLOT-117/+6
2019-11-22Retire impl_stable_hash_for_spanned.Camille GILLOT-31/+0
2019-11-22Derives for ast.Camille GILLOT-21/+0
2019-11-22Invert implementations for TokenKind.Camille GILLOT-49/+9
2019-11-22Export HashStable for DelimSpan, Lit and Path.Camille GILLOT-23/+0
2019-11-22Derive HashStable_Generic for Ident.Camille GILLOT-5/+0
2019-11-22Derive HashStable_Generic for ExpnData.Camille GILLOT-11/+0
2019-11-22Rollup merge of #66637 - RalfJung:typo, r=CentrilMazdak Farrokhzad-1/+1
2019-11-22Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obkMazdak Farrokhzad-24/+83
2019-11-22Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkovMazdak Farrokhzad-110/+7
2019-11-22Invert flow in impl HashStable of Span.Camille GILLOT-11/+10
2019-11-22Add StableHashingContextLike to HashStable_Generic derive.Camille GILLOT-0/+4
2019-11-22Add support for tracking origins of uninitialized memoryTomasz Miąsko-0/+19
2019-11-22Add support for sanitizer recoveryTomasz Miąsko-9/+42
2019-11-22fix reoccuring typo: dereferencable -> dereferenceableRalf Jung-1/+1
2019-11-22Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxcbors-379/+1
2019-11-22Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkovbors-7/+1
2019-11-22Auto merge of #66282 - Centril:simplify-try, r=oli-obkbors-9/+9
2019-11-21Make `name` work for `MatchSource`Dylan MacKenzie-2/+15
2019-11-21Address review commentsMatthew Jasper-7/+4
2019-11-21Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centrilbors-335/+344
2019-11-21Track pointers to statics in MIRMatthew Jasper-16/+60
2019-11-21Fix rebaseMatthew Jasper-3/+3
2019-11-21Readjust const qualification to detect statics againSantiago Pastorino-1/+19
2019-11-21Introduce MIR optimizations for simplifying `x?` on `Result`s.Mazdak Farrokhzad-9/+9
2019-11-21Applied suggestions from code review.Alexander Regueiro-79/+80
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-307/+315
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-78/+190
2019-11-21Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obkMazdak Farrokhzad-36/+43
2019-11-21Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obkMazdak Farrokhzad-6/+16
2019-11-21Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakisMazdak Farrokhzad-19/+37
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-1/+5
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-6/+2
2019-11-20Fix cycle when debug-printing opaque typesAaron Hill-38/+65
2019-11-21reduce size of hir::ExprKindMazdak Farrokhzad-36/+43
2019-11-20Delete ProcessCfgModMark Rousskov-7/+1
2019-11-20Rollup merge of #66457 - cjgillot:just_hashstable, r=ZoxcMazdak Farrokhzad-285/+53
2019-11-20Rollup merge of #66060 - traxys:test_65401, r=michaelwoeristerMazdak Farrokhzad-0/+6
2019-11-20Remove pretty printing of specific nodes in ASTMark Rousskov-110/+7
2019-11-20Rollup merge of #66532 - cuviper:dwarf-aranges, r=michaelwoeristerMazdak Farrokhzad-0/+2
2019-11-20Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkovbors-5/+94
2019-11-19Fix derive syntax.Camille GILLOT-1/+1
2019-11-19Fix project syntax.Camille GILLOT-1/+1
2019-11-19Derive HashStable more.Camille GILLOT-29/+6
2019-11-19More HashStable.Camille GILLOT-94/+15
2019-11-19More HashStable.Camille GILLOT-144/+25