summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-04-24Prepare the 1.17.0 releaseAlex Crichton-1/+1
2017-04-20Fixups of backportsAlex Crichton-1/+1
2017-04-20rustc_trans: do not treat byval as using up registers.Eduard-Mihai Burtescu-4/+24
2017-04-20Disable debuginfo when compiling toolsAlex Crichton-2/+7
2017-04-20Properly adjust filenames when multiple emissionsSimonas Kazlauskas-4/+21
2017-04-20Avoid type-checking addition and indexing twice.Eduard-Mihai Burtescu-11/+43
2017-04-19Rollup merge of #41397 - alexcrichton:beta-next, r=aidanhsCorey Farwell-12/+64
2017-04-19travis: Use upstream LLVM repositories for FuchsiaPetr Hosek-12/+64
2017-04-18Fix link to book repoSteve Klabnik-1/+1
2017-04-13Rollup merge of #41274 - dhduvall:beta, r=nikomatsakisCorey Farwell-0/+0
2017-04-13Update compiler-rt to fix SPARC LLVM bug 11663.Danek Duvall-0/+0
2017-04-11use correct vault urlTim Neumann-1/+1
2017-04-04travis: Update sccache binariesAlex Crichton-26/+26
2017-04-04Bump beta to .3Alex Crichton-1/+1
2017-04-04Merge branch 'beta-src_is_git' of https://github.com/cuviper/rust into beta-nextAlex Crichton-24/+27
2017-04-04Fix ICE with nested macros in certain situations.Jeffrey Seyfried-1/+20
2017-04-04Ensure that macro resolutions in trait positions get finalized.Jeffrey Seyfried-3/+22
2017-04-04Only use cargo-vendor if building from git sourcesJosh Stone-24/+27
2017-04-03Rollup merge of #41048 - TimNN:centos5-vault-beta, r=alexcrichtonCorey Farwell-0/+6
2017-04-04use fixed ip for vault.centos.org until updates have propagated to all mirrorsTim Neumann-1/+1
2017-04-04switch to vault.centos.orgTim Neumann-0/+6
2017-04-03travis: Update sccache againAlex Crichton-26/+26
2017-04-02mark build::cfg::start_new_block as inline(never)Ariel Ben-Yehuda-0/+3
2017-04-02keep the AST node-id when lowering ExprKind::RangeAriel Ben-Yehuda-59/+52
2017-04-01Make the rustdoc sidebar white on `src` pagesWesley Wiser-6/+10
2017-04-01update LLVM with fix for PR32379Ariel Ben-Yehuda-0/+42
2017-04-01store a copy of the Issue32230 info within TypeErrorAriel Ben-Yehuda-36/+69
2017-03-31add regression test for #39984Niko Matsakis-0/+21
2017-03-31Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis"Niko Matsakis-11/+36
2017-03-27Auto merge of #40684 - alexcrichton:another-bet-anext, r=brsonbors-81/+22
2017-03-27fix permissions of emsdk_portableTim Neumann-0/+4
2017-03-27travis: try to fix the build on emscriptenAriel Ben-Yehuda-1/+14
2017-03-20std: Back out backtrace pruning logic on betaAlex Crichton-80/+4
2017-03-20Bump beta to .2Alex Crichton-1/+1
2017-03-20Regression test for rust-lang/rust#40535Austin Bonander-0/+49
2017-03-20Correctly get source for metadata crate type;Austin Bonander-1/+2
2017-03-20Propagate expected type hints through struct literals.Eduard-Mihai Burtescu-8/+41
2017-03-20Rename expected_types_for_fn_args to expected_inputs_for_expected_output.Eduard-Mihai Burtescu-12/+12
2017-03-20Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...Jeffrey Seyfried-1/+33
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-16/+9
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-54/+54
2017-03-17Stabilize ordering_chaining, closes #37053Aaron Turon-6/+2
2017-03-17Stabilize btree_range, closes #27787Aaron Turon-11/+3
2017-03-17Stabilize ptr_eq feature, closes #36497Aaron Turon-10/+2
2017-03-17Stabilize process_abort feature, closes #37838Aaron Turon-1/+1
2017-03-17Stabilize ptr_unaligned feature, closes #37955Aaron Turon-6/+2
2017-03-17Stabilize expect_err feature, closes #39041Aaron Turon-2/+1
2017-03-17Stabilize move_cell feature, closes #39264Aaron Turon-8/+4
2017-03-17Removes Default for Box<Path>.Clar Charr-14/+0
2017-03-17Make docs required againBrian Anderson-8/+3