about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-12-11Optimize `shallow_resolve_changed`.Nicholas Nethercote-13/+15
2019-12-10Avoid invalid suggestion by checking the snippet in const fn callEsteban Küber-1/+22
2019-12-10Suggest setting type param on function callEsteban Küber-0/+24
2019-12-10Use `generics_of` instead of incorrectly inspecting `FnSig` argumentsEsteban Küber-25/+44
2019-12-10Move suggestion code to its own methodEsteban Küber-42/+54
2019-12-10Use the appropriate number of type arguments in suggestionEsteban Küber-15/+66
2019-12-10Fix rebaseEsteban Küber-6/+6
2019-12-10Deduplicate logicEsteban Küber-47/+62
2019-12-10Point at method call when type annotations are neededEsteban Küber-20/+65
2019-12-09Rollup merge of #67125 - hashedone:master, r=petrochenkovTyler Mandry-5/+9
2019-12-09Make const index and subslice array projections more usefulMatthew Jasper-11/+24
2019-12-09Added ExactSizeIterator bound to return typesBartłomiej Kuras-23/+11
2019-12-09Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasperbors-1/+1
2019-12-08Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrumbors-1/+1
2019-12-08async/await: correct diag note for `async move`David Wood-10/+11
2019-12-08async/await: more improvements to non-send errorsDavid Wood-83/+211
2019-12-08Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddybMazdak Farrokhzad-55/+51
2019-12-08Rollup merge of #66325 - BartMassey:master, r=joshtriplettMazdak Farrokhzad-2/+2
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-6/+26
2019-12-07Added ExactSizeIterator bound to return typesBartłomiej Kuras-15/+31
2019-12-07Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obkbors-5/+21
2019-12-06Rollup merge of #67071 - estebank:issue-66868, r=davidtwcoMazdak Farrokhzad-0/+4
2019-12-06Auto merge of #65195 - varkor:to_option, r=Centrilbors-35/+9
2019-12-07Rollup merge of #66846 - gizmondo:master, r=michaelwoeristerYuki Okushi-5/+16
2019-12-06Fix rebase issuesvarkor-1/+1
2019-12-06Rename to `then_some` and `then`varkor-6/+6
2019-12-06Use `to_option` in various placesvarkor-35/+9
2019-12-06update to polonius 0.11 to compute subset errorslqd-1/+1
2019-12-06Make try_mark_previous_green aware of cycles.Alex Aktsipetrov-5/+16
2019-12-05Add caller_location paramter to FnAbi::new_internal.Adam Perry-2/+11
2019-12-05Generate &core::panic::Location type in a single place.Adam Perry-0/+10
2019-12-05Implement #[track_caller] in const.Adam Perry-4/+5
2019-12-05rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...Paul Daniel Faria-55/+51
2019-12-05Do not ICE on closure typeckEsteban Küber-0/+4
2019-12-05Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPCMazdak Farrokhzad-11/+24
2019-12-05Rollup merge of #67010 - estebank:raw-idents, r=CentrilMazdak Farrokhzad-0/+3
2019-12-04Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJungbors-3/+112
2019-12-04Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisabors-108/+124
2019-12-03Include a span in more `expected...found` notesAaron Hill-11/+24
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-0/+3
2019-12-04Leave fixmeOliver Scherer-0/+1
2019-12-03Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obkMazdak Farrokhzad-0/+7
2019-12-03Move Session to librustc_sessionMark Rousskov-4724/+1
2019-12-03Duplicate CrateConfig into SessionMark Rousskov-1/+3
2019-12-03Directly use types from libsyntax::astMark Rousskov-5/+4
2019-12-03Re-export Client from rustc_data_structures::jobserverMark Rousskov-2/+1
2019-12-03Move NativeLibraryKind to rustc_sessionMark Rousskov-27/+16
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-153/+9
2019-12-03Move Lint to rustc_sessionMark Rousskov-87/+3
2019-12-03Move Level to rustc_sessionMark Rousskov-41/+3