about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-04Privatize some exports from code_statsMark Rousskov-2/+2
2018-08-04Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichtonbors-302/+255
2018-08-03Auto merge of #53034 - Manishearth:clippyup, r=oli-obkbors-5/+19
2018-08-03Auto merge of #52973 - davidtwco:issue-52663-lifetimes-not-included-in-span, ...bors-5/+103
2018-08-03Move unused trait functions to inherent functionsMark Rousskov-101/+81
2018-08-03Update clippyManish Goregaokar-5/+19
2018-08-03Store concrete crate stores where possibleMark Rousskov-105/+101
2018-08-03Visibility is now a queryMark Rousskov-5/+0
2018-08-03Delete dummy crate storeMark Rousskov-63/+0
2018-08-03Move validate_crate_name to rustc_metadataMark Rousskov-30/+75
2018-08-03Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJungbors-617/+627
2018-08-03Auto merge of #52887 - yurydelendik:disable-lld-symbols, r=alexcrichtonbors-0/+12
2018-08-03Unify API of `Scalar` and `ScalarMaybeUndef`Oliver Schneider-2/+6
2018-08-03Reintroduce alignment checkOliver Schneider-0/+1
2018-08-03Remove spurious whitespaceOliver Schneider-1/+1
2018-08-03Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelixbors-13/+92
2018-08-03Remove some more unnecessary `mut`Oliver Schneider-4/+4
2018-08-03Auto merge of #52925 - RalfJung:sanity_check, r=oli-obkbors-3/+9
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-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-135/+675
2018-08-02Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddybbors-9/+586
2018-08-02Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichtonbors-277/+34
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-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-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
2018-08-02Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichtonbors-212/+277
2018-08-02use the same length computation everywhereRalf Jung-21/+10
2018-08-02Introduce another way to compute the length, to fix position codegen regressionRalf Jung-8/+21