about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-15rustc/session: use to_owned when no string conversion is neededljedrz-2/+2
2018-10-15rustc/session: improve common patternsljedrz-58/+35
2018-10-15rustc/session: improve allocationsljedrz-6/+7
2018-10-15rustc/session: whitespace & formatting improvementsljedrz-85/+79
2018-10-14Detect if access to localStorage is forbidden by the user's browserRoy Wellington Ⅳ-0/+6
2018-10-15Auto merge of #55064 - RalfJung:miri-update, r=oli-obkbors-5/+19
2018-10-15submodules: update clippy from 9d337313 to 5afdf8b7Matthias Krüger-5/+19
2018-10-15Auto merge of #55024 - alexcrichton:wasm-simd-by-val, r=estebankbors-1/+19
2018-10-15Deduplicate testsShotaro Yamada-148/+0
2018-10-15Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebankbors-246/+208
2018-10-15rustdoc: Use dyn keyword when rendering dynamic traitsOliver Middleton-4/+7
2018-10-14Auto merge of #55046 - wesleywiser:no_virtual_call_inlining, r=varkorbors-7/+47
2018-10-14remove unnecessary emphasis in doc commentJan Niehusmann-2/+2
2018-10-14clarify pointer add/sub function safety concernsJan Niehusmann-4/+4
2018-10-14Auto merge of #55032 - oli-obk:the_early_unwrap_gets_the_panic, r=Mark-Simula...bors-189/+147
2018-10-14[mir-inlining] Don't inline virtual callsWesley Wiser-7/+47
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-51/+51
2018-10-14Fix ICE and report a human readable errorOliver Scherer-3/+27
2018-10-14change a cloning map to into_iterljedrz-1/+1
2018-10-14create only one vector when winnowing candidatesljedrz-7/+5
2018-10-14Added graphviz visualization for obligation forests.Diogo Sousa-0/+106
2018-10-14Auto merge of #55055 - matthiaskrgr:bump_beta, r=Mark-Simulacrumbors-1/+1
2018-10-14remove unnecessary lifetime boundsoliver-giersch-2/+2
2018-10-14Fix incorrect link in println! documentationDiana-1/+1
2018-10-14typeck: don't collect to a vector when unnecessaryljedrz-10/+10
2018-10-14Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrumbors-0/+3
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-14add option to libtest to run all testsEmerentius-46/+104
2018-10-14refactor filter_testsEmerentius-43/+23
2018-10-14bump bootstrap compiler to rustc beta 2018-10-13Matthias Krüger-1/+1
2018-10-13Use read_unaligned instead of read in transmute_copyArtyom Pavlov-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