summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-18Support #[no_debug] for global variables.Michael Woerister-3/+10
2018-04-18Add #[no_debug] to trans_fn_attrs() query.Michael Woerister-0/+3
2018-04-17Don't inject clippy into rls on stable/betaOliver Schneider-1/+2
2018-04-17Add a tracking issue for making the warning a lintOliver Schneider-0/+1
2018-04-17Don't abort const eval due to long running evals, just warnOliver Schneider-18/+9
2018-04-17Sign extend constants in range patternsOliver Schneider-23/+69
2018-04-17Difference between master and betaOliver Schneider-1/+1
2018-04-17Get rid of redundant `HashSet`Oliver Schneider-30/+28
2018-04-17Reduce the number of calls to `cdata`Oliver Schneider-2/+2
2018-04-17Encode items before encoding the list of AllocIdsOliver Schneider-10/+13
2018-04-17Use `LazySeq` instead of `Vec`Oliver Schneider-23/+40
2018-04-17Stop referring to statics' AllocIds directlyOliver Schneider-162/+68
2018-04-17Don't recurse into allocations, use a global table insteadOliver Schneider-152/+192
2018-04-14Auto merge of #49880 - oli-obk:backport_allocation_hashing, r=petrochenkovbors-1/+65
2018-04-11[incremental] Hash `Allocation`sShotaro Yamada-1/+65
2018-04-10Fix #49344leonardo.yvens-3/+13
2018-04-06[beta] Update CargoAlex Crichton-0/+0
2018-04-05Fix "since" version for getpid feature.Thayne McCombs-1/+1
2018-04-04[beta] Update cargoAleksey Kladov-0/+0
2018-04-02Don't verify miri's build status on betaAlex Crichton-1/+0
2018-04-02[beta] Prepare the 1.26.0 beta releaseAlex Crichton-4/+4
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-33/+334
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-33/+334
2018-04-02Auto merge of #49580 - glandium:core-heap, r=SimonSapinbors-17/+19
2018-04-02Use Alloc and Layout from core::heap.Mike Hommey-17/+19
2018-04-02Auto merge of #49574 - tmccombs:stabilize-getpid, r=sfacklerbors-2/+1
2018-04-01Stabilize `std::process::id()`Thayne McCombs-2/+1
2018-04-01Update drop.rsAnders Pitman-1/+1
2018-04-01Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichtonMark Simulacrum-19/+8
2018-04-01Rollup merge of #49498 - Manishearth:clippyup, r=oli-obkMark Simulacrum-8/+43
2018-04-01Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomezMark Simulacrum-17/+70
2018-04-01Auto merge of #49478 - Phlosioneer:fix-windows-file-not-found, r=petrochenkovbors-1/+1
2018-04-01Remove filetime dep from build_helperMark Simulacrum-19/+8
2018-04-01Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNNbors-2/+80
2018-04-01Auto merge of #49545 - alexcrichton:proc-macro-fixes, r=eddybbors-54/+164
2018-04-01Auto merge of #49530 - petrhosek:empty-extra-flags, r=cramertjbors-1/+3
2018-04-01Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapinbors-7/+8
2018-04-01Auto merge of #49527 - petrhosek:fast-submodules, r=alexcrichtonbors-1/+5
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-54/+164
2018-03-31Auto merge of #49521 - mbrubeck:fs_read_write_bytes, r=TimNNbors-2/+2
2018-03-31Auto merge of #49501 - sfackler:unix-epoch-assoc-const, r=alexcrichtonbors-0/+23
2018-03-31Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoeristerbors-1/+60
2018-03-31Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichtonbors-11/+17
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+117
2018-03-31Commit code for option size hintPhlosioneer-1/+6
2018-03-31Auto merge of #49472 - nikomatsakis:nll-optimize-constraint-prop-1, r=pnkfelixbors-48/+136
2018-03-30Only include space in RUSTFLAGS extra flags if not emptyPetr Hosek-1/+3
2018-03-31Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavusbors-13/+91
2018-03-30Handle fast-submodules option correctlyPetr Hosek-1/+5
2018-03-30Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichtonbors-7/+25