about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-29rustbuild: Don't run pretty tests by defaultAlex Crichton-13/+23
2016-12-29Auto merge of #38627 - rkruppe:ninja-build, r=alexcrichtonbors-1/+5
2016-12-29Auto merge of #38571 - nrc:emit-metadata-change, r=alexcrichtonbors-77/+154
2016-12-29Auto merge of #38645 - nikomatsakis:incr-comp-fix-time-depth, r=nrcbors-4/+21
2016-12-29Support --emit=foo,metadataNick Cameron-26/+66
2016-12-29Auto merge of #38619 - alexcrichton:less-android-flaky, r=brsonbors-1/+3
2016-12-29Restore --crate-type=metadata as an alias for --crate-type=rlib,--emit=metada...Nick Cameron-4/+15
2016-12-29Add a test for #38273Nick Cameron-0/+21
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-56/+61
2016-12-28Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakisbors-2757/+2280
2016-12-28Auto merge of #38639 - xen0n:nightly-dist-hotfix, r=brsonbors-6/+13
2016-12-28Auto merge of #38626 - redox-os:args_fix, r=alexcrichtonbors-9/+5
2016-12-28Auto merge of #38616 - pnkfelix:refactor-mir-dataflow-remove-ctxt, r=arielb1bors-135/+144
2016-12-28rustdoc: pretty-print nested bodies in inlined constants.Eduard-Mihai Burtescu-5/+79
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-378/+245
2016-12-28rustc: simplify constant cross-crate loading and rustc_passes::consts.Eduard-Mihai Burtescu-993/+390
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-568/+545
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-655/+637
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-298/+601
2016-12-28hir: lower `ImplicitSelf` to resolved `Self` TyQPath's.Eduard-Mihai Burtescu-183/+106
2016-12-28Auto merge of #38589 - aidanhs:aphs-stage0-rustdoc-test, r=alexcrichtonbors-14/+26
2016-12-28Auto merge of #38579 - whitequark:min_atomic_width, r=alexcrichtonbors-1/+14
2016-12-28rustbuild: fix host-only rules ignoring targets in dist stepsWang Xuerui-4/+10
2016-12-27propagate TIME_DEPTH to the helper threads for -Z time-passesNiko Matsakis-4/+21
2016-12-28Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakisbors-14/+307
2016-12-27Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnikbors-15/+16
2016-12-28rustbuild: clarify comment on target array calculationWang Xuerui-2/+3
2016-12-28rustbuild: get an empty slice the straight-forward wayWang Xuerui-1/+1
2016-12-27Auto merge of #38600 - arielb1:dead-drop, r=eddybbors-38/+93
2016-12-27Fix arguments on RedoxJeremy Soller-9/+5
2016-12-27Accept ninja-build binary in place of ninjaRobin Kruppe-1/+5
2016-12-27Auto merge of #38577 - redox-os:master, r=alexcrichtonbors-2/+3
2016-12-27Auto merge of #38574 - Mark-Simulacrum:box-free-unspecialize, r=eddybbors-64/+32
2016-12-27Auto merge of #38537 - jseyfried:fix_rustdoc_ice, r=nrcbors-0/+58
2016-12-27Auto merge of #38507 - alexcrichton:travis-lldb, r=brsonbors-0/+1
2016-12-26Remove extra lang item, exchange_free; use box_free instead.Mark Simulacrum-64/+32
2016-12-26travis: Update the OSX image we run tests inAlex Crichton-0/+1
2016-12-26Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichtonbors-4/+33
2016-12-26Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichtonbors-3/+121
2016-12-26travis: Attempt to fix Android flakinessAlex Crichton-1/+3
2016-12-26Auto merge of #38542 - YaLTeR:fastcall-fix, r=pnkfelixbors-4/+149
2016-12-26Refactor mir::dataflow: remove Ctxt associated type from BitDenotation trait.Felix S. Klock II-135/+144
2016-12-26Auto merge of #38154 - petrochenkov:altname, r=jseyfriedbors-1335/+2291
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-1252/+1246
2016-12-26Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkovbors-20/+25
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-323/+1285
2016-12-26Auto merge of #38598 - brson:em, r=alexcrichtonbors-0/+2
2016-12-25Move target_family to TargetOptions, not TargetAlex Crichton-2/+2
2016-12-25Auto merge of #38490 - jseyfried:def_id_vis, r=nrcbors-161/+137
2016-12-25Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddybbors-2/+5