about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-1/+1
2015-02-11rollup merge of #22150: nagisa/de-perm-frostAlex Crichton-4/+7
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-11Auto merge of #21972 - pnkfelix:new-dtor-semantics-6, r=nikomatsakisbors-6/+11
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-11Fail nicely when copying artefacts failsSimonas Kazlauskas-4/+7
2015-02-11Added DestructionScope variant to CodeExtent, representing the areaFelix S. Klock II-6/+11
2015-02-10Fix ICE when compiling "extern" rust functionsBjörn Steinbrink-5/+15
2015-02-08Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brsonbors-181/+345
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-63/+63
2015-02-06debuginfo: Fix problem with debug locations of constants in match patterns.Michael Woerister-10/+35
2015-02-06debuginfo: Implement direct debuginfo source location application for ICmp, F...Michael Woerister-45/+112
2015-02-06debuginfo: Assign debuginfo source locations to lang-item calls.Michael Woerister-127/+199
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-25/+25
2015-02-06librustc_trans has been updatedGuillaumeGomez-63/+63
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-06Rollup merge of #21941 - dotdash:with_cond_false, r=AatchManish Goregaokar-2/+10
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-06Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonwManish Goregaokar-3/+3
2015-02-06Rollup merge of #21986 - LeoTestard:identical-statics, r=eddybManish Goregaokar-2/+4
2015-02-06Fix an ICE when translating some static expressions.Leo Testard-2/+4
2015-02-05make codemap more robust in face of ill-formed spans.Felix S. Klock II-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-98/+96
2015-02-05Auto merge of #21843 - japaric:kindless, r=alexcrichtonbors-23/+23
2015-02-05Auto merge of #21944 - alexcrichton:lframework, r=eddybbors-2/+5
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-23/+23
2015-02-04rustc: Recognize `-L framework=foo`Alex Crichton-2/+5
2015-02-04Auto merge of #21885 - dotdash:nonnull_load, r=alexcrichtonbors-0/+30
2015-02-04Avoid unnecessary codegen in with_cond()Björn Steinbrink-2/+10
2015-02-04Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichtonbors-6/+9
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-03rollup merge of #21899: nikomatsakis/closure-unify-anyhowAlex Crichton-5/+5
2015-02-04Fix Unicode name manglingP1start-6/+9
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-5/+5
2015-02-03Auto merge of #21877 - dotdash:less_auto_deref, r=alexcrichtonbors-1/+2
2015-02-03Emit !nonnull metadata for loads of region and unique pointersBjörn Steinbrink-0/+30
2015-02-03Avoid extra ref/deref cycles when converting &T to *TBjörn Steinbrink-1/+2
2015-02-02rollup merge of #21849: alexcrichton/warn2noteAlex Crichton-1/+1
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-6/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-136/+134
2015-02-02rollup merge of #21818: dotdash/llvm_upAlex Crichton-51/+49
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-5/+5
2015-02-02remove unused mut qualifiersJorge Aparicio-6/+4
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-5/+5
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-123/+123
2015-02-02Auto merge of #21647 - alfie:suffix-medium, r=alexcrichtonbors-96/+96
2015-02-01rustc: Change an unconditional `warn` to a `note`Alex Crichton-1/+1