summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-05Opt out of CTFE if the 'const_eval_limit' is set to 0Christoph Schmidler-10/+26
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-37/+52
2020-03-05Disable CTFE if const_limit was set to 0, otherwise use the value set, which ...Christoph Schmidler-8/+40
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-1/+45
2020-03-05Auto merge of #69717 - estebank:correctly-probe, r=varkorbors-2/+1
2020-03-04Tweak output for invalid negative impl AST errorsEsteban Küber-52/+56
2020-03-04Documentation and slight simplification of BTreeMap's internalsStein Somers-14/+19
2020-03-04Correctly reject `TraitCandidate` in all casesEsteban Küber-2/+1
2020-03-04Update stderrAaron Hill-59/+35
2020-03-04Fix tabsAaron Hill-10/+10
2020-03-04Extent pretty-print testAaron Hill-0/+9
2020-03-04Test that cfg-gated if-exprs are not type-checkedAaron Hill-0/+12
2020-03-04Move if-attr tests to their own directoryAaron Hill-0/+0
2020-03-04Add run-pass test suggested by @joshtriplettAaron Hill-0/+15
2020-03-04Remove recovery testAaron Hill-30/+0
2020-03-04Test trying to cfg-remove an `if` expressionAaron Hill-0/+13
2020-03-04Test that stmt_expr_attrs properly gates if-attrsAaron Hill-0/+18
2020-03-04Test #[allow(unused)] on `if` expressionAaron Hill-0/+12
2020-03-04Permit attributes on 'if' expressionsAaron Hill-34/+137
2020-03-04PlaceRef<'a, 'tcx> -> PlaceRef<'tcx>Santiago Pastorino-50/+46
2020-03-04Make PlaceRef lifetimes of in_projection be both 'tcxSantiago Pastorino-4/+4
2020-03-04Make PlaceRef lifetimes of is_prefix_of be both 'tcxSantiago Pastorino-4/+4
2020-03-04Make PlaceRef lifetimes of classify_drop_access_kind be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of closure_span be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of move_spans be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of borrowed_content_source be both 'tcxSantiago Pastorino-2/+2
2020-03-04Move formatting to different functionJonas Schievink-1/+5
2020-03-04Make PlaceRef lifetimes of describe_field be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of add_moved_or_invoked_closure_note be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcxSantiago Pastorino-6/+6
2020-03-04Use single-char patter on {ends,starts}_with and remove clone on copy type.Matthias Krüger-4/+4
2020-03-04Don't use "if let" bindings to only check a value and not actually bind anyth...Matthias Krüger-9/+9
2020-03-04Use .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_ref...Matthias Krüger-2/+2
2020-03-04Use .map() to modify data inside Options instead of using .and_then(|x| Some(...Matthias Krüger-22/+17
2020-03-04Don't use .ok() before unwrapping via .expect() on a Result.Matthias Krüger-1/+0
2020-03-04Update macros.rs: fix documentation typo.Penelope Phippen-1/+1
2020-03-04Add unborrow to reset RefCell borrow stateAndreas Molzer-5/+36
2020-03-04On mismatched delimiters, only point at empty blocks that are in the same lineEsteban Küber-9/+8
2020-03-04submodules: update clippy from 8b7f7e66 to 329923edMatthias Krüger-7/+11
2020-03-04Use subslice patterns in slice methodsJosh Stone-22/+8
2020-03-04Auto merge of #69576 - matthiaskrgr:nightly_bootstrap_from_beta, r=Centrilbors-1/+1
2020-03-04Further clarifications and comments on toolstate operation.Eric Huss-4/+12
2020-03-04Make PlaceRef lifetimes of move_path_for_place be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of move_path_closest_to be both 'tcxSantiago Pastorino-2/+2
2020-03-04more toolstate commentsRalf Jung-9/+12
2020-03-04Toolstate: remove redundant beta-week check.Eric Huss-30/+9
2020-03-04Update booksEric Huss-0/+0
2020-03-04Make PlaceRef lifetimes of uninitialized_error_reported be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of move_error_reported be both 'tcxSantiago Pastorino-9/+10
2020-03-04warn on macro_use attrDevin R-1/+8