]> git.lizzy.rs Git - rust.git/history - src/librustc_trans/trans/debuginfo.rs
remove unused mut qualifiers
[rust.git] / src / librustc_trans / trans / debuginfo.rs
2015-02-02 Jorge Aparicioremove unused mut qualifiers
2015-02-02 Jorge Aparicio`for x in xs.iter_mut()` -> `for x in &mut xs`
2015-02-02 Jorge Aparicio`for x in xs.iter()` -> `for x in &xs`
2015-02-02 borsAuto merge of #21864 - sanxiyn:no-chain, r=nikomatsakis
2015-02-02 borsAuto merge of #21647 - alfie:suffix-medium, r=alexcrichton
2015-02-01 Alfie JohnMore deprecating of i/u suffixes in libraries
2015-02-01 borsAuto merge of #21788 - carllerche:master, r=alexcrichton
2015-02-01 borsAuto merge of #21792 - nikomatsakis:orphan-ordered...
2015-01-31 borsAuto merge of #21760 - brson:snaps, r=alexcrichton
2015-01-31 borsAuto merge of #21791 - alexcrichton:rollup, r=alexcrichton
2015-01-31 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-30 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-30 Alex Crichtonrollup merge of #21631: tbu-/isize_police
2015-01-30 Alex Crichtonrollup merge of #21528: tshepang/simpler-replace-example
2015-01-30 Alex Crichtonrollup merge of #21713: alexcrichton/second-pass-fmt
2015-01-30 Alex Crichtonrollup merge of #21760: brson/snaps
2015-01-30 Alex Crichtonrollup merge of #21783: lukesteensen/patch-1
2015-01-30 Alex Crichtonrollup merge of #21780: steveklabnik/no_as_slice
2015-01-30 Alex Crichtonrollup merge of #21765: P1start/non-ascii-style-lints
2015-01-30 Alex Crichtonrollup merge of #21762: brson/users
2015-01-30 Alex Crichtonrollup merge of #21753: dzamlo/master
2015-01-30 Alex Crichtonrollup merge of #21747: nikomatsakis/issue-21726-projec...
2015-01-30 Alex Crichtonrollup merge of #21739: alexcrichton/better-print
2015-01-30 Alex Crichtonrollup merge of #21738: steveklabnik/move_out_editors
2015-01-30 Alex Crichtonrollup merge of #21736: sfackler/bufread-capacity-fix
2015-01-30 Alex Crichtonrollup merge of #21733: mneumann/fix-io-rename-df
2015-01-30 Alex Crichtonrollup merge of #21720: huonw/simd-cmp
2015-01-30 Alex Crichtonrollup merge of #21718: alexcrichton/stabilize-from-str
2015-01-30 Alex Crichtonrollup merge of #21706: reem/missing-zeroable-impl...
2015-01-30 Alex Crichtonrollup merge of #21704: FlaPer87/macro-reexport
2015-01-30 Alex Crichtonrollup merge of #21702: nikomatsakis/issue-21636
2015-01-30 Alex Crichtonrollup merge of #21693: tomjakubowski/rustdoc-fix-21442
2015-01-30 Alex Crichtonrollup merge of #21678: vojtechkral/threads-native...
2015-01-30 Alex Crichtonrollup merge of #21495: richo/unexported-unmangled...
2015-01-30 Alex Crichtonrollup merge of #21494: jatinn/jsnav
2015-01-30 Alex Crichtonrollup merge of #21385: nick29581/save-fix2
2015-01-30 Alex Crichtonrollup merge of #20790: japaric/for-loops
2015-01-30 Jorge Aparicioremove dead code
2015-01-30 Jorge Aparicioimplement for loop desugaring
2015-01-29 borsAuto merge of #21692 - pnkfelix:fsk-fix-coerce-match...
2015-01-29 borsAuto merge of #21691 - edwardw:double-closure, r=nikoma...
2015-01-29 borsAuto merge of #21677 - japaric:no-range, r=alexcrichton
2015-01-29 Jorge Aparicios/Show/Debug/g
2015-01-28 borsAuto merge of #21522 - nikomatsakis:assoc-type-ice...
2015-01-28 Manish GoregaokarRollup merge of 21643 - semarie:break-local_stage0...
2015-01-28 Manish GoregaokarRollup merge of 21654 - FlaPer87:unify-impls, r=alexcri...
2015-01-28 Manish GoregaokarRollup merge of 21663 - tbu-:pr_doc_cell_static_safety...
2015-01-28 Manish GoregaokarRollup merge of #21640 - retep998:rmdir, r=alexcrichton
2015-01-28 borsAuto merge of #21158 - alkor:issue-21131, r=nick29581
2015-01-27 borsAuto merge of #21523 - nikomatsakis:issue-21245-japaric...
2015-01-27 Manish GoregaokarRollup merge of #21667 - nagisa:sbook-links, r=Gankro
2015-01-27 Manish GoregaokarRollup merge of #21624 - emanueLczirai:vim_syntastic_fi...
2015-01-27 Manish GoregaokarRollup merge of #21623 - dinfuehr:patch-1, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21618 - snowe2010:documentation, r...
2015-01-27 Manish GoregaokarRollup merge of #21612 - bombless:patch-3, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21602 - japaric:derive-copy, r=alexcri...
2015-01-27 Manish GoregaokarRollup merge of #21597 - iKevinY:mobile-api-docs, r=cmr
2015-01-27 Manish GoregaokarRollup merge of #21591 - GuillaumeGomez:hash, r=alexcri...
2015-01-27 borsAuto merge of #21586 - pyfisch:patch-1, r=alexcrichton
2015-01-27 borsAuto merge of #21564 - steveklabnik:doc_cell, r=alexcri...
2015-01-26 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-26 borsAuto merge of #21606 - arielb1:clean-cast, r=huonw
2015-01-26 borsAuto merge of #21617 - alexcrichton:less-quotes, r...
2015-01-26 borsAuto merge of #21614 - kvark:typedef, r=huonw
2015-01-26 borsAuto merge of #21401 - kballard:optimize-shrink-to...
2015-01-26 borsAuto merge of #21610 - sfackler:debug-lint, r=alexcrichton
2015-01-26 borsAuto merge of #21605 - huonw:omg-muscle-memory, r=eddyb
2015-01-26 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-26 borsAuto merge of #21598 - eddyb:there-are-no-boxed-closure...
2015-01-26 Eduard BurtescuRemove "unboxed" attribute in code referring to new...
2015-01-25 borsAuto merge of #21574 - japaric:walk-projections, r...
2015-01-25 borsAuto merge of #21561 - edwardw:deref, r=nikomatsakis
2015-01-25 borsAuto merge of #21519 - michaelwoerister:misc, r=eddyb
2015-01-25 borsAuto merge of #21518 - Zoxc:asm-err, r=luqmana
2015-01-25 borsAuto merge of #20613 - dgriffen:master, r=alexcrichton
2015-01-25 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-24 borsAuto merge of #21452 - bleibig:bison-grammar, r=nikomat...
2015-01-24 Michael Woeristerdebuginfo: Improve DWARF representation of unsized...
2015-01-24 borsAuto merge of #21542 - vadimcn:fix-exported-macro-paths...
2015-01-24 Flavio Percoco PremoliRollup merge of #21541 - steveklabnik:gh13179, r=huonw
2015-01-24 Flavio Percoco PremoliRollup merge of #21540 - steveklabnik:gh13082, r=brson
2015-01-24 Flavio Percoco PremoliRollup merge of #21535 - steveklabnik:gh19759, r=alexcr...
2015-01-24 Flavio Percoco PremoliRollup merge of #21532 - steveklabnik:gh21531, r=alexcr...
2015-01-24 Flavio Percoco PremoliRollup merge of #21504 - blackbeam:has_test_signature_f...
2015-01-24 Flavio Percoco PremoliRollup merge of #21498 - quantheory:master, r=alexcrichton
2015-01-24 Flavio Percoco PremoliRollup merge of #21445 - P1start:no-implemented, r...
2015-01-24 Flavio Percoco PremoliRollup merge of #21108 - steveklabnik:gh16969, r=alexcr...
2015-01-24 borsAuto merge of #21537 - tbu-:pr_coretest_fmt, r=alexcrichton
2015-01-23 borsAuto merge of #21503 - ahmedcharles:remove-test-feature...
2015-01-23 borsAuto merge of #21453 - Stebalien:exactsize, r=alexcrichton
2015-01-23 borsAuto merge of #21382 - tshepang:improve-iter-docs,...
2015-01-23 borsAuto merge of #21374 - dgrunwald:range-notation-fixes...
2015-01-23 borsAuto merge of #20221 - liigo:rustdoc-sidebar-tooltips...
2015-01-23 borsAuto merge of #21530 - steveklabnik:rollup, r=steveklabnik
2015-01-22 Steve KlabnikRollup merge of #21517 - SeanTAllen:master, r=steveklabnik
2015-01-22 Steve KlabnikRollup merge of #21516 - steveklabnik:document_box...
2015-01-22 Steve KlabnikRollup merge of #21500 - richo:power-fixups, r=alexcrichton
2015-01-22 Steve KlabnikRollup merge of #21496 - ColonelJ:paatch, r=alexcrichton
2015-01-22 Steve KlabnikRollup merge of #21484 - steveklabnik:connect_docs...
2015-01-22 Steve KlabnikRollup merge of #21479 - steveklabnik:rustdoc_to_book...
next