summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-20Refactor hir::GenericParam as a structvarkor-566/+704
2018-06-20Rename ast::GenericParam and ast::GenericArgvarkor-124/+123
2018-06-20Make method and variable names more consistentvarkor-163/+182
2018-06-20Rename "parameter" to "arg"varkor-355/+242
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-203/+194
2018-06-20Abstract walk_path_parametersvarkor-2/+7
2018-06-20Rename *Parameter to *Paramvarkor-77/+81
2018-06-20Consolidate PathParameters and AngleBracketedParameterDatavarkor-175/+364
2018-06-20Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom...bors-454/+784
2018-06-20Replace unreachable! with unreachable_uncheckedMartin Glagla-3/+3
2018-06-20Auto merge of #51644 - Sgeo:patch-1, r=rkruppebors-1/+1
2018-06-20Auto merge of #51617 - nnethercote:nll-allocs, r=pnkfelixbors-13/+21
2018-06-19Update error code numbersEsteban Küber-11/+11
2018-06-19Update message for `!Sized` typesEsteban Küber-207/+209
2018-06-19Run rustfmtSantiago Pastorino-451/+692
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-13/+102
2018-06-19Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppebors-2/+34
2018-06-20Raise an error if gcov profiling and incremental compilation are both enabledMarco Castelluccio-0/+7
2018-06-19Add test for updated parser errorEsteban Küber-0/+32
2018-06-19Remove erroneous example of main as a non-Result function.Sgeo-1/+1
2018-06-19Fix tidy and remove unused methodEsteban Küber-7/+8
2018-06-19Point to previous line for single expected tokenEsteban Küber-1/+20
2018-06-19Add link to book for `Sized` errorsEsteban Küber-1/+44
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-318/+394
2018-06-20Fix doc build on unknown windows targetGuillaume Gomez-0/+2
2018-06-19Auto merge of #51275 - pnkfelix:nll-diagnostics-revise-check-access-permissio...bors-263/+670
2018-06-19Auto merge of #51543 - SimonSapin:oom, r=SimonSapinbors-64/+72
2018-06-19Add code to incorrect `pub` restriction errorEsteban Küber-7/+10
2018-06-19Add code to `invalid ABI` errorEsteban Küber-7/+14
2018-06-19Update the error message for a missing global allocatorSimon Sapin-3/+5
2018-06-19Add a UI test for the missing allocator error messageSimon Sapin-0/+30
2018-06-19Add unit test for case that didn't seem to be covered in existing UI testsFelix S. Klock II-0/+46
2018-06-19Update the existing compile-fail tests to reflect diagnostic changes in NLL.Felix S. Klock II-1/+8
2018-06-19Update the existing UI tests to reflect diagnostic changes in NLL.Felix S. Klock II-5/+38
2018-06-19Added diagnostics for suggesting `mut x` on repeated mutations of `x`.Felix S. Klock II-46/+63
2018-06-19updates to compile-fail tests for changes to NLL.Felix S. Klock II-3/+3
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-103/+163
2018-06-19NLL: Broad rewrite of check_access_perimssions.Felix S. Klock II-100/+205
2018-06-19small refactoring: replaced mutable state with `return` statements in control...Felix S. Klock II-15/+22
2018-06-19Thread more argument info down from `Hir` into the `mir::LocalDecls`.Felix S. Klock II-6/+36
2018-06-19Add `fn fn_decl` to `Hir`, for looking up the `FnDecl` of a body owner.Felix S. Klock II-0/+42
2018-06-19Refactor: Replace anonymous-tuple with tuple struct as prep for adding more f...Felix S. Klock II-7/+9
2018-06-19Thread info about form of variable bindings, including spans of arg types, do...Felix S. Klock II-27/+85
2018-06-19specialize StepBy<Range(Inclusive)>Emerentius-7/+81
2018-06-19Update zx_cprng_draw_new on FuchsiaAdam Barth-4/+3
2018-06-19Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrumbors-15/+13
2018-06-19Auto merge of #51081 - kornelski:examplestr, r=steveklabnikbors-23/+37
2018-06-19Auto merge of #51597 - Mark-Simulacrum:update-books, r=Mark-Simulacrumbors-0/+0
2018-06-19Auto merge of #50383 - stevepentland:union-derive, r=oli-obkbors-3/+56
2018-06-19Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakisbors-43/+103