about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-07syntax: Treat error literals in more principled wayVadim Petrochenkov-27/+33
2019-06-07Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obkbors-168/+516
2019-06-07Auto merge of #61541 - petrochenkov:tsp, r=oli-obkbors-959/+978
2019-06-07Auto merge of #61408 - varkor:fmin-fmax-llvm-intrinsics, r=alexcrichtonbors-38/+83
2019-06-06Rollup merge of #61559 - spastorino:make-visitors-iterate, r=oli-obkMazdak Farrokhzad-77/+87
2019-06-06Rollup merge of #61554 - spastorino:change_visit_api, r=oli-obkMazdak Farrokhzad-39/+44
2019-06-06Rollup merge of #61376 - czipperz:bound-cloned, r=sfacklerMazdak Farrokhzad-1/+41
2019-06-06Add intrinsics for floating-point min and maxvarkor-37/+82
2019-06-06Update compiler_builtinsvarkor-1/+1
2019-06-06Make sure constructors functions are type checked correctlyMatthew Jasper-0/+127
2019-06-06Make constructors actually be const functionsMatthew Jasper-13/+237
2019-06-06Don't run MIR passes on constructor shimsMatthew Jasper-155/+152
2019-06-06Auto merge of #61583 - Centril:rollup-ug2cbfd, r=Centrilbors-32/+36
2019-06-06Rollup merge of #61582 - matthiaskrgr:submodule_upd, r=oli-obkMazdak Farrokhzad-11/+7
2019-06-06Rollup merge of #61571 - czipperz:needs_drop-doc-escape-HashMap, r=Mark-Simul...Mazdak Farrokhzad-2/+2
2019-06-06Rollup merge of #61557 - alexcrichton:build-less, r=pietroalbiniMazdak Farrokhzad-1/+9
2019-06-06Rollup merge of #61556 - phansch:emitter_cleanup, r=estebankMazdak Farrokhzad-18/+18
2019-06-06Address review commentsVadim Petrochenkov-16/+19
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-101/+109
2019-06-06syntax: Use `Token` in visitors and fix a mut visitor testVadim Petrochenkov-17/+25
2019-06-06syntax: Switch function parameter order in `TokenTree::token`Vadim Petrochenkov-62/+63
2019-06-06syntax: Use `Token` in some more placesVadim Petrochenkov-6/+6
2019-06-06syntax: Remove duplicate span from `token::Ident`Vadim Petrochenkov-184/+181
2019-06-06syntax: Remove duplicate span from `token::Lifetime`Vadim Petrochenkov-36/+39
2019-06-06syntax: Add some helper methods to `Token`Vadim Petrochenkov-62/+64
2019-06-06syntax: Use `Token` in `Parser`Vadim Petrochenkov-126/+126
2019-06-06syntax: Use `Token` in `StringReader` and `TokenTreesReader`Vadim Petrochenkov-51/+37
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-312/+327
2019-06-06syntax: Rename `TokenAndSpan` into `Token`Vadim Petrochenkov-122/+118
2019-06-06syntax: Rename `Token` into `TokenKind`Vadim Petrochenkov-119/+119
2019-06-06Always use token kinds through `token` module rather than `Token` typeVadim Petrochenkov-130/+130
2019-06-06submodules: update clippy from 20da8f45 to 71be6f62Matthias Krüger-11/+7
2019-06-06Implement only visit_place_base for monomorphize/collectorSantiago Pastorino-12/+13
2019-06-06Make visit_place traverse place and have visit_place_base and visit_projectio...Santiago Pastorino-27/+31
2019-06-06Auto merge of #61494 - Mark-Simulacrum:move-to-cfg-bootstrap, r=alexcrichtonbors-8/+12
2019-06-06Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddybbors-97/+247
2019-06-05Remove dereferenceChris Gregory-1/+1
2019-06-05Take self by value (Self is Copy here)Chris Gregory-1/+1
2019-06-06Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centrilbors-1055/+4847
2019-06-06Make LocalAnalizer visitor iterate instead of recurseSantiago Pastorino-37/+48
2019-06-06Make UnsafetyChecker visitor iterate instead of recurseSantiago Pastorino-40/+39
2019-06-06Reblessed tests with NLL compare mode on.Alexander Regueiro-4/+28
2019-06-05Escape needs_drop in the needs_drop documentationChris Gregory-1/+1
2019-06-05Escape HashMap with backticks in needs_drop docsChris Gregory-1/+1
2019-06-06Auto merge of #59331 - varkor:TypeVariableOrigin-refactor, r=eddybbors-99/+251
2019-06-05Utilize cfg(bootstrap) over cfg(stage0)Mark Rousskov-8/+12
2019-06-05Test StorageDead statements explicitlyTyler Mandry-0/+106
2019-06-05add an example to `create_substs_for_ast_path`Alexander Regueiro-0/+14
2019-06-05verified that skip-binder is okNiko Matsakis-2/+2
2019-06-05another commentNiko Matsakis-1/+7