about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-2/+0
2014-12-13librustc_back: use unboxed closuresJorge Aparicio-18/+38
2014-12-06librustc_back: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06librustc_back: remove unnecessary `as_slice()` callsJorge Aparicio-17/+15
2014-12-03Fix falloutJorge Aparicio-2/+2
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-2/+0
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-24Clean up FileType enum following enum namespacingBen S-1/+1
2014-11-23rollup merge of #19211: aochagavia/tuple-indexJakub Bukaj-2/+2
2014-11-23Remove type parameters from ExprField and ExprTupFieldAdolfo OchagavĂ­a-2/+2
2014-11-23auto merge of #18856 : ruud-v-a/rust/fatptrs, r=cmrbors-18/+12
2014-11-21auto merge of #19114 : frewsxcv/rust/master, r=bstriebors-1/+1
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