]> git.lizzy.rs Git - rust.git/history - src/librustc_trans/trans/expr.rs
/*! -> //!
[rust.git] / src / librustc_trans / trans / expr.rs
2014-11-27 Steve Klabnik/*! -> //!
2014-11-26 borsauto merge of #19169 : aturon/rust/fds, r=alexcrichton
2014-11-25 borsauto merge of #19011 : ricky26/rust/trait_supertraits...
2014-11-25 borsauto merge of #19172 : alfie/rust/impl-traitless, r...
2014-11-25 borsauto merge of #18966 : huonw/rust/iter2slice, r=aturon
2014-11-24 borsauto merge of #19021 : roysc/rust/emacs-pr, r=brson
2014-11-24 borsauto merge of #19250 : kmcallister/rust/atomicoption...
2014-11-24 borsauto merge of #19248 : japaric/rust/str, r=alexcrichton
2014-11-24 borsauto merge of #19236 : csouth3/rust/master, r=Gankro
2014-11-24 borsauto merge of #19223 : reem/rust/any-typeid-unstable...
2014-11-24 borsauto merge of #19192 : nodakai/rust/generalize-strvecto...
2014-11-23 borsauto merge of #19246 : frewsxcv/rust/json-cleanup,...
2014-11-23 borsauto merge of #19242 : jakub-/rust/roll-up, r=jakub-
2014-11-23 Jakub Bukajrollup merge of #19239: jauhien/fix-libdir
2014-11-23 Jakub Bukajrollup merge of #19234: P1start/rustdoc-misc
2014-11-23 Jakub Bukajrollup merge of #19232: nicholasbishop/bishop_fix_resul...
2014-11-23 Jakub Bukajrollup merge of #19230: nick29581/dxr-values
2014-11-23 Jakub Bukajrollup merge of #19225: reem/any-unnecessary-transmute...
2014-11-23 Jakub Bukajrollup merge of #19215: aochagavia/pretty
2014-11-23 Jakub Bukajrollup merge of #19211: aochagavia/tuple-index
2014-11-23 Jakub Bukajrollup merge of #19210: petrochenkov/master
2014-11-23 Jakub Bukajrollup merge of #19205: jashank/docs-fix
2014-11-23 Jakub Bukajrollup merge of #19204: mcpherrinm/master
2014-11-23 Jakub Bukajrollup merge of #19198: alexcrichton/snapshots
2014-11-23 Jakub Bukajrollup merge of #19194: aturon/stab-ascii
2014-11-23 Jakub Bukajrollup merge of #19193: scialex/rc-counts
2014-11-23 Jakub Bukajrollup merge of #19184: Gekkio/fix-binary-format-char
2014-11-23 Jakub Bukajrollup merge of #19166: richo/lldb-cleanups
2014-11-23 Jakub Bukajrollup merge of #19161: jmesmon/mk-fixes
2014-11-23 borsauto merge of #19150 : Manishearth/rust/find-doc, r...
2014-11-23 borsauto merge of #18140 : JelteF/rust-1/guide-fix, r=cmr
2014-11-23 borsauto merge of #19158 : jakub-/rust/issue-14091, r=alexc...
2014-11-23 Adolfo OchagavĂ­aRemove type parameters from ExprField and ExprTupField
2014-11-23 borsauto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton
2014-11-23 borsauto merge of #18856 : ruud-v-a/rust/fatptrs, r=cmr
2014-11-23 borsauto merge of #19152 : alexcrichton/rust/issue-17863...
2014-11-23 borsauto merge of #19137 : tbu-/rust/pr_refcell_unsafety...
2014-11-22 borsauto merge of #19136 : alfie/rust/master, r=steveklabnik
2014-11-22 borsauto merge of #19134 : sinistersnare/rust/patch-2,...
2014-11-22 borsauto merge of #19133 : nodakai/rust/run-make-tests...
2014-11-22 borsauto merge of #19132 : sinistersnare/rust/patch-1,...
2014-11-22 borsauto merge of #19125 : chris-morgan/rust/vim-prelude...
2014-11-22 borsauto merge of #19124 : Kintaro/rust/remove_test_struct_...
2014-11-22 borsauto merge of #17513 : dradtke/rust/master, r=kballard
2014-11-22 borsauto merge of #19122 : Kintaro/rust/remove_struct_varia...
2014-11-22 borsauto merge of #19117 : jmesmon/rust/mk-cfg-suffix,...
2014-11-21 borsauto merge of #19114 : frewsxcv/rust/master, r=bstrie
2014-11-21 borsauto merge of #19095 : juxiliary/rust/master, r=bstrie
2014-11-21 Ruud van Asseldonkrustc: Unify fat pointer ABI constants.
2014-11-21 borsauto merge of #18984 : sheroze1123/rust/fix17574, r...
2014-11-21 borsauto merge of #18908 : tbu-/rust/pr_mapinplace_fixzeros...
2014-11-21 borsauto merge of #16552 : jauhien/rust/fix-libdir, r=alexc...
2014-11-20 borsauto merge of #18750 : nikomatsakis/rust/issue-18333...
2014-11-20 borsauto merge of #19071 : huonw/rust/col2column, r=nikomat...
2014-11-20 borsauto merge of #19033 : pnkfelix/rust/fsk-introduce...
2014-11-20 borsauto merge of #19113 : nikomatsakis/rust/unboxed-boxed...
2014-11-20 borsauto merge of #19105 : alfie/rust/master, r=thestinger
2014-11-20 borsauto merge of #18999 : aturon/rust/stab-floats, r=alexc...
2014-11-19 borsauto merge of #18728 : thestinger/rust/int, r=cmr
2014-11-19 Jakub Bukajrollup merge of #19108: steveklabnik/doc_atomic_bool
2014-11-19 Jakub Bukajrollup merge of #19107: cakebaker/change_an_box_to_a_box
2014-11-19 Jakub Bukajrollup merge of #19103: huonw/literal-suffixes
2014-11-19 Jakub Bukajrollup merge of #19101: vhbit/ios-rng-fix
2014-11-19 Jakub Bukajrollup merge of #19090: kmcallister/deriving-non-type
2014-11-19 Jakub Bukajrollup merge of #19076: jxv/master
2014-11-19 Jakub Bukajrollup merge of #19073: jakub-/issue-19069
2014-11-19 Jakub Bukajrollup merge of #19072: cakebaker/add_missing_dot
2014-11-19 Jakub Bukajrollup merge of #19040: alexcrichton/issue-18904
2014-11-19 Jakub Bukajrollup merge of #18968: danluu/guide_play
2014-11-19 Jakub Bukajrollup merge of #18944: liigo/improve-os-args-doc
2014-11-19 Jakub Bukajrollup merge of #18940: nikomatsakis/issue-18899
2014-11-19 Jakub Bukajrollup merge of #18903: steveklabnik/error_handling_guide
2014-11-19 Jakub Bukajrollup merge of #18868: nikomatsakis/issue-17388-unboun...
2014-11-19 Jakub Bukajrollup merge of #18728: thestinger/int
2014-11-19 Niko MatsakisMerge the ExprFnBlock and ExprUnboxedClosure into one...
2014-11-19 borsauto merge of #19082 : alexcrichton/rust/snapshots...
2014-11-19 borsauto merge of #18746 : nikomatsakis/rust/issue-17322...
2014-11-19 Niko MatsakisPass the unadjusted type into the unsize_info function...
2014-11-19 borsauto merge of #18483 : eddyb/rust/safe-ty, r=nikomatsakis
2014-11-19 Eduard Burtescurustc: middle: remove obsolete ty::get.
2014-11-19 Eduard Burtescurustc: fix fallout of making `Ty` an alias for `&TyS...
2014-11-19 Eduard Burtescurustc: fix fallout of adding the `'tcx` lifetime to...
2014-11-19 Eduard Burtescurustc: middle: rename `ty::t` to `Ty` and use it unqual...
2014-11-18 borsauto merge of #19044 : murarth/rust/libsyntax-view...
2014-11-18 borsauto merge of #18870 : barosl/rust/os-ioresult, r=alexc...
2014-11-18 borsauto merge of #18993 : nikomatsakis/rust/hrtb-5, r...
2014-11-18 Niko MatsakisIntroduce some sanity checking assertions in trans...
2014-11-18 borsauto merge of #19060 : Gankro/rust/super-cloned, r...
2014-11-18 borsauto merge of #19070 : nikomatsakis/rust/crates, r...
2014-11-18 Niko MatsakisMove trans, back, driver, and back into a new crate...