]> git.lizzy.rs Git - rust.git/history - src/librustc_trans/back/lto.rs
remove unnecessary parentheses from range notation
[rust.git] / src / librustc_trans / back / lto.rs
2015-01-19 Jorge Aparicioremove unnecessary parentheses from range notation
2015-01-18 borsauto merge of #20901 : dgrunwald/rust/update-token...
2015-01-18 borsauto merge of #21276 : huonw/rust/trait-suggestion...
2015-01-17 borsauto merge of #21233 : huonw/rust/simd-size, r=Aatch
2015-01-17 borsauto merge of #21132 : sfackler/rust/wait_timeout,...
2015-01-16 borsauto merge of #21008 : huonw/rust/trait-suggestions...
2015-01-16 borsauto merge of #21113 : alexcrichton/rust/plug-a-hole...
2015-01-16 borsauto merge of #21162 : apasel422/rust/issue-16530,...
2015-01-16 borsMerge pull request #21214 from sleepynate/spacing-in...
2015-01-16 borsMerge pull request #21211 from fenhl/patch-1
2015-01-16 borsMerge pull request #21181 from nick29581/save-fix
2015-01-16 borsauto merge of #21213 : alexcrichton/rust/rollup, r...
2015-01-15 Alex Crichtonrollup merge of #21206: steveklabnik/expressions
2015-01-15 Alex Crichtonrollup merge of #21199: dotdash/decode_lamba
2015-01-15 Alex Crichtonrollup merge of #21197: michaelwoerister/linestablesonl...
2015-01-15 Alex Crichtonrollup merge of #21191: Zoxc/lto
2015-01-15 Alex Crichtonrollup merge of #21172: brson/tuple
2015-01-15 Alex Crichtonrollup merge of #21170: Diggsey/issue-21058
2015-01-15 Alex Crichtonrollup merge of #21144: nagisa/asm-str-fix
2015-01-15 Alex Crichtonrollup merge of #21133: iKevinY/mobile-rustdoc
2015-01-15 Alex Crichtonrollup merge of #21127: erickt/opt-stack
2015-01-15 Alex Crichtonrollup merge of #21124: steveklabnik/fix_redirect
2015-01-15 Alex Crichtonrollup merge of #21120: fhahn/issue-model-lexer-questio...
2015-01-15 Alex Crichtonrollup merge of #21115: dotdash/iter_vec
2015-01-15 Alex Crichtonrollup merge of #21110: rohitjoshi/patch-1
2015-01-15 Alex Crichtonrollup merge of #21109: steveklabnik/gh17224
2015-01-15 Alex Crichtonrollup merge of #21107: nikomatsakis/assoc-type-ice...
2015-01-15 Alex Crichtonrollup merge of #21105: csouth3/kill-box-import
2015-01-15 Alex Crichtonrollup merge of #21103: nagisa/result-typo
2015-01-15 Alex Crichtonrollup merge of #21089: nikomatsakis/issue-20676-invali...
2015-01-15 Alex Crichtonrollup merge of #21085: pnkfelix/pp-flowgraph-kill...
2015-01-15 Alex Crichtonrollup merge of #21075: iKevinY/intro-changes
2015-01-15 Alex Crichtonrollup merge of #21071: sfaxon/mobile-friendly-book
2015-01-15 Alex Crichtonrollup merge of #21066: japaric/issue-20575
2015-01-15 Alex Crichtonrollup merge of #21059: steveklabnik/gh16072
2015-01-15 Alex Crichtonrollup merge of #21054: steveklabnik/gh17950
2015-01-15 Alex Crichtonrollup merge of #21046: steveklabnik/gh16654
2015-01-15 Alex Crichtonrollup merge of #21041: steveklabnik/gh17554
2015-01-15 Alex Crichtonrollup merge of #21040: steveklabnik/gh20037
2015-01-15 Alex Crichtonrollup merge of #21038: steveklabnik/gh20471
2015-01-15 Alex Crichtonrollup merge of #21036: renato-zannon/into-iter-impls
2015-01-15 Alex Crichtonrollup merge of #21031: steveklabnik/gh19067
2015-01-15 Alex Crichtonrollup merge of #21029: steveklabnik/gh19924
2015-01-15 Alex Crichtonrollup merge of #21028: steveklabnik/gh17368
2015-01-15 Alex Crichtonrollup merge of #21023: steveklabnik/gh20840
2015-01-15 Alex Crichtonrollup merge of #21020: steveklabnik/gh20844
2015-01-15 Alex Crichtonrollup merge of #21015: steveklabnik/gh20852
2015-01-15 Alex Crichtonrollup merge of #21014: steveklabnik/gh20876
2015-01-15 Alex Crichtonrollup merge of #21013: steveklabnik/gh20914
2015-01-15 Alex Crichtonrollup merge of #21011: steveklabnik/gh20993
2015-01-15 Alex Crichtonrollup merge of #21005: huonw/deriving-docs
2015-01-15 Alex Crichtonrollup merge of #21001: camjackson/master
2015-01-15 Alex Crichtonrollup merge of #20988: ciphergoth/task-to-thread
2015-01-15 Alex Crichtonrollup merge of #20986: alkor/doc-fixes
2015-01-15 Alex Crichtonrollup merge of #20985: vhbit/ios-install
2015-01-15 Alex Crichtonrollup merge of #20976: jbcrail/rm-unused-import
2015-01-15 Alex Crichtonrollup merge of #20964: sfackler/recursion-syntax
2015-01-15 Alex Crichtonrollup merge of #20929: laurilehmijoki/master
2015-01-15 Alex Crichtonrollup merge of #20892: CarVac/master
2015-01-15 Alex Crichtonrollup merge of #20632: gchp/reference
2015-01-15 Alex Crichtonrollup merge of #20463: amaranth/black_box_output
2015-01-15 borsauto merge of #20990 : estsauver/rust/playpen_20732...
2015-01-15 John Kåre AlsakerDisable -C lto optimizations on opt_level=0
2015-01-15 borsauto merge of #20980 : richo/rust/final-power, r=alexcr...
2015-01-14 borsauto merge of #21082 : brson/rust/finally, r=alexcrichton
2015-01-14 borsauto merge of #21076 : sfackler/rust/bufferedreader...
2015-01-14 borsauto merge of #21061 : japaric/rust/range, r=nick29581
2015-01-12 Jorge Apariciocleanup: `&foo[0..a]` -> `&foo[..a]`
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-10 borsMerge pull request #20771 from Kimundi/vec-macro-repeat
2015-01-09 borsMerge pull request #20793 from ktossell/rustdoc-fixedve...
2015-01-09 borsMerge pull request #20699 from vhbit/ios-archs
2015-01-09 borsMerge pull request #20741 from mneumann/dragonfly-pthre...
2015-01-09 borsMerge pull request #20718 from tshepang/bench-fix-some...
2015-01-08 borsMerge pull request #20766 from tsurai/patch-1
2015-01-08 borsMerge pull request #20735 from squidpickles/master
2015-01-08 borsauto merge of #20760 : alexcrichton/rust/rollup, r...
2015-01-08 Alex Crichtonrollup merge of #20757: nikomatsakis/issue-20624-assoc...
2015-01-08 Alex Crichtonrollup merge of #20754: nikomatsakis/int-feature
2015-01-08 Alex Crichtonrollup merge of #20751: nikomatsakis/issue-20232
2015-01-08 Alex Crichtonrollup merge of #20746: dotdash/fix_indent
2015-01-08 Alex Crichtonrollup merge of #20740: FlaPer87/remove-opt-out-copy
2015-01-08 Alex Crichtonrollup merge of #20738: brson/feature-staging2
2015-01-08 Alex Crichtonrollup merge of #20736: akiss77/pr-u8-c_char
2015-01-08 Akos KissFix: `libc::c_char` is not always `i8`
2015-01-08 borsauto merge of #20733 : alexcrichton/rust/rollup, r...
2015-01-08 Alex Crichtonrollup merge of #20731: nick29581/assoc-inherant
2015-01-08 Alex Crichtonrollup merge of #20707: nikomatsakis/issue-20582
2015-01-08 Alex Crichtonrollup merge of #20723: pnkfelix/feature-gate-box-syntax
2015-01-08 Alex Crichtonrollup merge of #20720: nick29581/assoc-ice-missing
2015-01-08 Alex Crichtonrollup merge of #20657: alexcrichton/stabilize-macros
2015-01-08 Alex Crichtonrollup merge of #20706: nikomatsakis/assoc-types-projec...
2015-01-08 Alex Crichtonrollup merge of #20665: nikomatsakis/assoc-types-method...
2015-01-08 Alex Crichtonrollup merge of #20728: huonw/type-param-shadowing
2015-01-08 Alex Crichtonrollup merge of #20631: huon/no-drop-and-copy
2015-01-08 Alex Crichtonrollup merge of #20721: japaric/snap
2015-01-08 Alex Crichtonrollup merge of #20693: EchoAce/intro-oboe
2015-01-08 Alex Crichtonrollup merge of #20611: simnalamburt/master
2015-01-07 Jorge Apariciouse slicing sugar
next