about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-14Add comment about step being used by prirodabjorn3-0/+2
2018-10-14update miriRalf Jung-5/+19
2018-10-14Auto merge of #55015 - dsciarra:underscores-constant-names, r=petrochenkovbors-1/+100
2018-10-14Make EvalContext::step public againbjorn3-1/+1
2018-10-14Support underscore as constant nameDonato Sciarra-1/+100
2018-10-14Auto merge of #55049 - tshepang:fix, r=withoutboatsbors-1/+1
2018-10-14Don't collect to vectors where unnecessaryljedrz-14/+8
2018-10-14Auto merge of #55018 - euclio:issue-24421, r=alexcrichtonbors-1/+20
2018-10-13Auto merge of #55017 - memoryruins:add-tests, r=alexcrichtonbors-0/+49
2018-10-14bump bootstrap compiler to rustc beta 2018-10-13Matthias Krüger-1/+1
2018-10-13boostrap: dist: if a file cannot be installed because it does not exist, prin...Matthias Krüger-0/+3
2018-10-13Auto merge of #54916 - matthiaskrgr:submodules_update, r=oli-obkbors-31/+20
2018-10-13doc std::fmt: the Python inspiration is already mentioned in preceding paragraphTshepang Lekhonkhobe-2/+1
2018-10-13doc: fix sentence structure in std::fmtTshepang Lekhonkhobe-1/+1
2018-10-13bootstrap: update clippy license locations which changed due to relicensing.Matthias Krüger-2/+4
2018-10-13resolve: Scale back hard-coded extern prelude additionsVadim Petrochenkov-8/+10
2018-10-13Copy extern prelude from resolver to global contextVadim Petrochenkov-5/+9
2018-10-13Revert "rustc_resolve: move extern_prelude from Resolver to Session."Vadim Petrochenkov-26/+22
2018-10-13Improve verify_llvm_ir config optionNikita Popov-8/+14
2018-10-13Also adjust rustdoc to the principal changesOliver Scherer-38/+35
2018-10-13doc: make core::fmt::Error example more simpleTshepang Lekhonkhobe-3/+2
2018-10-13submodules: update cargo from ad6e5c00 to 5dbac988Matthias Krüger-7/+7
2018-10-13submodules: update rls from 15d4d4a to 440a985Matthias Krüger-3/+4
2018-10-13submodules: update clippy from 32b1d1fc to 9d337313Matthias Krüger-19/+5
2018-10-13Auto merge of #55003 - zackmdavis:must_use_assoc_fn, r=varkorbors-16/+31
2018-10-13Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfacklerbors-25/+122
2018-10-13Auto merge of #54997 - davidtwco:issue-54896, r=nagisabors-162/+295
2018-10-13Check the invariant for `principal` inside the methodOliver Scherer-151/+112
2018-10-13Auto merge of #54955 - RalfJung:miri-validate2, r=oli-obkbors-127/+333
2018-10-13rustc/driver: whitespace & formatting fixesljedrz-86/+87
2018-10-13rustc/driver: unwrap_or_else with function callsljedrz-7/+5
2018-10-13rustc/driver: remove explicit return, add explicit Noneljedrz-2/+2
2018-10-13rustc/driver: don't sort base if it only has one elementljedrz-2/+3
2018-10-13rustc/driver: remove lifetimes from constsljedrz-15/+8
2018-10-13rustc/driver: improve common patternsljedrz-58/+33
2018-10-13rustc/driver: use Cow<str> where applicableljedrz-7/+8
2018-10-13rustc/driver: improve/remove allocationsljedrz-32/+30
2018-10-13update miriRalf Jung-21/+9
2018-10-13run-time validation: accept undef in int arrays, as we do for intsRalf Jung-5/+10
2018-10-13address nitsRalf Jung-1/+2
2018-10-13validation: accept pointers in integer arraysRalf Jung-6/+46
2018-10-13Fix and test upvar name printing for validityRalf Jung-10/+42
2018-10-13make ENFORCE_VALIDITY a functionRalf Jung-6/+10
2018-10-13foreign types: use size and align from layoutRalf Jung-2/+3
2018-10-13seems like for generators we cannot access the freevarsRalf Jung-5/+9
2018-10-13size_and_align_of can return no result for extern typesRalf Jung-23/+26
2018-10-13validate return value on stack popRalf Jung-35/+59
2018-10-13check return type even for uninhabited caseRalf Jung-5/+6
2018-10-13fix validation around transmuting copy_opRalf Jung-33/+136
2018-10-13Auto merge of #54980 - zackmdavis:and_the_case_of_the_universal_call, r=oli-obkbors-78/+31