about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-10Documentation should have proper grammarOliver Scherer-3/+6
2019-04-10Update ui testLzu Tao-1/+1
2019-04-09std::ops::Div examples: correct nominator to numeratorAnders Kaseorg-14/+14
2019-04-10Apply suggestions from code review Mazdak Farrokhzad-2/+2
2019-04-10allow multiple args to `dbg!(..)`Andre Bogus-0/+10
2019-04-10Re-export NonZero signed variant in stdLzu Tao-0/+2
2019-04-10Remove useless ?Sized boundJohn Kåre Alsaker-2/+2
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-24/+15
2019-04-09Remove strange formatting in `Ordering` docs.Eric Huss-3/+3
2019-04-09Fix links on keyword docs.Eric Huss-30/+25
2019-04-09Do not render ascii colors to buffersOliver Scherer-3/+3
2019-04-09improve unknown enum variant errorsAndy Russell-99/+216
2019-04-09proc_macro: stop using LEB128 for RPC.Eduard-Mihai Burtescu-23/+13
2019-04-09Fix a typoJohn Kåre Alsaker-1/+1
2019-04-09Exclude profiler-generated symbols from MSVC __imp_-symbol workaround.Michael Woerister-1/+29
2019-04-09create add_type_neq_err_labelrchaser53-10/+14
2019-04-09Kill dead code dominator code.Edd Barrett-47/+0
2019-04-09submodules: update rls from 90f7ab0 to 49efc06Matthias Krüger-0/+0
2019-04-09submodules: update miri from 0e4f963 to 28f2e5bMatthias Krüger-14/+14
2019-04-09submodules: update clippy from 92612c9d to 37f5c1ecMatthias Krüger-10/+8
2019-04-09Make trait_methods_not_found use a lockJohn Kåre Alsaker-2/+2
2019-04-09Clean up jobserver integrationJohn Kåre Alsaker-122/+8
2019-04-08Rename Waker::new_unchecked to Waker::from_rawTaylor Cramer-5/+5
2019-04-08Add Waker::wake_by_ref and make Waker::wake consume the WakerTaylor Cramer-19/+73
2019-04-08compiletest: Improve no_prefer_dynamic docsPhilipp Hansch-1/+5
2019-04-08Update test cases for changes to error messagesIsaac Whitfield-12/+3
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-8/+12
2019-04-08Elaborate on implicit promotabilityOliver Scherer-1/+4
2019-04-08Pacify tidyOliver Scherer-2/+5
2019-04-08Get rid of "is not const" namingOliver Scherer-16/+16
2019-04-08Explicit promotion is indistinguishable from explicit promotionOliver Scherer-10/+8
2019-04-08Generalize initial "not const" assignmentsOliver Scherer-23/+23
2019-04-08Merge remote-tracking branch 'origin/master'rchaser53-48/+5685
2019-04-08avoid reading from ZST localsRalf Jung-56/+29
2019-04-08`asm!` output can neither be promotable nor constOliver Scherer-1/+0
2019-04-08Apply suggestions from code review Ralf Jung-2/+2
2019-04-08Auto merge of #59724 - oli-obk:const_arg_ice, r=eddybbors-4/+65
2019-04-08Add test demonstrating existing behaviour.David Wood-0/+27
2019-04-07Only run SIMD tests on x86Oliver Scherer-3/+9
2019-04-07Auto merge of #59765 - lzutao:patch-1, r=Centrilbors-1/+3
2019-04-07implement by-value object safetyRalf Jung-13/+36
2019-04-07initialize unsized locals when copying to the for the first timeRalf Jung-33/+57
2019-04-07Change root path for unstable-bookBastian Gruber-9/+9
2019-04-07Add test with current behaviour.David Wood-0/+46
2019-04-07Auto merge of #59766 - xales:revertlibtest, r=Manishearthbors-40/+5602
2019-04-07Improvement for comparision against fnrchaser53-3/+48
2019-04-07Auto merge of #59770 - pietroalbini:pin-android-emulator, r=kennytmbors-3/+15
2019-04-07ci: pin android emulator to 28.0.23Pietro Albini-3/+15
2019-04-07fix miri engine debug output for uninitialized localsRalf Jung-11/+6
2019-04-07make StorageLive lazy as wellRalf Jung-37/+22