summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-20Use InternedString instead of Symbol for type parameters.Michael Woerister-30/+30
2018-04-20add `failure-status: 1` to the testNiko Matsakis-0/+1
2018-04-20Fix ICE with `main`'s return type containing lifetimesShotaro Yamada-8/+78
2018-04-20Remove `underscore_lifetimes` and `match_default_bindings` from active featur...kennytm-6/+0
2018-04-20Add docs for the test crate with the std docsOliver Middleton-1/+4
2018-04-20Fix path attribute in rustdocGuillaume Gomez-4/+7
2018-04-19[beta] Tweak some stabilizations in libstdAlex Crichton-47/+5
2018-04-20Rollup merge of #50046 - michaelwoerister:backport-no-debug, r=alexcrichtonkennytm-7/+22
2018-04-18Clean up attribute handling in create_function_debug_context().Michael Woerister-4/+5
2018-04-18Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD.Michael Woerister-0/+4
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