summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-03support `X = &*Y` reborrowsNiko Matsakis-16/+47
2018-08-03Provide `{to,from}_{ne,le,be}_bytes` functions on integersTobias Bucher-14/+86
2018-08-03Auto merge of #52919 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-68/+259
2018-08-02Update Cargo submoduleAlex Crichton-68/+259
2018-08-03Auto merge of #51657 - wesleywiser:wip_profiling, r=eddybbors-1/+332
2018-08-02Generate self-profiler types with macrosWesley Wiser-130/+91
2018-08-02Fix tidyWesley Wiser-12/+25
2018-08-02Remove some dead codeWesley Wiser-17/+1
2018-08-02Include additional data in the json outputWesley Wiser-3/+12
2018-08-02Include query hits/totalsWesley Wiser-3/+10
2018-08-02Refactor json printingWesley Wiser-35/+21
2018-08-02First pass at json outputWesley Wiser-0/+56
2018-08-02Fix more missed query dataWesley Wiser-0/+9
2018-08-02Remove redundant s in outputWesley Wiser-1/+1
2018-08-02Fix some missed query dataWesley Wiser-4/+3
2018-08-02Switch to markdown outputWesley Wiser-12/+15
2018-08-02Add units to timesWesley Wiser-1/+1
2018-08-02Basic incremental statsWesley Wiser-9/+55
2018-08-02Basic profilingWesley Wiser-1/+259
2018-08-03privacy: Fix an ICE in `path_is_private_type`Vadim Petrochenkov-1/+1
2018-08-02preserve order if blocks are between itemsQuietMisdreavus-9/+9
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-135/+675
2018-08-02Add #![feature(trim_direction)] to doc commentsvarkor-2/+14
2018-08-02make TinyList more readable and optimize remove(_)Andre Bogus-32/+49
2018-08-02Stabilize --color and --error-format options in rustdocGuillaume Gomez-2/+2
2018-08-02add rustdoc test for `everybody_loops` fixQuietMisdreavus-0/+29
2018-08-02more fixes for everybody_loopsQuietMisdreavus-1/+9
2018-08-02Remove unnecessary local in await! macroTaylor Cramer-8/+11
2018-08-02make `everybody_loops` keep item declarationsQuietMisdreavus-24/+71
2018-08-02Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddybbors-9/+586
2018-08-02Add trim_start, trim_end, trim_start_matches and trim_end_matchesvarkor-13/+218
2018-08-02compute union-find of locals flowing into the output of staticsNiko Matsakis-24/+203
2018-08-02Tidy fixesAaron Hill-4/+12
2018-08-02A bit of cleanupAaron Hill-4/+23
2018-08-02Filter out duplicated trait predicates when generating auto traitsAaron Hill-3/+87
2018-08-02Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichtonbors-277/+34
2018-08-02test that align_of handles alignment properly for the mid partRalf Jung-0/+16
2018-08-02Fix rustdoc crash when 'static bound appears in struct declarationAaron Hill-2/+22
2018-08-02Auto merge of #52975 - pnkfelix:issue-52967-edition-2018-implies-2-phase-borr...bors-3/+43
2018-08-02When we turn on NLL migration in the 2018 edition, we need two-phase borrows ...Felix S. Klock II-3/+43
2018-08-02Second field of ScalarPair can be undef in some casesOliver Schneider-18/+28
2018-08-02Auto merge of #52906 - RalfJung:jemalloc, r=alexcrichtonbors-5/+4
2018-08-02Explicitly label any named lifetimes mentioned in error messages.David Wood-5/+103
2018-08-02debug_assert to ensure that from_raw_parts is only used properly alignedRalf Jung-0/+2
2018-08-02Auto merge of #52890 - djrenren:test-visibility, r=petrochenkovbors-5/+100
2018-08-02Reading values should not be looking at the variantOliver Schneider-19/+7
2018-08-02rustbuild: fix local_rebuildMarc-Antoine Perennou-1/+1
2018-08-01`Applicability`-ify librustc_lintZack M. Davis-19/+57
2018-08-02Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichtonbors-1/+4
2018-08-02Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichtonbors-2/+137