about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-06Update README.mdMazdak Farrokhzad-1/+1
2019-08-06doc: the content has since been moved to the guideTshepang Lekhonkhobe-5/+2
2019-08-06doc: fix broken sentenceTshepang Lekhonkhobe-1/+1
2019-08-05Clarify align_to's requirements and obligationsJake Goulding-6/+8
2019-08-05Tests around moving parts of structs and tuples across await pointsRyan Gorup-0/+95
2019-08-05Remove gensym from format_argsMatthew Jasper-12/+14
2019-08-05Make some items in core::unicode privateMatthew Jasper-20/+20
2019-08-05Fix various issues with making items reachable through macrosMatthew Jasper-31/+276
2019-08-05Changed tests to check-pass.Alexander Regueiro-2/+2
2019-08-06Add test for DerefMut methodsGuillaume Gomez-0/+29
2019-08-06PlaceRef's base is already a referenceSantiago Pastorino-10/+10
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-131/+209
2019-08-05Display methods from DerefMut in the sidebar as wellGuillaume Gomez-3/+5
2019-08-05Make qualify consts in_projection use PlaceRefSantiago Pastorino-14/+15
2019-08-05Update LLVM submoduleNikita Popov-0/+0
2019-08-05Auto merge of #59369 - oli-obk:unwrap_usICE, r=eddyb,nikomatsakisbors-142/+298
2019-08-05assume_init: warn about valid != safeRalf Jung-0/+7
2019-08-05Don't recommend `extern crate` syntaxKornel-27/+27
2019-08-05improve wrapping_ docsRalf Jung-26/+112
2019-08-05note about stack-allocated variables being allocated objectsRalf Jung-8/+16
2019-08-05improve align_offset docsRalf Jung-4/+8
2019-08-05Force callers of resolve_ast_path to deal with Res::Err correctlyMark Rousskov-10/+9
2019-08-05Get rid of one more useless `lift` invocationOliver Scherer-2/+1
2019-08-05Update to new passing-ui-test schemeOliver Scherer-2/+2
2019-08-05Prevent array length printing cycle with debug assertionsOliver Scherer-1/+6
2019-08-05Fixup: eval_usize needs param envOliver Scherer-1/+1
2019-08-05Address comment and formatting nitsOliver Scherer-3/+3
2019-08-05Clear the ParamEnv where its information is irrelevantOliver Scherer-35/+43
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-119/+230
2019-08-05Add regression testsOliver Scherer-0/+37
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-64/+80
2019-08-05Clean up the `ty::Const::assert*` methodsOliver Scherer-50/+30
2019-08-05Auto merge of #61491 - stjepang:impls-for-accesserror, r=dtolnaybors-0/+5
2019-08-05Added another test.Alexander Regueiro-0/+12
2019-08-05Don't store &SpanMark Rousskov-6/+6
2019-08-05Add implementations for converting boxed slices into boxed arraysJake Goulding-6/+195
2019-08-05test drop order for parameters when a future is dropped part-way through exec...David Laban-0/+307
2019-08-05review feedback: find lib root path from registryMartin Finkel-9/+19
2019-08-05Replace error callback with ResultMark Rousskov-23/+24
2019-08-05Added test for issue.Alexander Regueiro-0/+24
2019-08-05useful debugNiko Matsakis-0/+14
2019-08-05useful commentsNiko Matsakis-2/+13
2019-08-05Ensure `type_param_predicates` fn only returns predicates for type param with...Alexander Regueiro-6/+12
2019-08-05Got rid of concept of 'principal trait' in more places in codebase.Alexander Regueiro-49/+47
2019-08-05A few cosmetic improvements.Alexander Regueiro-37/+38
2019-08-05fix slice comparisonRalf Jung-1/+1
2019-08-05Remove leftover AwaitOriginMark Rousskov-9/+0
2019-08-05Make mk_attr_id private to libsyntaxMark Rousskov-1/+1
2019-08-05Drop explicit span argument from mk_name_value_itemMark Rousskov-5/+4
2019-08-05Drop span argument from mk_list_itemMark Rousskov-14/+11