]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/graph.rs
/*! -> //!
[rust.git] / src / librustc / middle / graph.rs
2014-11-27 Steve Klabnik/*! -> //!
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-23 Jakub Bukajrollup merge of #19234: P1start/rustdoc-misc
2014-11-23 borsauto merge of #18140 : JelteF/rust-1/guide-fix, r=cmr
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 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 #19071 : huonw/rust/col2column, r=nikomat...
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-20 borsauto merge of #19118 : jakub-/rust/roll-up, r=jakub-
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 #19087: jakub-/issue-19086
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 Alex Crichtonstd: Stabilize std::fmt
2014-11-18 borsauto merge of #19031 : nodakai/rust/libcore-pow-and...
2014-11-17 Jakub Bukajrollup merge of #19029: vberger/stability_function_body
2014-11-17 Jakub Bukajrollup merge of #19026: alfie/doc-fixes
2014-11-17 Jakub Bukajrollup merge of #19020: Gankro/better-warn
2014-11-17 Jakub Bukajrollup merge of #19018: tomjakubowski/fix-issue-19003
2014-11-17 Jakub Bukajrollup merge of #19015: alex/libcore-typos
2014-11-17 Jakub Bukajrollup merge of #19008: alex/collections-typos
2014-11-17 Jakub Bukajrollup merge of #18951: tbu-/pr_array_cloneshow
2014-11-17 Jakub Bukajrollup merge of #18911: canndrew/slice_shift_char
2014-11-17 Jakub Bukajrollup merge of #18890: luqmana/tf
2014-11-17 borsauto merge of #19007 : huonw/rust/more-marker-impls...
2014-11-17 borsauto merge of #19027 : nick29581/rust/coercions-4,...
2014-11-17 Nick CameronFix fallout from coercion removal
2014-11-06 Alex Crichtonrollup merge of #18373 : steveklabnik/gh18288
2014-11-03 Alex Crichtonrollup merge of #18355 : chastell/guide_iterators_macro...
2014-11-03 Alex Crichtonrollup merge of #18247 : kballard/vim_rust_run_cwd_space
2014-11-03 borsauto merge of #18460 : gamazeps/rust/issue18451, r...
2014-11-03 Alex Crichtonrollup merge of #18493 : jakub-/issue-18464
2014-11-03 Alex Crichtonrollup merge of #18476 : vadimcn/17982
2014-11-03 Alex Crichtonrollup merge of #18470 : alexcrichton/dash-l
2014-11-03 Alex Crichtonrollup merge of #18460 : gamazeps/issue18451
2014-11-03 borsauto merge of #18468 : jakub-/rust/iter-repeat, r=alexc...
2014-11-02 borsauto merge of #18456 : gamazeps/rust/issue18449, r...
2014-10-31 borsauto merge of #18264 : jakub-/rust/var-ids-in-error...
2014-10-31 borsauto merge of #18431 : japaric/rust/show, r=alexcrichton
2014-10-31 borsauto merge of #18459 : alexcrichton/rust/rollup, r...
2014-10-31 Alex Crichtonrollup merge of #18445 : alexcrichton/index-mut
2014-10-31 Alex Crichtonrollup merge of #18430 : bjz/token
2014-10-31 Alex Crichtonrollup merge of #18398 : aturon/lint-conventions-2
2014-10-30 Alex Crichtoncollections: Enable IndexMut for some collections
2014-10-30 borsauto merge of #18279 : bgamari/rust/check-static-recurs...
2014-10-28 borsauto merge of #17851 : brson/rust/rustup, r=alexcrichton
2014-10-28 Aaron TuronUpdate code with new lint names
2014-10-27 borsauto merge of #17978 : arielb1/rust/remaining-garbage...
2014-10-25 borsauto merge of #18080 : veddan/rust/assume, r=thestinger
2014-10-24 borsauto merge of #17896 : mahkoh/rust/intmax, r=alexcrichton
2014-10-24 borsauto merge of #17960 : mahkoh/rust/clone_from_slice...
2014-10-22 borsauto merge of #18141 : phildawes/rust/master, r=brson
2014-10-21 borsauto merge of #18201 : Gankro/rust/option-what, r=alexc...
2014-10-21 borsauto merge of #17555 : steveklabnik/rust/module_guide...
2014-10-20 borsauto merge of #17453 : steveklabnik/rust/gh17340, r...
2014-10-20 borsauto merge of #18145 : neilpa/rust/master, r=steveklabnik
2014-10-20 borsauto merge of #18186 : cakebaker/rust/fix_test_count...
2014-10-20 borsauto merge of #18070 : alexcrichton/rust/spring-cleanin...
2014-10-20 borsauto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichton
2014-10-19 Alex CrichtonRemove a large amount of deprecated functionality
2014-10-18 borsauto merge of #18041 : arielb1/rust/no-size-overflow...
2014-10-18 borsauto merge of #18105 : nikomatsakis/rust/issue-18055...
2014-10-18 borsauto merge of #18099 : jakub-/rust/fixed-issues, r...
2014-10-18 borsauto merge of #18096 : Gankro/rust/ganksy-is-dum, r...
2014-10-18 borsauto merge of #18024 : phungleson/rust/fix-var-name...
2014-10-18 borsauto merge of #18022 : nikomatsakis/rust/issue-18019...
2014-10-18 borsauto merge of #17955 : rjz/rust/tweak-tasks-guide,...
2014-10-18 borsauto merge of #17815 : typelist/rust/recursive-structs...
2014-10-17 borsauto merge of #17009 : kballard/rust/install_no_sudo...
2014-10-17 borsauto merge of #16855 : P1start/rust/help-messages,...
2014-10-17 borsauto merge of #18093 : steveklabnik/rust/remove_gc_refe...
2014-10-17 borsauto merge of #18089 : gamazeps/rust/small-bitv-cleanup...
2014-10-17 borsauto merge of #18052 : IvanUkhov/rust/raw-byte-string...
2014-10-17 borsauto merge of #18056 : TeXitoi/rust/shootout-reverse...
2014-10-17 borsauto merge of #17998 : rapha/rust/master, r=alexcrichton
2014-10-16 borsauto merge of #17989 : alexcrichton/rust/spectralnorm...
2014-10-16 borsauto merge of #17947 : lukemetz/rust/master, r=aturon
2014-10-16 borsauto merge of #18064 : luqmana/rust/remove-reflection...
2014-10-16 Luqman Adenlibrustc: Remove all uses of {:?}.
2014-10-15 borsauto merge of #17934 : pcwalton/rust/better-autoderef...
2014-10-13 borsauto merge of #17888 : gmfawcett/rust/patch-1, r=alexcr...
next