about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-31Remove GlobalArenas and use Arena insteadJohn Kåre Alsaker-61/+33
2019-05-31Remove ty::BrFresh and new_boundYuki Okushi-52/+4
2019-05-31Stabilize reverse_bits featureLzu Tao-22/+11
2019-05-30Fix compilation errorsChris Gregory-2/+2
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-39/+39
2019-05-30Move code from `parser` to `diagnostics`Esteban Küber-36/+40
2019-05-30Remove `ArgSource::Recovery`Esteban Küber-7/+5
2019-05-30Recover gracefully from argument with missing type or param nameEsteban Küber-28/+161
2019-05-31Fix unwrapping usize issue in HasMutInteriorvarkor-2/+28
2019-05-31Add more information in ConstEvalFailure errorvarkor-2/+5
2019-05-31Update LLVMvarkor-0/+0
2019-05-30Fixed some typos.OptimisticPeach-2/+2
2019-05-31Parse 'async unsafe fn' instead of 'unsafe async fn'.Mazdak Farrokhzad-39/+36
2019-05-30Add Bound::cloned()Chris Gregory-0/+22
2019-05-30Make "panic did not include expected string" message consistentvarkor-2/+2
2019-05-30Explicitly suggest 'type_ascription' featureJanusz Marcinkiewicz-7/+7
2019-05-30Auto merge of #61353 - alexcrichton:less-tools, r=pietroalbinibors-5/+3
2019-05-30Fixed lifetime misspellingChristian Vallentin-1/+1
2019-05-30Expand dynamic drop tests for cases in #47949Matthew Jasper-1/+91
2019-05-30Add regression test for const generics ICEvarkor-0/+24
2019-05-30Stabilize iter_nth_back featureLzu Tao-6/+1
2019-05-30Fix links in Deref documentationGuillaume Gomez-6/+6
2019-05-30Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkovbors-62/+100
2019-05-30ci: Favor SCRIPT instead of RUST_CHECK_TARGETAlex Crichton-5/+3
2019-05-30Migrate nomicon book to MdBook2Mateusz Mikuła-1/+1
2019-05-30Migrate rustdoc book to MdBook2Mateusz Mikuła-7/+7
2019-05-30rename did -> def_idRalf Jung-7/+7
2019-05-30Migrate unstable-book to MdBook2Mateusz Mikuła-17/+17
2019-05-30light refactoring of global AllocMapRalf Jung-68/+81
2019-05-30Update ui and run-pass for ellipsis_inclusive_range_patterns lintmemoryruins-31/+112
2019-05-30submodules: update clippy from fb33fad0 to d2f51228Matthias Krüger-8/+10
2019-05-30Make the `type_name` intrinsic's output deterministicOliver Scherer-27/+306
2019-05-30Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebankMazdak Farrokhzad-0/+28
2019-05-30Rollup merge of #61322 - pietroalbini:debug-windows-submodule-cloning, r=alex...Mazdak Farrokhzad-0/+4
2019-05-30Rollup merge of #61321 - Centril:is_keyword_ahead, r=petrochenkovMazdak Farrokhzad-35/+38
2019-05-30Rollup merge of #61284 - alexcrichton:less-s3, r=pietroalbiniMazdak Farrokhzad-9/+9
2019-05-30Rollup merge of #61280 - bgermann:master, r=alexcrichtonMazdak Farrokhzad-7/+5
2019-05-30Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomezMazdak Farrokhzad-1/+31
2019-05-30Rollup merge of #61244 - RalfJung:box, r=rkruppeMazdak Farrokhzad-5/+4
2019-05-30Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkovMazdak Farrokhzad-18/+99
2019-05-30Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichtonMazdak Farrokhzad-9/+1
2019-05-30Rollup merge of #60839 - davidtwco:const-generics-struct-ctor, r=varkorMazdak Farrokhzad-73/+74
2019-05-30Rollup merge of #60802 - euclio:pulldown-cmark-panic, r=GuillaumeGomezMazdak Farrokhzad-6/+15
2019-05-30Symbol name predicate list printed `+` excessivelyOliver Scherer-1/+1
2019-05-30Set ellipsis_inclusive_range_patterns lint to warnmemoryruins-1/+1
2019-05-30Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavisbors-8/+53
2019-05-30Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbinibors-224/+253
2019-05-30Add a regression test for const parameters with impl Traitvarkor-0/+16
2019-05-30Sort in-band generic parameter definitions from APITvarkor-0/+12
2019-05-30Add `HygieneData::{outer,expn_info,is_descendant_of}` methods.Nicholas Nethercote-26/+24