about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-04-21Enforce consistent drop order w/ async methods.David Wood-9/+27
2019-04-21Move `async fn` arguments into closure.David Wood-31/+91
2019-04-21Add `AsyncArgument` to AST.David Wood-17/+34
2019-04-21AST/HIR: Use `Mutability` instead of bool in foreign staticsVadim Petrochenkov-5/+4
2019-04-21Remove mutability from `Def::Static`Vadim Petrochenkov-7/+10
2019-04-21Change return type of `TyCtxt::is_static` to boolVadim Petrochenkov-3/+8
2019-04-21Introduce query `static_mutability`Vadim Petrochenkov-28/+5
2019-04-21Introduce `LocalSource` into the AST.David Wood-2/+19
2019-04-21Auto merge of #60116 - RalfJung:miri-exit, r=oli-obkbors-0/+8
2019-04-20Refactor some existing methodsvarkor-15/+3
2019-04-20Add a `header` method to `FnKind`varkor-0/+8
2019-04-20improve docsRalf Jung-2/+2
2019-04-20Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obkbors-70/+39
2019-04-19add Miri error variant for process exitRalf Jung-0/+8
2019-04-19Auto merge of #60063 - spastorino:place2_2, r=oli-obkbors-0/+94
2019-04-19Rollup merge of #60064 - estebank:issue-59980, r=varkorMazdak Farrokhzad-7/+27
2019-04-19Rollup merge of #60045 - estebank:suggest-std, r=petrochenkovMazdak Farrokhzad-0/+5
2019-04-19Rollup merge of #59915 - michaelwoerister:sp-event-filters-1, r=wesleywiserMazdak Farrokhzad-28/+97
2019-04-18Suggest appropriate path when calling associated item on bare typesEsteban Küber-0/+5
2019-04-18Implement event filtering for self-profiler.Michael Woerister-28/+97
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-1/+1
2019-04-18Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertjbors-5/+13
2019-04-18Auto merge of #60048 - estebank:issue-54954, r=sanxiynbors-0/+13
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-0/+12
2019-04-17Point at try `?` on errors affecting the err match arm of the desugared codeEsteban Küber-7/+15
2019-04-18Make PlaceProjectionsIter a proper iteratorSantiago Pastorino-4/+18
2019-04-18Add own_requires_monomorphizationvarkor-5/+13
2019-04-17Fix ICE on const evaluation of const methodEsteban Küber-0/+13
2019-04-17Make iterate take a FnOnce with PlaceBase and PlaceProjectionIterSantiago Pastorino-36/+34
2019-04-17Place::iterate do not take an accumulator anymore, hide that in a private fnSantiago Pastorino-1/+8
2019-04-17Place::unroll -> Place::iterateSantiago Pastorino-4/+4
2019-04-17Move unroll_place to Place::unrollSantiago Pastorino-0/+75
2019-04-17Rename modulesYuki OKUSHI-1/+1
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-0/+0
2019-04-17Rollup merge of #59986 - RalfJung:miri-new-alloc, r=oli-obkMazdak Farrokhzad-70/+45
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-68/+103
2019-04-17Deny `internal` in stage0Mateusz Mikuła-2/+2
2019-04-16Miri: refactor new allocation taggingRalf Jung-70/+45
2019-04-16refactor ExprKind to use new PointerCast enumSaleem Jaffer-21/+3
2019-04-16refactor Adjustment to use new PointerCast enumSaleem Jaffer-50/+45
2019-04-16Rollup merge of #59993 - euclio:unused-ref-field, r=estebankMazdak Farrokhzad-5/+12
2019-04-16Rollup merge of #59903 - estebank:after-main, r=oli-obkMazdak Farrokhzad-1/+0
2019-04-15include mode in unused binding suggestion spanAndy Russell-5/+12
2019-04-15Rollup merge of #59779 - flip1995:uplift_get_def_path, r=ManishearthMazdak Farrokhzad-6/+28
2019-04-15basic refactor. Adding PointerCast enumSaleem Jaffer-20/+12
2019-04-15Auto merge of #59655 - Zoxc:symbols, r=petrochenkovbors-3/+3
2019-04-15Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxcbors-2/+3
2019-04-15Make check_name genericJohn Kåre Alsaker-3/+3
2019-04-15Reduce the `DepNode` pre-allocation ratio.Nicholas Nethercote-2/+3
2019-04-14Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors-27/+59