about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-47/+43
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-3/+1
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-20/+20
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-9/+7
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-47/+43
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-9/+7
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-20/+20
2015-01-07Register new snapshotsAlex Crichton-3/+1
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06Register new snapshotsAlex Crichton-13/+2
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-8/+16
2015-01-07falloutNick Cameron-1/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-8/+16
2015-01-07Replace full slice notation with index callsNick Cameron-40/+40
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-8/+8
2015-01-05Reserve the keyword 'macro'Keegan McAllister-7/+7
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-0/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2015-01-03Initial version of AArch64 support.Akos Kiss-3/+31
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-12/+12
2014-12-31rustc_back: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31Test fixes and rebase conflictsAlex Crichton-2/+3
2014-12-30Fallout from stabilizationAaron Turon-3/+3
2014-12-29rollup merge of #20271: vhbit/datalayout-fixAlex Crichton-40/+40
2014-12-30Fallout from mut slicesNick Cameron-14/+14
2014-12-30Remove ExprSlice by hacking the compilerNick Cameron-2/+0
2014-12-28Fixes invalid LLVM data layout for aggregate data typesValerii Hiora-40/+40
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-22/+17
2014-12-24Add syntax for rangesNick Cameron-0/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-33/+33
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-22/+17
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-9/+12
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