about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-05Use inner iterator may_have_side_effect for ClonedKonrad Borowski-1/+3
2018-12-05Copy may_have_side_effect from I for Copied<I>Konrad Borowski-1/+3
2018-12-05Use copied method instead of cloned in Copied::next_back()Konrad Borowski-1/+1
2018-12-05Fix error in example by adding type annotationdaniellimws-1/+1
2018-12-05emit error when doc generation failsAndy Russell-5/+43
2018-12-05Add tests for Iterator::copied()Konrad Borowski-0/+18
2018-12-05Add tests for Option::copied()Konrad Borowski-0/+22
2018-12-05Add unstable Iterator::copied()Konrad Borowski-1/+128
2018-12-05Add unstable Option::copied()Konrad Borowski-0/+42
2018-12-05submodules: update clippy from b2601beb to 29bf75cdMatthias Krüger-14/+14
2018-12-05Auto merge of #55466 - sinkuu:cleanup, r=petrochenkovbors-64/+34
2018-12-05Auto merge of #55922 - oli-obk:slice_pat_ice, r=zackmdavisbors-66/+132
2018-12-05Remove unused dependency (rustc_lint -> rustc_mir)Shotaro Yamada-2/+0
2018-12-05Fix pretty testShotaro Yamada-1/+1
2018-12-05Auto merge of #56519 - steveklabnik:edition-guide, r=pietroalbinibors-1/+2
2018-12-05Avoid extra copy and syscall in std::env::current_exeJohn-John Tedro-5/+8
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-54/+52
2018-12-04Added trailing newlineJohn Heitmann-1/+1
2018-12-04Added a bare-bones eslint config (removing jslint)John Heitmann-2/+36
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-51/+93
2018-12-04new_source_file no longer enters duplicate files, expand_include_bytes includ...Matthew Russo-19/+40
2018-12-04build the edition guideSteve Klabnik-1/+2
2018-12-04Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelixbors-4/+46
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-36/+36
2018-12-04Call methods on the right tcxMatthew Jasper-3/+3
2018-12-04Add example of using the indexing operator to BTreeMap docsCorey Farwell-0/+3
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-68/+26
2018-12-04Auto merge of #56244 - oli-obk:loud_ui_errors, r=nikomatsakisbors-339/+440
2018-12-04Serialize modules into ThinBuffer after initial optimizationNikita Popov-49/+64
2018-12-04emit error with span for empty assertsAndy Russell-0/+28
2018-12-04Remove unnecessary parts of run_fat_lto signatureNikita Popov-19/+12
2018-12-04Separate out methods for running thin and fat LTONikita Popov-47/+74
2018-12-04Separate codepaths for fat and thin LTO in write.rsNikita Popov-27/+56
2018-12-04Refactor LTO type determinationNikita Popov-35/+41
2018-12-04Extract free_worker closureNikita Popov-23/+18
2018-12-04Add Armv8-M Mainline targetsHugues de Valon-0/+77
2018-12-04Auto merge of #55871 - ljedrz:llvm_back_allocations, r=nagisabors-21/+23
2018-12-04cleanup: remove static lifetimes from constsljedrz-91/+88
2018-12-04Fix line numbers displayGuillaume Gomez-2/+2
2018-12-04Tidy fixupOliver Scherer-1/+1
2018-12-04Add a test case for inlining the docs of a macro reexportGeorg Semmler-0/+28
2018-12-04Remove support for proc macro doc inliningGeorg Semmler-15/+5
2018-12-04Allow renaming macroGeorg Semmler-4/+8
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-173/+173
2018-12-04Auto merge of #56224 - ehuss:update-cargo, r=alexcrichtonbors-0/+1
2018-12-04Intrinsic checks are just needed for `qualify_min_const_fn`Oliver Scherer-30/+53
2018-12-04Clear up some codeOliver Scherer-22/+16
2018-12-04Explain unsafety trickery of const functionsOliver Scherer-5/+14
2018-12-04Clean up the logic in `is_min_const_fn`Oliver Scherer-13/+18
2018-12-04Add and update testsOliver Scherer-54/+57