about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2020-03-06perf(dep_graph): Avoid allocating a set on when the number reads are smallMarkus Westerlind-2/+17
2020-03-06fix various typosMatthias Krüger-10/+10
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-1/+1
2020-03-05Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPCbors-22/+21
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-1/+1
2020-03-05Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertjDylan DPC-3/+3
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-2/+1
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-1/+1
2020-03-05Bumped version number for const_eval_limit in active.rsChristoph Schmidler-8/+6
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-3/+3
2020-03-05Disable CTFE if const_limit was set to 0, otherwise use the value set, which ...Christoph Schmidler-7/+7
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-1/+2
2020-03-04PlaceRef<'a, 'tcx> -> PlaceRef<'tcx>Santiago Pastorino-4/+4
2020-03-04Use .map() to modify data inside Options instead of using .and_then(|x| Some(...Matthias Krüger-3/+3
2020-03-04cover some more nearby casesRalf Jung-9/+8
2020-03-04use integer assoc consts instead of methodsRalf Jung-9/+9
2020-03-04Auto merge of #69550 - RalfJung:scalar, r=oli-obkbors-29/+15
2020-03-03Rollup merge of #69650 - matthiaskrgr:clnp, r=varkorDylan DPC-1/+1
2020-03-03Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkovDylan DPC-6/+3
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-9/+9
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-7/+7
2020-03-03Auto merge of #69482 - lqd:poloniusup, r=nikomatsakisbors-1/+1
2020-03-03use question mark operator in a few places.Matthias Krüger-6/+3
2020-03-03Rollup merge of #69619 - matthiaskrgr:misc, r=eddybYuki Okushi-5/+3
2020-03-03Use .next() instead of .nth(0) on iterators.Matthias Krüger-2/+2
2020-03-02Make PlaceRef lifetimes of Place::as_ref be both 'tcxSantiago Pastorino-1/+1
2020-03-03Simplify conditions like x + 1 <= y to x < yMatthias Krüger-1/+1
2020-03-02Remove chalk integrationCAD97-126/+0
2020-03-02use values() or keys() respectively when iterating only over keys or values o...Matthias Krüger-1/+1
2020-03-02Auto merge of #69469 - matthewjasper:type-flags, r=cramertjbors-92/+104
2020-03-02Auto merge of #69432 - petrochenkov:alldeps, r=eddybbors-4/+1
2020-03-01Clean up TypeFlagsMatthew Jasper-87/+99
2020-03-01Fix use of `has_infer_types`Matthew Jasper-5/+5
2020-03-01use for (idx, item) in iter.enumerate() instead of manually counting loop i...Matthias Krüger-4/+2
2020-03-01`delay_span_bug` when codegen cannot select obligationEsteban Küber-1/+1
2020-03-01Auto merge of #69380 - Zoxc:parent-module, r=michaelwoeristerbors-12/+17
2020-03-01Rollup merge of #69580 - matthiaskrgr:map_clone, r=CentrilYuki Okushi-2/+2
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-43/+43
2020-02-29Auto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r=Dylan-DPCbors-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-40/+40
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-2/+2
2020-02-29Make it build againVadim Petrochenkov-4/+4
2020-02-29Auto merge of #69263 - anyska:blacklist-powerpc-zst, r=nagisabors-7/+15
2020-02-29use .copied() instead of .map(|x| *x) on iteratorsMatthias Krüger-2/+2
2020-02-29Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPCbors-18/+18
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-30/+0
2020-02-29Reduce visibility of `get_module_parent_node` and remove `get_module_parent`John Kåre Alsaker-8/+2
2020-02-29Add a `parent_module_from_def_id` queryJohn Kåre Alsaker-5/+16
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-0/+14
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-2/+2