about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2014-11-21rustc: Change all ABI constants to all caps.Ruud van Asseldonk-5/+2
2014-11-21rustc: Unify fat pointer ABI constants.Ruud van Asseldonk-13/+10
2014-11-20auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...bors-4/+2
2014-11-19rollup merge of #19073: jakub-/issue-19069Jakub Bukaj-3/+3
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-4/+2
2014-11-19Rename json::List to json::ArrayCorey Farwell-1/+1
2014-11-18Feature gate non-ASCII lifetime identifiersJakub Bukaj-3/+3
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-6/+6
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-17Fix fallout from coercion removalNick Cameron-12/+12
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-2/+1
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-2/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-2/+2
2014-11-07Properly static lib packagingValerii Hiora-10/+17
2014-11-06rollup merge of #18683 : thestinger/typoAlex Crichton-4/+4
2014-11-06rollup merge of #18647 : jbcrail/rename-dragonflyAlex Crichton-1/+3
2014-11-06rollup merge of #18636 : luqmana/armfAlex Crichton-1/+1
2014-11-06fix typo in librustc target specDaniel Micay-4/+4
2014-11-05Add missing dragonfly module.Joseph Crail-0/+2
2014-11-05Rename misspelled module reference.Joseph Crail-1/+1
2014-11-05Make trans::adt know that some structs are unsizedNick Cameron-0/+3
2014-11-04librustc_back: Fix triple for linux armhf.Luqman Aden-1/+1
2014-11-04Update for collections reformCorey Richardson-4/+4
2014-11-04Don't use pie on AndroidCorey Richardson-0/+2
2014-11-04Same fix for dragonflyCorey Richardson-1/+4
2014-11-04Same fix for mac32Corey Richardson-2/+4
2014-11-04Use -m32 on 32bit LinuxCorey Richardson-1/+4
2014-11-04Implement flexible target specificationCorey Richardson-38/+1059
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-9/+9
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-16librustc: Stop generating visit glue and remove from TyDesc.Luqman Aden-2/+0
2014-10-13auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichtonbors-0/+1
2014-10-11Fix cfg warnings in librustc_backMichael Gehring-2/+1
2014-10-10Handle `while let` desugaringJohn Gallagher-0/+1
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-10/+10
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09rustc: Convert statics to constantsAlex Crichton-10/+10
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-18/+18
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-3/+3
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-18/+18
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-18/+18
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-2/+2
2014-10-01auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581bors-1/+1
2014-09-30Fix librustc_backSteven Fackler-2/+2